Zstandard.Net
Zstandard.Net copied to clipboard
A Zstandard wrapper for .Net
This builds zstd from source instead of including it as a binary, but is probably not ready to accept as a PR
Path.GetDirectoryName can return null, which will then break Path.Combine. Passing string.Empty or "" or Directoy.GetCurrentDirectory() to Combine() will be more reasonable
Hello, I'm working in a client/server project where I'm providing zstd support on the client side. First time I receive a compressed payload I'm able to decompress succesfully, however the...
Lib: Update System.Buffers to 4.5.1 Test project: Update to MSTest v2.1.2. Add netcoreapp2.1 as a target framework. Used for running against the latest Microsoft.NET.Test.Sdk. Add conditional version of Microsoft.NET.Test.Sdk v16.2.0...
Native Windows dlls updated to 1.4.5
Adds libload support for net core on nix and binaries required to work.
Hi bp74, Currently I am using your lib, which is Windows only for now. So I am stuck using a Windows IIS server. I plan to migrate to CentOS server....
I see dll from 2018 inside NuGet package  and the latest one is one year newer: https://github.com/facebook/zstd/releases 
Expected path to be `D:\site\app\bin\x64\libzstd.dll` Actual path reported: `D:\local\Temporary ASP.NET Files\service\413c8295\f1e75485\assembly\dl3\62e9e505\95643d38_7883d501\x64\libzstd.dll` Caused by ASP.NET shadow copying managed DLLs, but not unmanaged DLLs. See https://stackoverflow.com/questions/6855924/third-party-dll-cant-find-its-dependencies-in-asp-net-mvc-project. Possibly needs to be solved at...