NetCore.ModelValidation.Core
1.0.1
Core functionality to handle model validation.
Allows you to add and list errors mapped to objects and its fields
Install-Package NetCore.ModelValidation.Core -Version 1.0.1
dotnet add package NetCore.ModelValidation.Core --version 1.0.1
<PackageReference Include="NetCore.ModelValidation.Core" Version="1.0.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add NetCore.ModelValidation.Core --version 1.0.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Release Notes
- Moved service extension here this package
Dependencies
-
.NETStandard 2.0
- Microsoft.Extensions.DependencyInjection (>= 2.1.1)
Used By
NuGet packages (1)
Showing the top 1 NuGet packages that depend on NetCore.ModelValidation.Core:
Package | Downloads |
---|---|
NetCore.ModelValidation
Model validations helper for aspnetcore. Allows you to have validations set in places such as your
business logic with the help of NetCore.ModelValidation.Core nuget
|
GitHub repositories
This package is not used by any popular GitHub repositories.