Zstandard.Net
Zstandard.Net copied to clipboard
Fix null "root" path when loading libzstd.dll
Path.GetDirectoryName can return null, which will then break Path.Combine. Passing string.Empty or "" or Directoy.GetCurrentDirectory() to Combine() will be more reasonable