Back to Aspnetcore

Validation Package Move

aspnetcore/release-notes/aspnetcore-10/includes/validation-package-move.md

latest434 B
Original Source

Validation APIs moved to Microsoft.Extensions.Validation

The validation APIs have moved to the Microsoft.Extensions.Validation namespace and NuGet package. This change makes the APIs usable outside of ASP.NET Core HTTP scenarios. The public APIs and behavior remain unchanged—only the package and namespace are different. Existing projects don't require code changes, as old references redirect to the new implementation.