Skip to content

Releases: DevTeam/Pure.DI

2.1.51

17 Jan 15:57
Compare
Choose a tag to compare

Changes:

  • Increased code generation performance

2.1.50

16 Jan 09:46
Compare
Choose a tag to compare

Bug fixes:

  • #84 Error “Sequence does not contain elements” when using BuildUp with non-transitive dependencies

2.1.49

10 Jan 10:09
Compare
Choose a tag to compare

Changes:

  • Support for complex generic root arguments. See this example for details.

2.1.48

29 Dec 09:51
Compare
Choose a tag to compare

Bug fixes:

  • #81 When Hint.ThreadSafe is set to "Off" Source generator creates a lock in Dispose method

2.1.47

27 Dec 12:22
Compare
Choose a tag to compare

Changes:

  • Makes Pure.DI.MS types public

Bug fixes:

  • #80 Fiexes Error CS1061 : 'object' does not contain a definition for 'Enter'/'Exit'

2.1.46

26 Dec 10:02
Compare
Choose a tag to compare

Changes:

  • Combine identical dependencies in comments into one for smart tags

2.1.45

24 Dec 15:40
Compare
Choose a tag to compare

Bug fixes:

  • Should not add a using statement for the global context to the generated file

2.1.44

20 Dec 11:47
Compare
Choose a tag to compare

Bug fixes:

  • Fixed warnings when using nullable types in factories

Changes:

2.1.43

19 Dec 11:58
Compare
Choose a tag to compare

Bug fixes:

  • Fixed support of non integer tags of float and double types for different language cultures
  • Fix code generation for IContext.ConsumerTypes in nested factories for some cases

Changes:

2.1.42

17 Dec 15:01
Compare
Choose a tag to compare

Changes:

  • ReadOnlyCollection, Collection, ReadOnlySet support
  • Improved class diagrams - grouping of types by namespaces
  • Add protected access modifier for roots
  • Support for simple factory with lambdas without explicit type definition
  • #76 Ability to get dependency consumer object types, see this example