Skip to content

v4.3.0

Choose a tag to compare

@tillig tillig released this 23 Oct 20:56
· 56 commits to develop since this release
  • #15: Checking auto-mock concrete types to ensure there is a zero-parameter constructor so Castle.DynamicProxy and MockRepository.Create<T> can correctly work on concrete types under the covers.
  • #17: Meta<T> now interpreted correctly by Autofac instead of being mocked.
  • #20: Callback for modifying the container before auto-mocking takes over.
  • Updated minimum Autofac version to 4.2.0 for an improved new project experience.
  • Added netstandard2.0 specific target to improve dependency chain on newer projects.