Installation
Prerequisites
A project targeting .NET compatible with netstandard 2.0,
Here is a table with supported implementations.
Installation
Core package
Set of predefined validators
Source Generator
.NET Framework
To use this library with .NET Framework, there are some dependencies you may need to install:
System.Threading.Tasks.Extensions
Microsoft.Extensions.DependencyInjection
Microsoft.Bcl.AsyncInterfaces
These packages can be installed using a NuGet package manager, or the dotnet CLI:
Last updated