-
(NOTE: this report is in the context of "server-side" Blazor app hosting)
It is possible to host Blazor in a child directory by:
1) Adding an app.Map() in the Startup.Configure() method of the…
-
This is a WIP on presets that will be available either directly when we release Piral v2 or that are planned / available after some time.
A preset is a combination of packages that come together in…
-
## Background and Motivation
Currently for Blazor Server with prerendering, component state can only be persisted with `PersistAsJson()` and retrieved with `TryTakeFromJson()`. So while the [underl…
-
Hello,
I am working on an application where I am looking to use only Autocomplete. I have followed the instructions you gave regarding configuring the BlazorGoogleMap in the Program.cs, as follows:…
-
### Description
The new blazor-hybrid-web template in .NET 9 P5 has some weird command line template options that need to be updated or removed. The template should be a combination of blazor and mau…
-
### 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.
While Blazor SSR is great, it is li…
-
Placeholder issue so that we can track adding this to the docs.
Compression can expose the application to side-channel attacks against the TLS encryption of the connection like CRIME and BREACH. Th…
-
Hi aspire team,
in my last try to use aspire I tried to add a blazor webassembly app to my project.
What I did so far is the following:
Add the blazor project to the aspire host with a refer…
-
Hi,
I appreciate you work. Great component!
I use the Signature pad (8.1.5) in a blazor server scenario as well as in a BlazorWebView via net Maui (both time via the exact same code via a shared…
-
**Is your feature request related to a problem? Please describe.**
When using RadzenAreaSeries (or other chart components) with a lot of data, the tooltip can lag behind the mouse pointer with severa…