Skip to content

1.0.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 22 Dec 18:22

DI

  • DI container code based from Onbox.
  • Add ContainerUtils with CreateContainer and CreateContainer(enableDisposeScopedInstances)
  • Add IContainerScopedInstances with DisposeScopedInstances (default: false)
  • Update Container variables to protected
  • Update Container the methods Dispose and Clear to virtual

Tests

  • Test Container
  • Test ContainerUtils
  • Test Singleton
  • Test Scoped
  • Test Transient
  • Test DI and Dispose
  • Test Abstract / Interface throws
  • Test ContainerShould with Dummies