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
+5
Original file line number
Diff line number
Diff line change
@@ -54,5 +54,10 @@ Please follow the guidelines in [CONTRIBUTING.md](CONTRIBUTING.md).
54
54
### WebApi
55
55
See the example in `src/JE.ApiValidation.Examples.WebApi`, and the tests for that in `src/JE.ApiValidation.Examples.Tests.WebApi`.
56
56
57
+
#### WebApi with StructureMapValidatorFectory
58
+
Register all implementations FluentValidation's AbstractValidators. These will then run automatically against any matching classes passed into ControllerActions.
59
+
60
+
See the example in `src/JE.ApiValidation.Examples.WebApi.FluentValidation.StructureMap`, and the tests for that in `src/JE.ApiValidation.Examples.Tests.WebApi`.
61
+
57
62
### OpenRasta
58
63
See the example in `src/JE.ApiValidation.Examples.OpenRasta`, and the tests for that in `src/JE.ApiValidation.Examples.Tests.OpenRasta`.
0 commit comments