ardalis / CleanArchitecture.WorkerService

A solution template using Clean Architecture for building a .NET Core Worker Service.
MIT License
728 stars 100 forks source link

Add Support For FastEndpoints #196

Closed KyleMcMaster closed 10 months ago

KyleMcMaster commented 10 months ago

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

KyleMcMaster commented 10 months ago

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