Chris McKee
Chris McKee
Probably worth looking at https://github.com/CoreyKaylor/Lightning.NET/tree/master/src/LightningDB which has to deal with the same issue.
@RouR see https://github.com/bp74/Zstandard.Net/pull/14 it works but where .net tries to load the libs from is unreliable cross- distro.
@jakubsuchybio @bp74 there's an issue with the lib loader https://github.com/mellinoe/nativelibraryloader/issues/2 linked to https://github.com/dotnet/corefx/issues/32015 (which replaced a trove of others) I fixed up the branch, adding in the 1.3.8 binary for...
Tbh I'm not sure the solutions 'ideal' it just works. I've also ditched all the .net45 stuff; if you're running on a computer that can't run 4.7 you've bigger issues...
Feel free to pull in my branch https://github.com/bp74/Zstandard.Net/pull/14 Shoved it on a pr to simplify rebasing
Not a huge fan of breaking existing setup; in essence I inherited the issue and .net kindly added static imports to make it less of an issue... `using static BCrypt.Net.BCrypt;`...
@devklick its an inherited namespace issue; You can either do as you have done or beyond that it depends on where your using statements sit. Outside of namespace it causes...
> I cant get the example from the readme to compile, and I think the problem is related to the namespace issue mentioned here. > > ```cs > BCrypt.Verify("my password",...
@jinwenjie98 what was the raw output from clickhouse that was being parsed? (Probably also worth asking what version of clickhouse servers running too) Testing it with multiple int types around...