-
How to render component that uses function ElementReference.FocusAsync (in .NET 5)? When I try to render the component in test, exception is thrown:
System.AggregateException : One or more errors…
-
### Describe the bug
MSAL on Blazor WebAssembly fails to initiate sign-in when an invalid_grant or AADSTS700081 error occurs--as in when the refresh token is expired
### To Reproduce
My MSAL on t…
-
**Describe the bug**
After updating from 5.0.2 to 5.0.3 I started getting `System.InvalidOperationException: Collection was modified; enumeration operation may not execute.` Happens in the `Blazored.…
-
Hi there,
I recently followed the [Secure an ASP.NET Core Blazor WebAssembly hosted app with Azure Active Directory B2C](https://docs.microsoft.com/en-us/aspnet/core/blazor/security/webassembly/ho…
-
I have followed the instructions from here to debug Blazor WebAssembly applications:
https://docs.microsoft.com/en-us/aspnet/core/blazor/debug?view=aspnetcore-3.1&tabs=visual-studio
The only thing…
-
### If you believe you have an issue that affects the security of the platform please do NOT create an issue and instead email your issue details to secure@microsoft.com. Your report may be eligible f…
-
I am displaying the dialog
var modalRef= modalDialogService.Show("This is my title");
then trying to close using
modalRef.Close();
but the dialog stay open.
I have tried StateHaschanged…
-
I've started to think about the needs of music educators. One requirement that I'm pretty sure of is the need to block all the public servers when a parent installs Jamulus onto a child's computer. …
-
## Issue Description ##
Upon starting up VS Code, I get an immediate error in the OmniSharp output indicating the following below. I reverted Omnisharp back to version 1.18 as per this [Stack Overfl…
-
I used version 4.1.0 - everything ok.
After update to 5.0.1 dialog (after show) always stay on screen despite running:
BlazoredModal.Close(ModalResult.Ok(true))
BlazoredModal.Cancel()
(awaited o…