-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Describe the bug
Pretty much what the title describes.
It appears that the Service does wait for `IHos…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Describe the bug
I have an SPA application running Angular 14 as front-end and ASP.Net Core WebAPI & OData on …
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Describe the bug
I've been developing a .NET 6/7 WebAPI site and ran into a HTTP Error 500.31 error when hosti…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Describe the bug
When the application run on kestrel (i.e. _dotnet run_ or _dotnet projectassembly.dll_ ) ever…
-
### Description
My computer has .NET 8.0 installed but my project is configured with .NET 7.0 using ASP .NET Core Swagger, this project used to work correctly, I did some version upgrades to these li…
-
### Describe the bug
Refactoring `Program.cs` as a [top-level statement](https://docs.microsoft.com/en-us/dotnet/csharp/whats-new/csharp-9#top-level-statements) throws an exception on build.
#…
-
I'm running the following code under .Net Core 3.1 in a WebApi application that loads this during startup ...
**In Startup.cs**
```cs
app.MapWhen(
context => Regex.IsMatch(context.Request.…
-
```bash
diag@orangepipcplus:~/fakeruntime$ dd/dotnet-dump analyze webapi-arm.dump
Loading core dump: webapi-arm.dump ...
Ready to process analysis commands. Type 'help' to list available commands o…
-
### Describe the Issue
I have 2 mac:
- a mac mini on macOS Ventura
- a macbook pro on macOS Big Sur
Same solution loads fine on the mac mini - it just fails on the macbook pro.
Nothing works: …
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Describe the bug
I had a `PurchaseInvoiceFile` Value Object which can be implicitly converted to `FormFile` as…