-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Describe the bug
I have a Razor Component Library that includes some TypeScript files. The component lib…
-
The term "Documentation" is usually a scapegoat for why developers have no interest in S&box, in this issue I'll try to compile what's missing.
### Feel free to post your gripes here if you have any.
…
-
Visual studio 17.11.4 puts us on .NET SDK 8.0.400.
global.json permits this with "rollForward": "latestFeature"
The build fails with these errors:
48>HEAD
37>H:\grandnode2_2.21\src\Web\Gran…
-
To duplicate:
1. Create a new Blazor WebAssembly project.
2. Add a MainLayout.razor.css file to Shared folder.
3. Add a styling class in MainLayout.razor.css.
4. Reference the style class in Mai…
-
# 🐛 Bug Report
I chose "bug" over "feature request" since a component named `FluentNumberField` should have supported the unsigned equivalents of `int`, `long`, `sbyte` & `short` right from the start.…
-
**Is your feature request related to a problem? Please describe.**
The problem is I tried to update head section in Blazor Server both from razor pages and main layout page - the razor pages are usin…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Describe the bug
Hi!
I'm using Razor components in my non-asp.net library to render emails. I've used t…
-
### For?
S&Box
### What can't you do?
SVG elements don't work in razor
### How would you like it to work?
I'd just like it to work the same way it would work in HTML/Razor where you can…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Describe the bug
Deleting a component in a BWA doesn't remove it from rendering when rerunning the app in VS.
…
-
first of all thank you for providing this package ,
i have a asp.net core razor pages app and writing so many js code , now if i want to import them to blazor ssr with this way , need to go every js…