Skip to content

v3.7.4

Choose a tag to compare

@github-actions github-actions released this 09 Aug 11:57
· 7 commits to main since this release

DependencyInjection.Lifetime.Analyzers 3.7.4

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

  • DI018 now evaluates effective registrations after definite Clear, RemoveAll, and Replace mutations, avoiding stale non-instantiable-implementation warnings while retaining reactivated registrations.

Install

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

What changed

Fixed

  • DI018 now evaluates effective registrations after definite Clear, RemoveAll, and Replace mutations, avoiding stale non-instantiable-implementation warnings while retaining reactivated registrations.

Learn more