DamianEdwards / MinimalApis.Extensions

A set of extensions and helpers for working with ASP.NET Core Minimal APIs.
MIT License
293 stars 27 forks source link

React to IEndpointMetadataProvider API changes in 7.0.0-rc.2 #28

Closed DamianEdwards closed 1 year ago

DamianEdwards commented 2 years ago

https://github.com/dotnet/aspnetcore/pull/43543 will require changes to the validation filter as ability to mutate metadata from endpoint filter factories is being removed.