-
What im trying to do is send a PATCH call to an endpoint which has route params but also required headers and no body. This should not send a body or a Content-type header.
```csharp
public class …
-
## Description
When following the description to create a Minimal API with Amazon.Lambda.AspNetCoreServer.Hosting and added [FastEndpoints](https://github.com/dj-nitehawk/FastEndpoints), the response…
-
I have this request:
```c#
public record Request
{
public IList Medias { get; set; }
public class MediaWithDescription
{
public IFormFile Media { get; set; }
…
-
Hi @ardalis ,
I really loved the pattern implemented here [EndpointBaseAsync.cs](https://github.com/ardalis/ApiEndpoints/blob/main/src/Ardalis.ApiEndpoints/FluentGenerics/EndpointBaseAsync.cs) by @…
-
If I start application and go to swagger.json file, I see server section as expected:
```
"servers": [
{
"url": "http://localhost:5050"
}
],
```
If I export this file using
``…
-
Apologies if this issue has existed in the past, but I wasn't able to find it.
Is it possible to have a POST endpoint that has no body? The HTTP spec allows for this and minimal APIs work fine, b…
-
Getting NU1100 errors for all package references that use *:
Unable to resolve 'FastEndpoints (>= 5.0.0)' for 'net8.0'. PackageSourceMapping is enabled, the following source(s) were not considered:…
-
`FastEndpoints.ProblemDetails` class offers constructor overloads that allow specifying a custom HTTP status code like so:
```csharp
public ProblemDetails(IReadOnlyList failures, int? statusCode =…
-
Replace web APIs that are now using Ardalis.ApiEndpoints package and use FastEndpoints package instead.
Modify Program.cs files so they no longer load Controllers at all (for API projects that no l…
-
## Description
When trying to startup after following the Server docs. I receive the following exception:
```
System.InvalidOperationException: Scheme already exists: Bearer
at Microsoft.AspN…