Validating method parameters with Castle Validator
Been pretty busy at work, so short post.
I’ve added a facility in Castle contrib for validating method parameters using Castle Validator. The goal is to eventually allow have this used for validate parameters in Monorail, but right now I’m using it to do input validation for web service parameters. I wrote up a brief blurb on how to use it here: http://using.castleproject.org/display/Contrib/Castle.Facilities.MethodValidator. Should be pretty self explanatory.
If anyone finds any issues, let me know.