Cédric Michel
Results
2
comments of
Cédric Michel
Fixed with an another PR. https://github.com/dotnet-architecture/eShopOnWeb/pull/831/commits
Hi As refer here https://learn.microsoft.com/en-us/aspnet/core/fundamentals/minimal-apis?view=aspnetcore-7.0#special-types You can use Cancellation token directly manage by minimal api SDK. You can find an example here https://github.com/michelcedric/StructuredMinimalApi/blob/master/StructuredMinimalApi/Application/Todos/Commands/CreateTodo/CreateTodoEndpoint.cs#L24