What's Changed
- New module
Oxpecker.ModelValidation
was added by @Lanayx in #33, inspired by work of @AP-Hunt. This enables traditional ASP.NET Core attribute-based validation and convenient passing of model state together with validation errors to the view.
Example of usage can be found in ContactApp sample