Currently, the assembly is not signed with a strong name because during build, the following settings have no effect:
<!-- Sign assembly -->
<PropertyGroup>
<SignAssembly>true</SignAssembly>
<DelaySign>false</DelaySign>
<PublicSign>true</PublicSign>
<AssemblyOriginatorKeyFile>$(Root)submodules/HDF.PInvoke/HDF.PInvoke.snk</AssemblyOriginatorKeyFile>
</PropertyGroup>
Signing should be reenabled once it is clear how to accomplish this in a portable way.
Currently, the assembly is not signed with a strong name because during build, the following settings have no effect:
Signing should be reenabled once it is clear how to accomplish this in a portable way.