ardalis / ApiEndpoints

A project for supporting API Endpoints in ASP.NET Core web applications.
MIT License
3.13k stars 227 forks source link

Consolidate current pipelines into a single pipeline with additional features #77

Closed szlatkow closed 1 year ago

szlatkow commented 3 years ago

A single GitHub Actions pipeline for all the required automated processes to eliminate potentially unnecessary overhead of maintaining several separate pipelines.

Built with ❤ by Pipeline Foundation.

ojrojas commented 3 years ago

Hi Ardalis, please consider adding a custom return type for File types public abstract class WithResponseCustoms<TResponse> : BaseEndpointAsync { public abstract Task<TResponse> HandleAsync( TRequest request, CancellationToken cancellationToken = default ); }

ardalis commented 3 years ago

@ojrojas moving this to its own issue #81