Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 586 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 586 Bytes

OptionsPatternValidation

The goal of this project is to show the implementation of validation using FluentValidation package in the Options pattern at application startup.

You can find the repository and LinkedIn post regarding options pattern implementation at the following links:

GitHub Repository

LinkedIn Post

Technologies used

  • .NET 9
  • C#
  • FluentValidation
  • xUnit
  • Docker