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.
- Host: GitHub
- URL: https://github.com/adshan/dotnet-input-model-validations
- Owner: AdsHan
- License: mit
- Created: 2021-08-15T21:05:25.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-08-15T21:06:40.000Z (almost 4 years ago)
- Last Synced: 2025-04-13T09:15:07.680Z (3 months ago)
- Topics: action-filter, dotnet, fluent-validation, input-model-validations, net5
- Language: C#
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).