Skip to content

Releases: DevTeam/Pure.DI

1.1.57

12 Oct 20:07
Compare
Choose a tag to compare

Changes:

  • Add the ability to change the access modifier for Resolve methods. Sample

1.1.56

10 Oct 13:54
Compare
Choose a tag to compare

Changes:

  • Root method: #15 Make it possible to resolve multiple types without introducing a composition root
    NuGet
    Sample
  • Arg method: #10 Using external values when resolving
    Sample

1.1.53

16 Sep 09:02
Compare
Choose a tag to compare

Changes:

  • Consider marker type constraints when choosing a default factory

1.1.51

09 Sep 16:04
Compare
Choose a tag to compare

Support init properties

1.1.50

03 Sep 08:05
Compare
Choose a tag to compare

Improved error reporting

1.1.48

02 Sep 10:10
Compare
Choose a tag to compare

Improved error reporting

1.1.47

17 Aug 11:31
Compare
Choose a tag to compare

Now it is possible to use default TT factory to resolve Func<> if it has no an explicit binding

1.1.46

07 Aug 10:31
Compare
Choose a tag to compare

Fixed the issue when a factory method always interpreted as a method Resolve from the IContext

1.1.45

08 Jul 20:42
Compare
Choose a tag to compare

Changes:

  • Support Full .NET Framework 2.0 (NET20)

1.1.44

24 Jun 10:39
Compare
Choose a tag to compare
  • Top level statements composer name is "Composer" by default
  • Factory binding for the generic type marker implementing a custom dependency resolution logic
  • Support explicit disposable in the singleton lifetime