-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Describe the bug
I am working on a project that has a Blazor WASM client and a ASP.NET Core Web API. These two…
-
basically, when a page/app is rendered on the server side, its data == model, DOM == view and logic == controller are in separate folders inside the project.
Transitioning from Blazor to **ASP.NET …
-
### Describe the bug
I have a Blazor Server app that uses Windows Authentication. It requires SignalR hub connection to update partial UI when a user click a button. I have followed [Use ASP.NET Core…
-
I am starting a decentralized project, and was wondering if it would make sense to use Orleans in it.
The system would consist of a diverse set of "server" nodes running .NET 6 on Windows, and "cli…
-
**Describe the bug**
Multiple builds are required before my main css file is generated (usually 2, sometimes 3). Sometimes it doesn't even get generated at all unless I delete all the generated .css …
-
## Issue Description ##
Invalid Intellisense warnings/errors in a brand new Blazor WASM project. In particular, it doesn't recognize the `App` type in `Program.cs` and it doesn't recognize the compon…
-
Not using ``
I have the following in the layout:
```
Blazor.start({
configureSignalR: function (builder) {
builder.withUrl("/_blazor");
…
-
Currently, there appears to be no simple way to cascade data across rendering contexts in Blazor in such a way that eliminates the need to request and decide the context within each layer. That is, as…
-
I have a .NET 8 Blazor MAUI Hybrid App using MudBlazor.
I use a multiline `MudTextField` with `EditForm` for submitting messages.
My goal was to send the message with `Enter` and get a new line …
-
### Description
Per our offline discussion, either (or both) @halter73 and @JeremyLikness are to review the *Pass tokens to a server-side Blazor app* section to either establish the content directl…