-
**Describe the bug**
I am implementing some Flowbite components into our project, and am currently running into an annoying bug.
We are building a Component Library with a Razor Class Library proje…
-
A using directive for the Microsoft.AspNetCore.Components.Web namespace is required to get the web related Razor directives to work (like `@onclick` and friends). We add this using directive in our te…
-
A nice article here explains how some files can inflate the repo a lot:
https://www.jonathancreamer.com/how-we-shrunk-our-git-repo-size-by-94-percent/
-
### suggestion
With modular monoliths I find that the ui needs of different modules varies quite a lot.
ie: Some might show a dashboard or graph, others a razor page with a few forms, those with mor…
-
If you separate your code into a code behind, it breaks the preview capability... :( bummer....
-
**Descripción:** Con la reciente componetización de las salidas, muchas de las variables y funciones que existían en el backend han quedado sin uso. Esto está generando código innecesario que podría a…
-
**Version Used**:
.Net 9 preview SDK version 9.0.100-preview.3.24204.13
**Steps to Reproduce**:
1. Create a Blazor App
2. Enable `true` in the csproj
3. Add `BugRepro.razor`
```
@using…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Describe the bug
If you are transitioning from Static rendering to Interactive rendering and you are passing p…
-
Repro steps:
- Create a new Blazor Web App with the default options
- Run the app
- In Counter.razor add `@page "/counter2"`
- Apply the change to the running app using hot reload
- Try to brow…
-
### Using a Razor component via an alias isn't recognized by the compiler
If I want to rename/alias a Razor component when using it in a Razor page/Razor component, I should be able to reference it u…