DamianEdwards / MinimalApis.Extensions

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

Update WithParameterValidation to support .NET 7 Preview 7 #30

Closed andrewlock closed 2 years ago

andrewlock commented 2 years ago

With preview 7, the latest released version of MinimalApi.Extensions causes a crash on app startup.

This PR renames the types that were renamed in preview 7:

Also renamed the rhic variable to efic for correctness.

I wasn't sure if you wanted to rename the ValidationFilterRouteHandlerBuilderExtensions type itself so left it as-is for now.

Fixes #29