Skip to content

Commit 00c59a9

Browse files
authored
Merge pull request #8998 from NuGet/dev
[ReleasePrep][2022.02.09] RI of dev into main
2 parents 3909419 + 9daddf7 commit 00c59a9

59 files changed

Lines changed: 2029 additions & 3732 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

src/AccountDeleter/EmptyFeatureFlagService.cs

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -76,16 +76,6 @@ public bool IsDisplayNuGetPackageExplorerLinkEnabled()
7676
throw new NotImplementedException();
7777
}
7878

79-
public bool IsDisplayPackagePageV2Enabled(User user)
80-
{
81-
throw new NotImplementedException();
82-
}
83-
84-
public bool IsDisplayPackagePageV2PreviewEnabled(User user)
85-
{
86-
throw new NotImplementedException();
87-
}
88-
8979
public bool IsDisplayTargetFrameworkEnabled(User user)
9080
{
9181
throw new NotImplementedException();

0 commit comments

Comments
 (0)