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
Importing the package from NuGet (v1.5.2.0), I'm getting the warning "Referenced assembly 'JsonSubTypes, Version=15.2.0, Culture=neutral, PublicKeyToken=null' does not have a strong name"
Steps to reproduce
Install JsonSubTypes via NuGet on any strongly named assembly.
The text was updated successfully, but these errors were encountered:
Expected behavior
It would be great if the NuGet package was strong named.
https://docs.microsoft.com/en-us/dotnet/standard/library-guidance/strong-naming#create-strong-named-net-libraries
Actual behavior
Importing the package from NuGet (v1.5.2.0), I'm getting the warning "Referenced assembly 'JsonSubTypes, Version=15.2.0, Culture=neutral, PublicKeyToken=null' does not have a strong name"
Steps to reproduce
Install JsonSubTypes via NuGet on any strongly named assembly.
The text was updated successfully, but these errors were encountered: