Currently the NuGet package is not strong named, causing incompatibilities with other public NuGet packages that are strong named. Microsoft Guidance suggests that public packages be strong named:
https://docs.microsoft.com/en-us/dotnet/standard/library-guidance/strong-naming#create-strong-named-net-libraries
Is this a feasible idea? Would it help if I sent in a pull request?
Currently the NuGet package is not strong named, causing incompatibilities with other public NuGet packages that are strong named. Microsoft Guidance suggests that public packages be strong named:
https://docs.microsoft.com/en-us/dotnet/standard/library-guidance/strong-naming#create-strong-named-net-libraries
Is this a feasible idea? Would it help if I sent in a pull request?