brendan-nobadthing / Northwind-EFCore3

Sample code developed for a talk on Entity Framework core 3 - building on JasonGT's Northwind Traders example.
Apache License 2.0
118 stars 51 forks source link

Does FluentValidation actually work in the master repo? #1

Open cpm205 opened 4 years ago

brendan-nobadthing commented 4 years ago

Hi Thanks for raising an issue, To be honest, I'm not actively developing on this codebase - it was used to create some code samples to support a talk - and the focus was on EF Core features and examples. You can find some better-maintained samples (including fluent validation) on the repos of my colleague jason taylor:

https://github.com/JasonGT/NorthwindTraders https://github.com/JasonGT/CleanArchitecture