Demis Bellot

Results 28 comments of Demis Bellot

Want to thank @andrewlock for bringing this to our attention and reiterate that the behavior of not supporting something you say you do is a mine field that defies all...

> Note that the DiagnosticSource package isn't on that list as its .NET Standard implementation does work as expected. Not clear if this applies to .NET Core 2.1/3.x/5, i.e. could...

Ok great thx for the clarification, I don't mind that it doesn't work, only that it doesn't throw runtime exceptions breaking older runtimes from working when System.Diagnostics classes are accessed.

@ViktorHofer Happy to confirm, after reverting our change and reincluding `System.Diagnostics.DiagnosticSource v6.0.0` in **netstandard2.0** TFM build works in **.NET Core 3.1/5** but can't build in **

Personally I'd still prefer consuming PInvoke nuget packages which I consider the official typed .NET API for Win32 APIs that works like a normal library that others packages can depend...

Things I don't like about this impl: - It forces all "interceptors" to have a `Name` and implement both `OnInsertAsync` and `OnUpdateAsync` methods - It runs Async over Sync which...

Hi Paul, Agreed that ASP.NET does have IHttpAsyncHandler (and MVC's newer IAsyncController) though this feature had been hidden by ASP.NET's Web Forms and Prior to F#/C# 5/.NET 4.0s TPL async...

@dlogar Actually @marcgravell's BookSleeve would be more appropriate for use with IHttpAsyncHandler since it's an async Redis client. i.e. you can have async end-to-end

Hey @paulbatum I'm not sure if I made myself clear but I was waiting on some documentation links to IHttpAsyncHandler / IAsyncController I can link to. Do you have any...