Skip to content

Instantly share code, notes, and snippets.

@robinvanderknaap
Last active November 5, 2020 10:32
Show Gist options
  • Save robinvanderknaap/1d0f52222b95d888f0d5afcd5f4ec9da to your computer and use it in GitHub Desktop.
Save robinvanderknaap/1d0f52222b95d888f0d5afcd5f4ec9da to your computer and use it in GitHub Desktop.
AssemblyScanner.FindValidatorsInAssembly( Assembly.GetExecutingAssembly())
.ForEach(match => kernel.Bind(match.InterfaceType).To(match.ValidatorType));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment