Tihomir Kit
Tihomir Kit
Thnx, I'll try to take a look at this over the weekend. In the meantime, a `bindingRedirect` might help you: https://docs.microsoft.com/en-us/dotnet/framework/configure-apps/file-schema/runtime/bindingredirect-element https://stackoverflow.com/questions/16920370/why-is-a-bindingredirect-added-to-the-app-config-file-after-adding-the-microso https://johnnycode.com/2013/07/19/fixing-assembly-binding-redirect-errors/
Yeah, it has been on my mind for some time, I should do it. I'll do it for the next release.
Great, info, didn't know that. I'll check it out, thanks.
Will do. :) There was a PR for this, but it introduced unnecessary new classes (duplicates with 2 appended at the end) so I need to rework this and can...
I think I prefer what @jschmidtWK proposed. Introducing NodaTime (although I love it personally) would introduce kinda big-ish breaking changes for many people and I actually want to keep the...
Hi, fair point, I'll change this.
I removed this requirement. It will be deployed today in a new nuget.
@mts57017 also using .Net core?
Ok thnx. Will look into this over the weekend.
Thanks for this. I'll use some bits of the code you made, but I'll have to refactor it. I want to avoid introducing an additional class `Point2` which is essentially...