-
### Describe the bug
![QQ_1732674503364](https://github.com/user-attachments/assets/3c28c2bf-4e84-4942-9f38-f0e52bd472ca)
![QQ_1732674543942](https://github.com/user-attachments/assets/60b85e6c-ef62…
-
-
## Background and Motivation
I'm opening this proposal after a conversation with @sander1095 in relation to https://github.com/dotnet/aspnetcore/issues/58723 and https://github.com/dotnet/aspnetcore/…
-
-
Unsure why or how, the jms spec is present in my war archive.
```
[INFO] \- org.frankframework:frankframework-bundle-minimal:pom:9.0.0-20241024.042338:import
[INFO] +- org.frankframework:fra…
-
### Component
OpenTelemetry.Instrumentation.AspNetCore
### Is your feature request related to a problem?
If an exception is thrown during a call to a Minimal API, the exception is not recorded as a…
-
## Summary
Allow developers to set the `default` response for OpenAPI operations with the `Produces()` family of extensions methods from `Microsoft.AspNetCore.OpenApi` to achieve parity with MVC's …
-
### Description
The [Middleware in Minimal API apps](https://learn.microsoft.com/en-us/aspnet/core/fundamentals/minimal-apis/middleware?view=aspnetcore-8.0) topic describes the default middleware tha…
-
Could you please provide any examples using minimal api for file upload.
-
**Describe the bug**
Consider the following endpoint using multipart form:
```
public record Request(string FirstName, string LastName);
public static async Task>
UpdateEmployerProfile(
[F…