Maly Lemire
Maly Lemire
Did not run tests since I use XUnit instead of NUnit.
Added pull request for this #9
Had the same problem when using JwtId as cache identifier for a blacklist of access tokens. Can anyone merge this? It's not a new feature only a bug fix.
Same problem here. Sorry for the french stack trace. System.ArgumentNullException: La valeur ne peut pas être null. Nom du paramètre : path1 à System.IO.Path.Combine(String path1, String path2) à ElmahCore.XmlFileErrorLog..ctor(IOptions`1 options,...
Just found why it happens. It's when the wwwroot does not exists.
Hi, this seems to happen when there is multiple threads using one DBContext on each thread. This problem occurs quite frequently so if you could check it out. A simple...
Or could you add an option to disable the ElmahDiagnosticSqlObserver? Would be great with a simple overload of UseElmah ``` public static IApplicationBuilder UseElmah(this IApplicationBuilder app, bool enableSqlObserver) { app.UseStaticHttpContext();...
Added pull request for this #15
Did not run tests since I use XUnit instead of NUnit.
No problem @tejacques , You will have to also accept pull request for AsyncBridge : https://github.com/tejacques/AsyncBridge/pull/9 Since AsyncBridge.Option use Option nuget package. There was also a problem since option value...