-
### Build
https://dev.azure.com/dnceng/internal/_build/results?buildId=2367532
Error:
```
System.Net.Http.HttpRequestException: No route to host (dev.azure.com:443)
---> System.Net.Sockets.Soc…
-
### Build
https://dev.azure.com/dnceng/internal/_build/results?buildId=2365835
Error:
```
Fail to upload '/mnt/vss/_work/1/a/IntermediateArtifacts/MonoRuntimePacks/Shipping/Microsoft.NETCore.A…
-
### Error Blob
```json
{
"ErrorMessage": "nodename nor servname provided, or not known",
"BuildRetry": true,
"ErrorPattern": "",
"ExcludeConsoleLog": false
}
```
### Reproductio…
-
**Is your feature request related to a problem? Please describe.**
Not a framework problem,refactoring update.
**Describe the solution you'd like**
https://dotnet.microsoft.com.
**Describe alt…
-
### Describe the bug
Have been following https://github.com/domaindrivendev/Swashbuckle.AspNetCore/issues/2168 and have tried all the described solutions there, running locally this works fine, runni…
-
### Description
I set Fsharp.Core to version ~> 4.7.0 in paket.dependencies file inside group webapi and referenced that group in paket.references file inside project as below:
paket.dependencies:…
-
### Description
I create a web api .net 9 project, it builds but after running dotnet run command it shows error. I don't have any problem in .net 8 on Windows 10.
The commands in .net 9 :
PS D:\Tes…
-
## Issue Description ##
Cannot debug webapi projects. For some reason I can debug Startup.cs, but then it crashes, I can't get to a point where I can debug a Controller endpoint. `dotnet run` works …
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Describe the bug
Hello everyone, I believe I have encountered a very rare but serious bug: When developing an …
-
### Current Behavior
using nx 19, dotnet 8, I have a standard NX repo.
First off thank you for the package.
1. `nx g @nx-dotnet/core:app src/backend/my-app` fails to run
2. no swagger…