Skip to content

Releases: SimCubeLtd/SimCube.Spartan

v1.0.0 preview 12

11 Sep 12:33
9d2f8de
Compare
Choose a tag to compare
v1.0.0 preview 12 Pre-release
Pre-release

What's Changed

  • Update dependency FluentValidation.DependencyInjectionExtensions to v11.2.2 by @renovate in #17

Full Changelog: v1.0.0-preview.0.11...v1.0.0-preview.0.12

v1.0.0 preview 11

10 Sep 02:43
29b38a8
Compare
Choose a tag to compare
v1.0.0 preview 11 Pre-release
Pre-release

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