-
Currently there is no way to return activity data via and endpoint response that matches the internal pascal case of the entity classes.
We have internal entities that we use in custom activities.…
-
As the title says, using nodatime types as query parameters on a [minimal api](https://learn.microsoft.com/en-us/aspnet/core/fundamentals/minimal-apis/overview) doesn't compile, it throws the followin…
-
How to integrate fast endpoints
-
Right now, OData is heavily dependent upon Entity Framework and also Controllers.
In an effort to bring OData to minimal apis and even FastEndpoints and expand out the offering so that it can work …
-
I think that it would benefit those using this project to have an option which is API only as opposed to a traditional Web project which also includes the API within.
Pulling out controll…
-
The Swagger documentation fails to load in due time, when using the [FromBody] attribute on the CreateFirstModelRequest.Model property. This causes a significant delay (up to 2.8 minutes) or results i…
-
Type: Bug
## Issue Description ##
Having watched files or paths is causing the workspace/didChangeWatchedFiles handler to try and 1:1 tranlate a glob pattern (valid paths can include `..` anywhere)…
-
Hi, i just got started with FastEndpoints and am wondering why I cant work with Endpoint class when my request does not have properties in it. I know, that there are other endpoint types like Endpoint…
-
Consider the following Endpoint, Request DTO and Validator:
````
public class Endpoint : Endpoint
{
public override void Configure()
{
Verbs(Http.PUT);
Routes("test/{P…
-
I'm experimenting with FastEndpoints and I have an endpoint that finishes with the following call in the HandleAsync method:
Endpoint class:
`internal class LoginEndpoint : Endpoint`
Handler meth…