Dependency injection extensions for FluentValidation
$ dotnet add package FluentValidation.DependencyInjectionExtensionsFluentValidation is validation library for .NET that uses a fluent interface and lambda expressions for building strongly-typed validation rules.
The FluentValidation.DependencyInjectionExtensions package extends FluentValidation
to provide integration with Microsoft Dependency Injection (IServiceProvider).
More details about the methods provided in this package can be found in the documentation
If you use FluentValidation in a commercial project, please sponsor the project financially. FluentValidation is developed and supported by @JeremySkinner for free in his spare time and financial sponsorship helps keep the project going. You can sponsor the project via either GitHub sponsors or OpenCollective.
Full documentation can be found at https://docs.fluentvalidation.net
Release notes can be found on GitHub.