parsley v1.0.2
This release includes new tests, refactorings, and important fixes to improve usability and flexibility.
Changes
- Introduced
SupportsRegisterActivatorFunc
, improved registration functions. - Enabled multiple activator functions in
RegisterTransient
,RegisterSingleton
, andRegisterScoped
, allowing the registration of several services with the same lifetime behavior at once. This reduces the amount of code required to register services. - Addressed reflection issues in code generator commands, particularly with interface and variadic parameters.
- Updated documentation comments