-
## Steps to reproduce:
Using .NET 5.0 preview 7, scaffold any identity pages.
Lint now shows 2 NU1603 warnings:
```
Severity Code Description
Warning NU1603 Microsoft.VisualStudio.Web.CodeGenerat…
-
### Describe the bug
When I attempt to run the `libman` tool command from `microsoft.web.librarymanager.cli` v2.1.161 it fails with the `dotnet` host executable from .NET SDK 6 or 7, but succeeds…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Describe the bug
You are able to pass non Uri strings in Uri property of webapi models.
so I can p…
-
## Issue Description ##
## Steps to Reproduce ##
- Install .NET 6 Preview 3 build from https://github.com/dotnet/installer
- `dotnet new console -o ConsoleApp1`
- `code ConsoleApp1`
- Delete ev…
-
I am getting a "Transitive dependency Microsoft.NETCore.Platforms 3.1.0 contains vulnerabilities according to Checkmarx" warning on your library for version 12.2.0. Could you investigate/update this?
-
### Describe the bug
While Migrating from .Net Framework to .Net Core i noticed the following difference during program execution:
In .Net Framework Math.Pow(1,double.NaN) results in double.Na…
-
### Description
In MAUI 8.0.3, the TitleBar was broken for NavigationPages, but otherwise switching between existing (i.e. not "new" each time) was working. In 8.0.6 the former was fixed but the latt…
-
### Type of issue
Missing information
### Description
To enable the perf collector on K8 Linux container, on Linux VM (in AKS Linux Gen05 nodes) for .NET Core 8, we followed the following steps (fo…
-
Repro steps:
1.Install 8.0.400 SDK on clean OS(win11-x64)
2.dotnet workload --version / dotnet workload --info as below
![image](https://github.com/user-attachments/assets/a3e2c3e0-4409-44d1-beeb-8…
-
### Describe the bug
Trying to execute a dll with `dotnet exec` or run a project with `dotnet run` fails with "Failed to create CoreCLR, HRESULT: 0x80070057", when one of the dependencies of that…