I'm a newby with .Net Development and facing the problem, that an available nuget package (influxdb client) depends on another package (restsharp), which does'nt include an important functionality I need (allow own signed SSL certs).
Since restsharp is opensource, I'm able to change the code and build "my own" .dll file, with the functionality I need.
But how can i "tell" the influx.client nuget package to use my own .dll instead of the native one ? If I just replace the files, VS throws an error because it wont finnd the file (prop. because the keytoken doesnt match?).