Skip to content

Commit

Permalink
[efcore]: RIDER-121838: Remove old workaround for checking package in…
Browse files Browse the repository at this point in the history
…stallation

GitOrigin-RevId: 6389adb38a43a16b17ebf71730a9151c26689ef3
  • Loading branch information
seclerp committed Jan 14, 2025
1 parent b47cba0 commit c776188
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 19 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ public IEnumerable<IProject> GetSupportedStartupProjects()
}

private bool StartupProjectPackagesInstalled(IProject project) =>
_nugetTracker.HasPackage(project, EfCoreRequiredPackages.EfCoreToolsNugetId)
|| _nugetTracker.HasPackage(project, EfCoreRequiredPackages.EfCoreDesignNugetId);
_nugetTracker.HasInstalledPackage(project, EfCoreRequiredPackages.EfCoreToolsNugetId)
|| _nugetTracker.HasInstalledPackage(project, EfCoreRequiredPackages.EfCoreDesignNugetId);

private IEnumerable<IProject> GetReferencingProjects(IProject project) =>
project.TargetFrameworkIds
Expand Down

This file was deleted.

0 comments on commit c776188

Please sign in to comment.