You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+21-1Lines changed: 21 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,27 @@ This library re-introduces this functionality for MVC controllers and introduces
18
18
19
19
## Installation
20
20
21
-
Register your validators with the Microsoft DI service container, for instructions on setting that up please see https://docs.fluentvalidation.net/en/latest/di.html.
21
+
### Validator registration
22
+
23
+
To enable this library to automatically resolve and invoke validators for your models, you must register your validators with the Dependency Injection (DI) service container.
24
+
25
+
#### Manual registration
26
+
27
+
Manually register your validator with the service container:
0 commit comments