-
I tried using fluxor in a blazor 8 template app and my `ReducerMethod` aren't being called. I replaced the 'Counter' with a Fluxor State.
I added `` to the top of the Routes.razor files and I adde…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
There's this issue https://github.com/dotnet/aspnetcore/issues/38369 but it refers to angular specifically, but…
-
At least one organisation uses NL Design System inside [Blazor](https://blazor.net) projects.
Since Web Components are the foundation of the NL Design System components, these components should be …
-
1. Go to the demo from https://www.infragistics.com/products/ignite-ui-blazor/blazor/components/grids/grid/cell-editing#grid-excel-style-editing
2. Select a cell
3. Type something
The editing doe…
-
For now we want following components.
- [x] Enum binding dropdown
- [x] Dialog
- [ ] Text
- [ ] Number
- [ ] Date
-
### Is there an existing issue for this?
- [x] I have searched the existing issues
### Describe the bug
Upgrading my .NET 8 Blazor WebAssembly application to .NET 9 lead to frontend rendering issue…
-
As suggested in [this discord ticket](https://discord.com/channels/814605913783795763/1205151564524953610) I am creating this issue.
## Use case
My use case is to implement the Elsa Studio compone…
-
In .NET 9 Preview 4, we added a feature to exclude pages from interactive routing using the new `[ExcludeFromInteractiveRouting]` attribute. This feature simplifies using static pages in a Blazor app …
-
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 …
-
**Version Used**:
.NET 8.0.201
**Steps to Reproduce**:
- Upgrade from .NET 8.0.1 (feature v101) to .NET 8.0.2
- Run `dotnet format`
I've also attempted to remove lines from `_imports.raz…