Skip to content

v3.7.5

Choose a tag to compare

@github-actions github-actions released this 09 Aug 13:16
· 4 commits to main since this release

DependencyInjection.Lifetime.Analyzers 3.7.5

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

  • DI025 now detects leaks when one implementation has a transient effective service slot alongside a singleton slot, while preserving same-slot override and code-fix safety behavior.

Install

dotnet add package DependencyInjection.Lifetime.Analyzers --version 3.7.5

What changed

Fixed

  • DI025 now detects leaks when one implementation has a transient effective service slot alongside a singleton slot, while preserving same-slot override and code-fix safety behavior.

Learn more