-
I read somewhere, that I need to use GRPC web for blazor webassembly. But when I configure my client like that, the communication to the native serrver doesn't work anymore. Is there anything that I n…
-
### Describe the Problem
We currently have samples for standard ASP.NET Core apps. However, Blazor WASM apps are unique in that the build output is a static site, not a `.dll` or executable that ca…
-
First - thanks for your work on this. It's gotten me much closer to things working. I agree with your points about the security side of Blazor being very lacking.
I am struggling to set up an Ident…
-
I have a project (C# API and Blazor WebAssembly client side). I have this data annotation on one of my property.
[Required(ErrorMessage = "My custom error message")]
public string Client {…
-
Missing project file.
-
Excellent code, as usual. Thank you.
Can you please help on how I could extend this approach to Authenticate with a Downstream ASP.NET 8.0 Web API?
-
-
I've tried the installation instructions under the "Getting Started" section of the documentation, starting at [Installation](https://blazor-diagrams.zhaytam.com/documentation/installation) and going …
-
### Is there an existing issue for this?
- [x] I have searched the existing issues
### Is your feature request related to a problem? Please describe the problem.
When creating a C# client library f…
-
`NavigationManager.NavigateTo(...)` has a `forceReload` parameter that is used in interactive rendering to force a full-page navigation instead of using client-side routing. Should this parameter also…