Skip to content

Commit e3c8719

Browse files
authored
Remove the original package details page (#8977)
This removes the original package details page that was redesigned. There are no functional changes in this PR. Addresses #8975
1 parent 8118e7d commit e3c8719

20 files changed

Lines changed: 1238 additions & 3490 deletions

File tree

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)