-
### Description
@egil 👋 ... Hope ur well!
Question on if you feel your Oslo talk from '22 ... [How to create maintainable and testable Blazor components - Egil Hansen - NDC Oslo 2022](https://www.yo…
-
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 …
-
**_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…
-
### 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…
-
# 🙋 Feature Request
## 😯 Problem to Solve
There is [an ask](https://ni.visualstudio.com/DevCentral/_workitems/edit/2911449) that on opening a `NimbleDialog`, we give focus to a particular Nimble…
-
To improve the performance of Blazor apps, [the recommendation](https://learn.microsoft.com/en-us/aspnet/core/blazor/performance?view=aspnetcore-8.0) is to create reusable render fragments.
For com…
-
### 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…
-
### What are you generating using Kiota, clients or plugins?
API Client/SDK
### In what context or format are you using Kiota?
Nuget tool
### Client library/SDK language
Csharp
### Describe the …
-
**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
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…