Skip to content

code-patterns 3.9.4

Compare
Choose a tag to compare
@TheTribe TheTribe released this 12 Oct 13:22
· 58 commits to master since this release
  • Fixes for Patterns.Logging / Patterns.Autofac.Logging (issue 92):
    • Extracted ILoggingConfig from LoggingConfig
    • Switched to interface usage everywhere
    • Modified LoggingModule logic to allow config source to be unregistered / config section to be missing; either case results in a default instance of LoggingConfig to be registered
  • Changed MoqRegistrationSource to only return registrations when creating new Mock-based ones; now returns an empty set in all other cases (issue 93)