https://github.com/joaosouzaaa/fluentvalidation
FluentValidation library implementation with Notification Pattern
https://github.com/joaosouzaaa/fluentvalidation
design-patterns fluentvalidation notification-pattern solid
Last synced: 2 months ago
JSON representation
FluentValidation library implementation with Notification Pattern
- Host: GitHub
- URL: https://github.com/joaosouzaaa/fluentvalidation
- Owner: joaosouzaaa
- Created: 2023-09-30T19:05:12.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-10-04T22:19:53.000Z (over 1 year ago)
- Last Synced: 2025-01-27T10:11:39.230Z (4 months ago)
- Topics: design-patterns, fluentvalidation, notification-pattern, solid
- Language: C#
- Homepage: https://www.linkedin.com/posts/joaosouzza_fluentvalidation-activity-7115459618541072385-QlEW?utm_source=share&utm_medium=member_desktop
- Size: 58.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# FluentValidation
The goal of this project is to show the implementation of FluentValidation library in API's projects along with notification pattern.# Technologies used
- .NET 7
- C#
- FluentValidation
- xUnit
- Moq
- Docker