-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Describe the bug
For reference, I did do a search on `blazor wasm` on **all** issues and found these related o…
-
https://github.com/jose12rivera/RegistroTecnicos/blob/7404d0212f51d67064e2d43fb3aaf3f89eade3ac/RegistroTecnicos/Components/Pages/TecnicosPages/Index.razor#L8
-
https://github.com/jose12rivera/RegistroTecnicos/blob/7404d0212f51d67064e2d43fb3aaf3f89eade3ac/RegistroTecnicos/Components/Pages/TecnicosPages/Index.razor#L133
-
I have a MatDrawer holding a navigation menu in my app
```
…
-
https://github.com/jose12rivera/RegistroTecnicos/blob/7404d0212f51d67064e2d43fb3aaf3f89eade3ac/RegistroTecnicos/Components/Pages/TecnicosPages/Create.razor#L99-L103
-
### The Issue
If a razor page posts a collection of elements that use explicit indexing, where the explicit index is non sequential and non numerically ordered and the data they submit won't pass mo…
-
# 🐛 Bug Report
I have encountered this issue in 2 places (havent tested others):
1. When opening panel using dialogService and then opening another panel inside the previous panel.
2. When having…
-
## Issue Description ##
I started using VSCode for C# in March. I installed all the needed extensions and everything was working fine. Just the way it did on Visual Studio. But VScode started actin…
-
# Authorize
```
services.Configure(options =>
{
options.Conventions.AddModularPageRoute("/ModuleId/Pages/Test", "test");
// The next line doesn't work.
…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Describe the bug
How are you supposed to reuse UI markup in Razor pages?
After completing the Hello World t…