vflame

Results 7 comments of vflame

+1 for .net core > 3.0 and dropping legacy support. M$'s future is cross platform and .net core.

Is it possible to access Blazor's signalr hub/hubcontext to disconnect clients and to override the `OnConnectedAsync` and `OnDisconnectedAsync` events as a workaround? How about making the HttpContext used to establish...

Another thing I wanted to add--any usage of `` with dynamic layouts is very flaky and causes desyncs during DOM updates based on timing/rendering speed/user iteractions: ` One or more...

> Hi @vflame, > > I tried you repro and I wasn't able to reproduce the bug: > > repro_works.mp4 > Could you delete the bin and obj folders, clear...

I was able to narrow it down to a specific extension that I had -- it's one that transforms the page title and appends the url in the title with...

How does this compare to doing: ```c# await oneOf.Match( t1 => Task.CompletedTask, t2 => Task.CompletedTask); ```

> Hi @vflame which OS and version are you using? Windows 10 Version Build 17763 with .net core 3 SDK 3.1.404