Releases: DevTeam/Pure.DI
Releases · DevTeam/Pure.DI
2.1.51
2.1.50
2.1.49
Changes:
- Support for complex generic root arguments. See this example for details.
2.1.48
2.1.47
2.1.46
Changes:
- Combine identical dependencies in comments into one for smart tags
2.1.45
Bug fixes:
- Should not add a using statement for the global context to the generated file
2.1.44
Bug fixes:
- Fixed warnings when using nullable types in factories
Changes:
- Smart tags, please see this example for details
2.1.43
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:
- Support of using static Pure.DI.Tag
- Added profiler warnings (when the operating system is not Windows or when the dotnet tool JetBrains.dotTrace.GlobalTools is not installed)
2.1.42
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