https://github.com/franzasilva/globalerrorhandlingvalidation
Validating inputs with FluentValidation, MediatR and Global Error Handling (IExceptionHandler)
https://github.com/franzasilva/globalerrorhandlingvalidation
dotnet-core dotnet8 dotnetcore fluentvalidation globalerrorhandler globalexceptionhandler mediatr minimal-api
Last synced: about 2 months ago
JSON representation
Validating inputs with FluentValidation, MediatR and Global Error Handling (IExceptionHandler)
- Host: GitHub
- URL: https://github.com/franzasilva/globalerrorhandlingvalidation
- Owner: franzASilva
- Created: 2024-08-19T00:18:04.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-08-22T17:01:04.000Z (almost 2 years ago)
- Last Synced: 2025-05-30T06:06:52.064Z (about 1 year ago)
- Topics: dotnet-core, dotnet8, dotnetcore, fluentvalidation, globalerrorhandler, globalexceptionhandler, mediatr, minimal-api
- Language: C#
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Validating inputs with FluentValidation, MediatR and Global Error Handling
- [.NET 8](https://learn.microsoft.com/en-us/dotnet/core/whats-new/dotnet-8/overview);
- [IExceptionHandler](https://learn.microsoft.com/en-us/aspnet/core/fundamentals/error-handling?view=aspnetcore-8.0#iexceptionhandler);
- [minimal API](https://learn.microsoft.com/en-us/aspnet/core/tutorials/min-web-api?view=aspnetcore-8.0&tabs=visual-studio);
- [MediatR](https://github.com/jbogard/MediatR);
- [FluentValidation](https://docs.fluentvalidation.net/en/latest/).
**Use Swagger for testing**

Using valid values

Using invalid values

