Ollie
Ollie
Im trying to use this library but I cannot because it is throwing the rather bizarre error: System.Data.DataException: Error parsing column 3 (application_date=2016-06-21T23:00:00Z - Object) ---> System.Data.DataException: Cannot convert NodaTime.Instant...
The MySql Adapter in https://github.com/StackExchange/Dapper/blob/master/Dapper.Contrib/SqlMapperExtensions.Async.cs does not check for an open connection. Consequently, if a closed connection is used, the following two commands (lines 403 & 404) are issued on...
Would it be possible/preferable to identify AggregateExceptions in the Handle method of [this](https://github.com/jbogard/MediatR/blob/master/src/MediatR/Pipeline/RequestExceptionProcessorBehavior.cs) class? I am trying to write targeted IRequestExceptionHandlers but all I am getting is AggregateExceptions so I...
Could you explain why you use a lock when calling P/Invoke? Apologies if this is the wrong forum...
I cannot generate any metrics. The /metrics endpoint returns 200 but no metrics. I am assuming I am missing configuration but I cannot find any documentation about configuring it or...
As per the gitter chat, is there scope for providing a LinkGenerator similar to ASP.NETs LinkGenerator class? It would be very useful in CSP views and controllers that want to...