We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The guidance from the .NET team has changed, and is now clear that OSS libraries should be strong named.
https://docs.microsoft.com/en-us/dotnet/standard/library-guidance/strong-naming
This will be a breaking change https://haacked.com/archive/2012/02/16/changing-a-strong-name-is-a-major-breaking-change.aspx/
Addresses previous request #25
The text was updated successfully, but these errors were encountered:
Use an SNK (fixes #39)
dd464c2
781101c
4a51a8f
f774d1f
No branches or pull requests
The guidance from the .NET team has changed, and is now clear that OSS libraries should be strong named.
https://docs.microsoft.com/en-us/dotnet/standard/library-guidance/strong-naming
This will be a breaking change
https://haacked.com/archive/2012/02/16/changing-a-strong-name-is-a-major-breaking-change.aspx/
Addresses previous request #25
The text was updated successfully, but these errors were encountered: