An open API service indexing awesome lists of open source software.

https://github.com/adshan/dotnet-input-model-validations

4 options to validate the Input Model.
https://github.com/adshan/dotnet-input-model-validations

action-filter dotnet fluent-validation input-model-validations net5

Last synced: 3 months ago
JSON representation

4 options to validate the Input Model.

Awesome Lists containing this project

README

        

# core-input-model-validations
Demonstração de 4 maneiras diferentes para se validar o Input Model utilizando desde Fluent Validation até Action Filters.

# Como executar:
- Clonar / baixar o repositório em seu workplace.
- Baixar o .Net Core SDK e o Visual Studio Code mais recentes.
- Nas configurações da API, ajustar o PATH do XML do Swagger.
- Ajustar o Startup.cs para importar os controllers de acordo com a opção a ser testada.

# Sobre
Este projeto foi desenvolvido por Anderson Hansen sob [MIT license](LICENSE).