You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Glimpse.Core package uses powershell and isn't shown.
However, quite a few dependent plugin packages that don't use powershell are listed while useless.
The text was updated successfully, but these errors were encountered:
I can reproduce this in WebMatrix 3 using the curated feed currently in production.
To repro:
Launch WebMatrix 3
Create a new site based on the Empty Site template.
Launch the NuGet window in WebMatrix 3.
Check that "WebMatrix Package Source" is selected in the lower-left dropdown. Select it if it isn't.
Search for "glimpse". A list of packages will be returned, nost of which have a dependency on the Glimpse package.
Attempt to install NHibernate.Glimpse. Installation will fail with the following error:
An error occurred.
Unable to resolve dependency 'Glimpse (≥ 1.2.0)'.
System.InvalidOperationException: Unable to resolve dependency 'Glimpse (≥ 1.2.0)'.
at NuGet.InstallWalker.OnDependencyResolveError(PackageDependency dependency)
at NuGet.PackageWalker.Walk(IPackage package)
at NuGet.InstallWalker.ResolveOperations(IPackage package)
at Microsoft.WebMatrix.NuGet.NuGetPackageManager.FindDependenciesToBeInstalled(IPackage package)
at Microsoft.WebMatrix.NuGet.PackageViewModel.DetermineDependencies()
at Microsoft.WebMatrix.NuGet.PackageViewModel.b__2()
at System.Lazy1.CreateValue() at System.Lazy1.LazyInitValue()
at System.Lazy1.get_Value() at Microsoft.WebMatrix.NuGet.PackageViewModel.get_Dependencies() at Microsoft.WebMatrix.NuGet.NuGetViewModel.<ShowLicensePage>b__8() at System.Threading.Tasks.Task1.InnerInvoke()
at System.Threading.Tasks.Task.Execute()
Example: query for "glimpse".
The Glimpse.Core package uses powershell and isn't shown.
However, quite a few dependent plugin packages that don't use powershell are listed while useless.
The text was updated successfully, but these errors were encountered: