Closed denis-troller closed 3 years ago
Tests should have caught this, I'll look into it. Thanks for reporting this.
any news on this issue ?
I understand it's an issue and have just been swamped. The nuget package should definitely get fixed, but are you able to use the source in the mean time?
Fixed in v1.3.1-rc1
I tried switching from subor.NNG.NETCore to nng.NET (1.3.1-rc0) and my .net Core programs fail to load with an exception stating it cannot load the nng.NETCore.dll assembly.
It seems the code for AssemblyLoadContext still mentions nng.NETCOre.dll, when the new dll bears the nng.NET.dll name.
Is it a bug or did something go wrong in my packages when I switched ?