bytecodealliance / wasmtime-dotnet

.NET embedding of Wasmtime https://bytecodealliance.github.io/wasmtime-dotnet/
Apache License 2.0
409 stars 52 forks source link

Sign the assembly to give it a StrongName #319

Open JanProvaznik opened 2 months ago

JanProvaznik commented 2 months ago

https://learn.microsoft.com/en-us/dotnet/standard/assembly/strong-named

If you are an open-source developer and you want the identity benefits of a strong-named assembly for better compatibility with .NET Framework, consider checking in the private key associated with an assembly to your source control system.

I would like to use the library in with MSBuild which requires all dependencies to have StrongNames.