Bryan Boettcher
Bryan Boettcher
For "legacy application" reasons our database primarily uses CHAR column types with a "Y" or "N" to represent boolean values. We created a `BooleanMapper` class that appropriately handles the conversion...
There are a lot of methods that are 'async' without CancellationToken parameters (like, all of them). Is it possible to add CancellationTokens to these methods? Any considerations in doing so?
This would not affect the targeting, just the minimum version of VS/dotnet required to build. There are many features in the newer C# language which can simplify the code inside...
There are 37 "throw new Exception" in v5 -- these should be made to more specific exception types to communicate errors both programmatically and textually. I can create a PR...
@nietras (sorry, I didn't have a more graceful way to tag you) First off, kudos to Sep for the absolute blistering speed you've accomplished with it. I understand that in...