David W. Francis

Results 5 issues of David W. Francis

Compress geocoding data to reduce dll size to 4608 KB from 14 311 KB for .NET 4.6, .NET Standard 1.3 and .NET Standard 2.0 builds.

Add `StreamAsync` alternatives to `connecton.QueryAsync` and `gridReader.ReadAsync` to support `IAsyncEnumerable` in a non-breaking way. Unlike `QueryAsync`, stream will default to unbuffered.

Update the AuthorizeNET.csproj to target .net framework 4.5 and .net standard 2.0

When linking to a PR from a teams channel, the connector bot will display the PR details in a panel. The panel does not update when the PR is accepted...

Deserialization of `TimeOnly` fails for the `HH:mm` format - the seconds is required. This leads to compatibility issues since `HH:mm` is the default format returned by HTML `` The similar...