Skip to content

v3.7.7

Latest

Choose a tag to compare

@georgepwall1991 georgepwall1991 released this 09 Aug 15:49
2cf7f1c

DependencyInjection.Lifetime.Analyzers 3.7.7

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

  • DI032 now limits later registration-mutation replay to the same service-collection flow, so an unrelated collection cannot hide a live async-only disposable registration.

Install

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

What changed

Fixed

  • DI032 now limits later registration-mutation replay to the same service-collection flow, so an unrelated collection cannot hide a live async-only disposable registration.

Learn more