Skip to content

code-patterns 3.10-beta.4

Pre-release
Pre-release
Compare
Choose a tag to compare
@TheTribe TheTribe released this 12 Oct 13:26
· 27 commits to master since this release
  • Fixes for IMoqContainer (issue 114)
    • Calls to Create<TService> now either return the registered instance, or a mock. No hidden updates.
    • Calls to Create<TService, TImplementation> update the container with the implementation type, and return the newly-registered instance.