bp74 / Zstandard.Net

A Zstandard wrapper for .Net
Other
135 stars 26 forks source link

Library fails when embedded with Costura.Fody #27

Open DanTheMan827 opened 1 year ago

DanTheMan827 commented 1 year ago

The library looks to the assembly path in order to load libzstd.dll, but this fails when Costura.Fody is used unless Zstandard.Net is specifically excluded.

Proposed solution is to add some way to manually specify the path to libzstd.dll