ardalis / CleanArchitecture.WorkerService

A solution template using Clean Architecture for building a .NET Core Worker Service.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add Support For FastEndpoints

KyleMcMaster opened this issue · comments

We already have support for Minimal API results so it would be awesome to see what work is needed to also support FastEndpoints like we do for Controllers/APIEndpoints. If any code is needed it could probably be added to the AspNetCore package unless we would like to add an Ardalis.Result.FastEndpoints package

Closing as this should have been opened in the Ardalis.Result repo ☕