Bernhard
Bernhard
Hi, Unfortunately i'm not an expert when it comes to Linux, but i think there is no way to put the native binary to the ZStandard.Net Nuget package since different...
Okay that's interessting. The question is how we can tell .Net to search for the library in the right folder. All suggestions are welcome :)
Thanks, this looks interessting!
Thanks for the pull request. Does this load the zstd library from linux or do we still need to add native libraries to this nuget package?
Hi, i thought that training is mostly done with the console application that comes ith ZSTD. Do you think that this should be done with the .Net library? Regarding the...
Hi, thanks for the feedback. I think we should add "Win32S" as a valid windows platform to the code. The platform check is necessary to make the library work on...
Yes sounds like a good idea but can't be done. You can only load a native Windows DLL from a file path, but many applications don't have the right to...
Thanks for the pull request. I will take a look at this and the other pull request and try to find the best possible solution for the library loading issue...
hi, you probably write the compressed data to MemoryStream right? You can set the position in the MemoryStream and read all the compressed data. Is this what you want to...
I run into the same issue, and this makes a migration from 4.x to 5.x very dangerous. The code compiles just fine, and if you miss one field you will...