-
Put the various endpoints in top level folders (as they are now basically).
Replace Ardalis.ApiEndpoints with FastEndpoints.
Replace MinimalApi.Endpoints with FastEndpoints.
-
Hello!
_Specs:_
- FastEndpoints 5.28.0
- FlentValidation: 11.9.2
Have simple validator:
```
public class CreateGroupRequest
{
public string Name { get; set; }
public string Code { get; …
-
I was just going through the fast endpoints example that used monogdb entities and can't get past this error
```
MongoDB.Bson.BsonSerializationException: 'Array' values are not valid on properties…
-
I want to test the endpoints in my `API` project from my `Tests` project, but the tests don't recognizing my user secrets. Running the API regularly works fine, as does putting my secrets directly int…
-
I have a .net 8 minimal API setup:
var builder = WebApplication.CreateBuilder(args);
var app = builder.ConfigureApp();
app.Run();
// Reference for Testing Purposes of FastE…
-
Hi
Thanks for an awesome package!
We have a custom rbac, and for this we use custom authorize
![image](https://user-images.githubusercontent.com/76153851/191830374-39a0821c-1288-4be8-b8ab-cd0ec2a…
-
Hi.
Awesome package thanks!
We have added converts to swagger and fast endpoint registration. But the "Summary" does not seam to use it for the example.
```c#
static void ConfigSerializer(Json…
-
We need to document how to configure the workflow server (ASP.NET Core) with authentication middleware and securing the Elsa API controllers and how to configure the dashboard with a plugin to send ac…
-
### Checks
- [X] I have searched the existing issues for a similar bug and it does not exist!
### PlexRipper version
v0.21.0
### Platform
Unraid
### Browsers
Google Chrome
### Description
Dow…
-
System.Exception: Lost an owner context
at Elsa.Workflows.Services.WorkflowStateExtractor.ExtractCompletionCallbacks(WorkflowState state, WorkflowExecutionContext workflowExecutionContext)
…