Move unified validation APIs to separate package #62070
Labels
area-minimal
Includes minimal APIs, endpoint filters, parameter binding, request delegate generator etc
feature-validation
Issues related to model validation in minimal and controller-based APIs
To support using the unified resolver APIs in more scenarios, we would like to move them to a new package instead of the Http.Abstractions package. To do this, we must:
src/Validation
directory that contains aMicrosoft.Extensions.Validation
project.src/Validation/src
.src/Validation/test/Microsoft.Extensions.Validation.Tests
.src/Validation/gen
.src/Validation/test/Micorosft.Extensions.Validation.ValidationsGenerator
tests.src/Validation/Validations.slnf
file for the project.The text was updated successfully, but these errors were encountered: