Samuel Steele

Results 3 comments of Samuel Steele

I recently encountered the need to support cancellation in my CLI, and wanted to share my solution/workaround. In my case, `SIGINT/SIGTERM` would terminate the cli process, but some background work...

Excuse my extreme fashion, I'm quite late. I've found that this exception occurs when [`NavigationManager.Initialize`](https://github.com/dotnet/aspnetcore/blob/release/7.0/src/Components/Components/src/NavigationManager.cs#L174) is invoked by the [`StaticComponentRenderer`](https://github.com/dotnet/aspnetcore/blob/release/7.0/src/Mvc/Mvc.ViewFeatures/src/RazorComponents/StaticComponentRenderer.cs#L78), due to the `ViewContext.HttpContext.Request` not containing the url data needed...

@xobust Following up on this to let you know that I've addressed the issue on my [`v6-proposal` fork](https://github.com/Cryptoc1/CoreRcon/tree/v6-proposal), as well as #3, but I also got carried away and kind...