Releases: Ceilidh-Team/Cobble
Releases · Ceilidh-Team/Cobble
v1.2.2
v1.2.1
What's New in this Release
- Fixed a bug where types with a static field initializer or other static constructor caused
CobbleContext.AddManaged
to fail because the class technically had more than one constructor
v1.2.0
What's New in this Release
CobbleContext
now supportsIDisposable
, automatically disposing every instance in the graph that implementsIDisposable
- Library now targets .NET Standard 1.3 instead of 2.0, improving compatibility
v1.1.1
What's New in this Release
- Improved the algorithm backing
CobbleContext.ExecuteAsync
to enable dependency sub-graphs to be resolved in parallel. This can dramatically improve performance for large dependency graphs with long construction times.
v1.1.0
What's New in this Release
- Addition of
CobbleContext.ExecuteAsync
, which will execute unit construction steps in parallel where possible
v1.0.0
What's New in this Release
- Initial release of Cobble