David Edwards
David Edwards
Hi, It looks like IAsyncReader is a good candidate to add CancellationToken support: `Task ReadAsync(CancellationToken cancellationToken);` Then the first lines of the implementations of this method can check if cancellation...
Hi, Regarding in the class Database.cs the methods BeginTransactionAsync(), AbortTransactionAsync() and CompleteTransactionAsync(). Thank for you implementing these methods. Is it possible to pass through a cancellationToken to the underlying DbConnection...
The inline documentation is wrong. Please update line 9 in SystemTextSerializer.cs to say: ` /// JSON serializer using System.Text implementation.` instead of incorrectly saying it uses `Newtonsoft.Json` see line 9...
Please add support for the `init` property accessor with the `required` modifier in YamlDotNet Source Generation for AOT E.g. for a given POCO that I want to map YAML to:...