-
Hi,
I have changed Fast Endpoints to the use scope section of a JWT token, but it doesn't work when the scope contains more than one scope.
app.UseFastEndpoints(c => c.Security.PermissionsClaimT…
-
I referred to the [documentation](https://fast-endpoints.com/docs/validation#throwing-adding-errors-from-anywhere) on `throw error from anywhere` and called the `ValidationContext.Instance.ThrowError(…
-
Hi
Currently we are using fast FastEndpoints Version="5.11.0".
I was trying to update to latest version, but after updating some of our unit tests starts to fail.
```
public class GetOnboardingE…
-
In the case of a partial class endpoint, e.g.
```c#
public sealed partial class MyEndpoint : IEndpoint { }
public sealed partial class MyEndpoint { }
```
the `FastEndpoints.Generator` source …
-
Hello, Thank you for your excellent project!
I have several fast endpoints that accept DTOs, but there are no publicly accessible properties, therefore I utilized this way to adjust the DTO as need…
-
I found this article for allowing Swagger to use BasicAuthentication: [https://www.thecodebuzz.com/nswag-basic-authentication-openapi-documentation-asp-net-core/](url)
But when I add the **AddOpen…
-
When using a route parameter in the URL, the type of the property is not correctly set in swagger.
For example:
```
Get("/test/{ProjectId}");
```
with the following request:
```
public class …
-
`FastEndpoints.Validator` currently has a constraint requiring the generic parameter is a class. I don't know why this requirement exists when `FluentValidation.AbstractValidator` does not have this c…
-
Please consider making the ValidationFailureException public so we can unit test endpoints that use "ThrowIfAnyErrors()" method.
```cshap
public async Task Webhook_OnExistingWithSameId_ReturnsErro…
-
I have a Microsoft SQL Database and I'm using Dapper. When opening the workflow instance view page I'm getting the following error:
An unhandled exception has occurred while executing the request.
…
ghost updated
9 months ago