Releases: SimCubeLtd/SimCube.Spartan
Releases · SimCubeLtd/SimCube.Spartan
v1.0.0 preview 12
What's Changed
Full Changelog: v1.0.0-preview.0.11...v1.0.0-preview.0.12
v1.0.0 preview 11
Added Support for IEndpointFilter chainining if using BaseMediatedRequest abstractions.
An Example can be seen in the README as well as the example console application.
Purely an optional way of implementing them, as you already could using the existing ConfigureEndpoint Action, with .AddEndpointFilter();
Filtering can documentation is here: https://docs.microsoft.com/en-us/aspnet/core/fundamentals/minimal-apis/min-api-filters?view=aspnetcore-7.0