Releases: SimonG96/LightweightIocContainer
LightweightIocContainer Version 4.3.1
This is the release of the Lightweight IOC Container V4.3.1.
You can find this package in the NuGet Gallery as well (Validation package).
Fix:
LightweightIocContainer Version 4.3.0
This is the release of the Lightweight IOC Container V4.3.0.
You can find this package in the NuGet Gallery as well (Validation package).
Fix:
LightweightIocContainer Version 4.2.0
This is the release of the Lightweight IOC Container V4.2.0.
You can find this package in the NuGet Gallery as well (Validation package).
Changed:
LightweightIocContainer Version 4.1.1
This is the release of the Lightweight IOC Container V4.1.1.
You can find this package in the NuGet Gallery as well (Validation package).
Changed:
LightweightIocContainer Version 4.1.0
This is the release of the Lightweight IOC Container V4.1.0.
You can find this package in the NuGet Gallery as well (Validation package).
Changed:
LightweightIocContainer Version 4.0.0
This is the release of the Lightweight IOC Container V4.0.0.
You can find this package in the NuGet Gallery as well (Validation package).
Breaking:
- Update to .net 6.0
- Don't allow direct resolve of a type if a factory is registered for it (b8ce7c8, thanks to @theKBro)
- Extract validation package (#59, thanks to @theKBro)
- Don't allow to use ctors where not all given arguments are used (a6f4466)
- Multitons need first argument in constructor to be scope (a163e19)
Fix:
- Fixed validation with parameter for registrations without factory (#57, thanks to @JCH2k)
- Fix confusing stacktraces (#58)
- Fix wrong parameter array size (a6f4466)
- Fix passed null in factories (2c57421)
- Validator: Check if create method returns same type as registration (ad07c85)
Added:
LightweightIocContainer Version 4.0.0-beta9
This is the ninth beta pre-release of the Lightweight IOC Container V4.0.0.
You can find this package in the NuGet Gallery as well (Validation package).
Breaking:
LightweightIocContainer Version 4.0.0-beta8
This is the eigth beta pre-release of the Lightweight IOC Container V4.0.0.
You can find this package in the NuGet Gallery as well (Validation package).
Breaking:
Fix:
LightweightIocContainer Version 4.0.0-beta7
This is the seventh beta pre-release of the Lightweight IOC Container V4.0.0.
You can find this package in the NuGet Gallery as well (Validation package).
Fix:
LightweightIocContainer Version 4.0.0-beta6
This is the sixth beta pre-release of the Lightweight IOC Container V4.0.0.
You can find this package in the NuGet Gallery as well (Validation package).
Breaking:
Fix:
Added: