MindscapeHQ / raygun4net

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

Descriptions around the wrong way? #378

Closed phillip-haydon closed 6 years ago

phillip-haydon commented 6 years ago

https://www.nuget.org/packages/Mindscape.Raygun4Net.AspNetCore/

Raygun provider for .NET Core projects

https://www.nuget.org/packages/Mindscape.Raygun4Net.Core/

Core library for MVC and WebApi Raygun providers.

Are these descriptions around the wrong way???

QuantumNightmare commented 6 years ago

No these are correct. Apologies for the confusion.

Raygun4Net.Core is indeed the package that is shared between the MVC and WebApi Raygun4Net packages. It does not function by itself, and just holds all the common classes between those 2 packages. This allows them to both be installed into the same project without causing naming conflictions. It was named before .NET Core was a thing. We are thinking to rename it to something like Raygun4Net.Web.Common to avoid confusion, but this is low priority.

Raygun4Net.AspNetCore is our .NET Core package. Soon we will be introducing a Raygun4Net.NetCore package too for NetStandard 2 apps, and perhaps update the AspNetCore package description.

I hope that helps explain it, let us know if you have further comments.