-
The example code in Pages/FileUpload2.razor freezes blazor when uploading two files.
[38842](https://github.com/dotnet/aspnetcore/issues/38842)
---
#### Document Details
⚠ *Do not edit this …
-
## CVE-2017-0248 - High Severity Vulnerability
Vulnerable Library - system.net.http.4.3.0.nupkg
Provides a programming interface for modern HTTP applications, including HTTP client components that..…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Describe the bug
(Using `Microsoft.AspNetCore.Mvc.Testing` `v6.0.5`).
If I serve non json static file…
-
### Steps To Reproduce
1. Installed SDK: 7.0.100-preview.6.22313.2 from https://github.com/dotnet/installer on Windows ARM64.
2. Created a new F# webapi/mvc in CLI.
3. Dotnet run the project…
-
**Describe the bug**
Similar to #1899 I get the same Error:
```shell
[17:13:47 INF] Identifying project to mutate.
[17:13:54 INF] The project /home/vsts/work/1/s/Natzka.WebAPI.Web/Natzka.WebAPI.We…
-
I am making a .net core webapi project where i have a config file appsettings.json. it's very normal
```json
{
"Logging": {
"IncludeScopes": false,
"Debug": {
"LogLevel": {
…
-
(edit: intended for dotnet/project-system project, my mistake)
When I face this error in Visual Studio (2019 or 2022):
> error : The project file cannot be opened by the project system, because…
-
![image](https://user-images.githubusercontent.com/6891030/76075688-5b9cf400-5f95-11ea-83d6-1805205f32ae.png)
Whilst making an insertion in to the db of an entity I've recently started receiving th…
-
as the title has stated, running dotnet xxx.dll breaks on my machine somehow, whereas running dotnet run xxx.csproj works. Is it possible for netcoredbg to debug using dotnet run?
-
Perhaps it would be good to add a compatibility package that gives you better insight to what things moved to even if it throws not implemented exceptions. I have the following simple operation filter…