Latest release

3.7.8

2026-08-12

Upgrade

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

Open on NuGet

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.

Fixed

  • DI013 now treats closed implementation compatibility as CLR assignability (identity, reference, boxing, and the TNullable<T> special case), so implicit numeric conversions and user-defined operators no longer hide registrations Microsoft.Extensions.DependencyInjection cannot bind.