v3.7.3
DependencyInjection.Lifetime.Analyzers 3.7.3
Compile-time DI diagnostics for Microsoft.Extensions.DependencyInjection projects that want earlier feedback on lifetime bugs, scope leaks, service locator drift, and unresolvable registrations.
Why install or upgrade
- DI031 now scopes
RemoveAllandReplacereplay to the same service slot, service-collection flow, and execution body, preventing unrelated mutations from hiding shared-implementation diagnostics.
Install
dotnet add package DependencyInjection.Lifetime.Analyzers --version 3.7.3What changed
Fixed
- DI031 now scopes
RemoveAllandReplacereplay to the same service slot, service-collection flow, and execution body, preventing unrelated mutations from hiding shared-implementation diagnostics.
Learn more
- Searchable docs site: https://georgepwall1991.github.io/DependencyInjection.Lifetime.Analyzers/
- Rule index: https://georgepwall1991.github.io/DependencyInjection.Lifetime.Analyzers/rules/
- Problem guides: https://georgepwall1991.github.io/DependencyInjection.Lifetime.Analyzers/problems/
- Adoption guide: https://georgepwall1991.github.io/DependencyInjection.Lifetime.Analyzers/adoption/
- NuGet package: https://www.nuget.org/packages/DependencyInjection.Lifetime.Analyzers