Skip to content

2.1.24.

Compare
Choose a tag to compare
@NikolayPianikov NikolayPianikov released this 27 Jun 11:34
· 155 commits to master since this release

Bug fixes:

  • Should not generate comments for Resolve() methods if they are disabled
  • Does not append [Pure] before properties
  • Prevents double checking the value that was created according to the PreResolve lifetimes
  • The PreResolve and Singleton lifetimes should work as expected for implementing multiple shared contracts

Changes:

  • New Pure.DI.Abstractions package to allow the use of Pure.DI specific attributes without creating your own attributes, see this example
  • Special tags that allow you to specify the injection location, see this example
  • Displays a warning if the binding has not been used