mark-pro / Genesis.MinimalApis

Genesis.MinimalApis aims to expand and create organization for Microsoft's Minimal APIs.
MIT License
1 stars 0 forks source link

Validations #14

Closed mark-pro closed 1 year ago

mark-pro commented 1 year ago

Added support for fluent validation.

Added fluent validation support on minimal apis. Fluent validation can either be applied traditionally or via attributes.

Refactored large parts of the code base while maintainting backwards compatibility with previous version

Added unit tests for validation functionality.

Mics. changes and improvements.

Resolves

13