Wallace Kelly

Results 3 comments of Wallace Kelly

The following consistently reproduces the problem for me: **Steps** 1. Create a new xUnit project. `dotnet new xunit --lang F#`. 2. Start VS Code, `code .` 3. Wait for Ionide...

I just tried to use a JsonProvider-created type in a WPF control with data binding. It did not work, as implied by the above discussion. Is this the latest on...

I just ran into this problem on my project too. The test performs differently for `connection.Execute(...)` and `connection.ExecuteAsync(...)` because the async version calls [this method](https://github.com/DapperLib/Dapper/blob/6ec3804f2c44f2bf6b757dc3522bf009cc64b27d/Dapper/SqlMapper.Async.cs#L394): ``` private static DbCommand TrySetupAsyncCommand(this...