LiorBanai / HDF5-CSharp

C# wrapper for windows/Linux systems for reading and writing H5 files
MIT License
54 stars 27 forks source link

strongly named assembly #395

Open tnthao opened 4 months ago

tnthao commented 4 months ago

is it possible to get a strongly named assembly on nuget?

LiorBanai commented 4 months ago

Hi, what do you need it? going forward there is no use for it: https://learn.microsoft.com/en-us/dotnet/standard/assembly/strong-named

" For .NET Core and .NET 5+, strong-named assemblies do not provide material benefits. The runtime never validates the strong-name signature, nor does it use the strong-name for assembly binding. "