Upgrade
dotnet add package DependencyInjection.Lifetime.Analyzers --version 2.2.2
Latest release
2026-03-17
Upgrade
dotnet add package DependencyInjection.Lifetime.Analyzers --version 2.2.2
Release workflow output
This page is generated from CHANGELOG.md so GitHub Releases, the docs site, and package surfaces all stay aligned on the same release narrative.
Changed
IServiceCollection wrapper extensions from real invocation sites instead of treating registrations inside uncalled wrappers as globally available.IServiceCollection flow now suppress DI015 when registration state is uncertain, reducing false positives in layered registration modules.IServiceCollection instance or after a registration do not hide genuine missing-dependency diagnostics.2.2.1 changelog entry and resynced package metadata so the tagged release train and project version history are aligned again.