MindscapeHQ / raygun4net

Raygun provider for .NET
https://raygun.com
MIT License
126 stars 93 forks source link

Mindscape.Raygun4Net.Mvc dependency issue #364

Closed kendaleiv closed 7 years ago

kendaleiv commented 7 years ago

Mindscape.Raygun4Net.Mvc 5.5.2 depends on Mindscape.Raygun4Net.Core >= 5.5.2 which does not exist on NuGet currently.

QuantumNightmare commented 7 years ago

Hi kendaleiv,

Version 5.5.2 of Mindscape.Raygun4Net.Core has been marked as not listed. Installing Mindscape.Raygun4Net.Mvc via the Visual Studio NuGet add on or the package manager console will resolve the dependency. If not, you may need to update your NuGet add on as there was a version that had a bug preventing non-listed dependencies from being resolved (hence why some versions of the core package were listed).

Let me know if you are using a different method of installing the packages, or if my above comments don't help. If we need to, we can mark the core package as listed. Ideally we'd keep it (and all older versions) as not-listed to avoid confusion between this and the .NET core package, and because the core package can not be used by itself.

-Jason Fauchelle

kendaleiv commented 7 years ago

OK, thanks! Closing.