Skip to content

Releases: Bobris/BTDB

32.4.5

25 Jan 00:40
Compare
Choose a tag to compare
Released 32.4.5

32.4.4

24 Jan 17:02
Compare
Choose a tag to compare

Fixed

IOC and Singletons are now much faster and correct in complex cases.

32.4.3

23 Jan 16:20
Compare
Choose a tag to compare

Fixed

IOC: Func and delegates didn't worked in some cases.

32.4.2

23 Jan 11:49
Compare
Choose a tag to compare

Fixed

IOC: Lazy has now correct type (not just always Lazy)

32.4.1

22 Jan 14:48
Compare
Choose a tag to compare
Released 32.4.1

31.15.0

22 Jan 09:48
Compare
Choose a tag to compare

Optimized

Detection of FreeContent is now much faster for "object" type.

32.4.0

21 Jan 21:58
Compare
Choose a tag to compare
Released 32.4.0

32.3.2

19 Jan 13:09
Compare
Choose a tag to compare

Fixed

Multiple partial classes in IOC. Generated one class from BTDB, so it could be used in IOC.

32.3.1

18 Jan 23:04
Compare
Choose a tag to compare

Fixed

SourceGenerator: one more place where global:: is needed. And it must ignore static fields and properties.

32.3.0

18 Jan 00:13
Compare
Choose a tag to compare

Added

New ContainerBuilder method RegisterTypeWithFallback which allows to register type with fallback to invokers if type is not generated (useful for generic types for now).

Fixed

IOC Default parameters for constructors are now correctly generated.
Skip generic classes in generation.