Closed karakasa closed 1 year ago
Oh sorry, just saw this. Despite repeatedly telling gmail to prioritize GitHub emails as important, they still filed in with the rest of my general inbox items most of the time.
Yeah, I can strongname and sign my assemblies for you. I just recently remarked to myself that I should probably be doing this for all my libraries now that some of them are getting popular or are the top library for a particular numerical type.
I will try and get that set up released today. ETA about 8PM mountain standard time.
Thank you for your interest in my library.
Oh, by the way, I was reading the pull request on the referenced library, NPOI, and wanted to know: Did you want/need me to also target net472 and netstandard2.0 with my library as well? This would be trivial to add.
net472 and netstandard2.0
It would be sufficient if the project targets .NET Standard 2.0, since 2.0 covers .NET Framework >=4.6.2 and .NET (Core) >=2.0
And thank you for your work 😉
Okay, here is what I decided: Ill start the semantic version at 2023.1000.0.* because I really don't want to deprecate all previous versions and there doesn't appear to be any workaround that I could find.
So get this NuGet package version instead: 2023.1000.0.230 Or just update your project's Nuget package to the latest version.
I un-listed the 2.0.0.23230 version so as not to confuse others.
Description The library has no strong names and cannot be referenced from a Framework project.
Error/Exception Message
System.IO.FileLoadException
Expected Behavior No exception.
Actual Behavior Exception thrown.
Steps To Reproduce Reference the NuGet package from a Framework project and use it.
Screenshots
Additional context/Comments/Notes/Rants https://github.com/nissl-lab/npoi/pull/1135#issuecomment-1667826536