-
```
/workspaces/dotnet/src/aspnetcore/src/Components/WebView/WebView/src/Microsoft.AspNetCore.Components.WebView.csproj(68,5): warning : '../../../Web.JS/dist/Release/blazor.webview.js' does not e…
-
**_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…
-
### Things to check
- [X] I have searched the **existing issues** for this bug
- [X] To rule out a caching problem I made sure the bug also happens in an **incognito tab**
### Bug type
Compo…
-
**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…
-
### Description
Steps to reproduce
1. Make a new template `dotnet new blazor`
1. add `@rendermode InteractiveServer` to the weather page
1. Start the app
1. Go to /weather
1 Observe the double rend…
-
The selection AND highlighting samples in Data Pie Chart topic do not change unless users change Auto settings to some other values. This looks like chart are broken but in fact they require an extra …
-
### Description
I think the [Factor out the state preservation to a common location](https://learn.microsoft.com/en-us/aspnet/core/blazor/state-management?view=aspnetcore-9.0&pivots=server#factor-out…
-
### Description
If you have a MAUI Blazor application and have an `a` tag in your component, like this:
```html
Test
```
Clicking on the `a` tag with `_blank` target on iOS 18 causes following error…
-
## 😯 Problem to Solve
In the Licensing Modernization project, we have a requirement where user needs to browse for a file and select it, for us to process it. Currently we are using [Blazor's I…
-
### Description
For the *Input component based on InputBase\* section per https://github.com/dotnet/aspnetcore/issues/58869.
### Page URL
https://learn.microsoft.com/en-us/aspnet/core/blazor/forms/…