jeikabu / nng.NETCore

MIT License
40 stars 22 forks source link

new nuget package fails to load #86

Closed denis-troller closed 3 years ago

denis-troller commented 4 years ago

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 ?

jeikabu commented 4 years ago

Tests should have caught this, I'll look into it. Thanks for reporting this.

denis-troller commented 4 years ago

any news on this issue ?

jeikabu commented 3 years ago

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?

jeikabu commented 3 years ago

Fixed in v1.3.1-rc1