JamesRandall / FunctionMonkey

Write more elegant Azure Functions with less boilerplate, more consistency, and support for REST APIs. Docs can be found at https://functionmonkey.azurefromthetrenches.com
MIT License
294 stars 50 forks source link

Updated to suport FluentValidation 9.x.x. #169

Open mmeckes opened 4 years ago

mmeckes commented 4 years ago

Removal of non-generic Validate overload. ChildValidatorAdaptor and IncludeRule now have generic parameters.