-
**_CA1515: Consider making public types internal_**
Blazor components using a "partial class" for its code rather than a `@code` block on the razor page itself is getting this warning on every "parti…
-
### 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.
I noticed that javascript files ass…
-
**Blazor UI (User Interface).**
The Blazor Server app is the frontend that allows users to upload files and later download the processed files.
It will communicate with microservices through HTTP AP…
-
## Summary
Add a new event similar to `dotnet/razor/taghelperresolve/end` but is close to when Razor has completed discovering all of the razor components in a project,
## Background and Motivation
D…
-
### Is there an existing issue for this?
- [x] I have searched the existing issues
### Describe the bug
```
dotnet watch ⌚ File added: .\Components\Samples\Layouts.razor.css~
dotnet watch ⌚ File up…
-
### Description
The solution described in the article works and is highly valuable.
However, following the steps creates an environment that is highly atypical and difficult to use. It is unclear wh…
-
### Description
Links under an image (a href) placed in a Page (razor components) or in the MainLayout.razor of the shared rcl project, opens chrome with a wrong link (https://0.0.0.1/_content/proje…
-
### Version of the Meziantou.Analyzer NuGet package
2.0.176
### Rule Identifier
MA0115
### Target Framework
net8.0
### C# Language version
C# 12
### Description
When a component has a `Parame…
Bouke updated
4 weeks ago
-
**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 …
-
Hi, I cloned and compiled `dotnet/razor` with `dotnet build .\Razor.sln`. Both `.\build.ps1` and `.\build.cmd` give me errors. The build results in an `artifacts\bin\rzls\Debug\net8.0\rzls.dll`. When …