ardalis / ApiEndpoints

A project for supporting API Endpoints in ASP.NET Core web applications.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Consolidate current pipelines into a single pipeline with additional features

szlatkow opened this issue · comments

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.

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 ); }

@ojrojas moving this to its own issue #81