zymlabs / nswag-fluentvalidation

Use FluentValidation rules instead of ComponentModel attributes to define swagger schema.
MIT License
59 stars 13 forks source link

Resolved DI issue due to IValidationFactory being deprecated #11

Closed zyofeng closed 2 years ago

zyofeng commented 2 years ago

Please refer to the following issue

https://github.com/FluentValidation/FluentValidation/issues/1961

geoffreytran commented 2 years ago

Thanks, merging. I need to make an edit to the Github Actions ci.yaml for the .net6 target and adding the old constructor back as deprecated for backwards compat.