Skip to content

Instantly share code, notes, and snippets.

@robinvanderknaap
Last active November 5, 2020 10:32
Show Gist options
  • Save robinvanderknaap/d74e6e26f5f804332ff563271397cd6e to your computer and use it in GitHub Desktop.
Save robinvanderknaap/d74e6e26f5f804332ff563271397cd6e to your computer and use it in GitHub Desktop.
NinjectValidatorFactory ninjectValidatorFactory = new NinjectValidatorFactory(Kernel);
FluentValidationModelValidatorProvider
.Configure(x => x.ValidatorFactory = ninjectValidatorFactory);
DataAnnotationsModelValidatorProvider
.AddImplicitRequiredAttributeForValueTypes = false;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment