-
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 …
-
> warning NU1608: Detected package version outside of dependency constraint: Z.Blazor.Diagrams 3.0.2 requires Microsoft.AspNetCore.Components.Web (>= 8.0.0 && < 9.0.0) but version Microsoft.AspNetCor…
-
**_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…
-
**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…
-
# 🙋 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…
-
### 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 …
-
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…
-
### 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…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Describe the bug
I recently updated to .net 8.
I have both VS 2022 and 2022 Preview version installed.
1.…