OpenFeature.DependencyInjection 2.9.0

OpenFeature.DependencyInjection

⚠️ DEPRECATED: This library is now deprecated. The OpenTelemetry Dependency Injection library has been moved to the OpenFeature Hosting integration in version 2.9.0.

OpenFeature is an open standard for feature flag management, created to support a robust feature flag ecosystem using cloud native technologies. OpenFeature will provide a unified API and SDK, and a developer-first, cloud-native implementation, with extensibility for open source and commercial offerings.

Migration Guide

If you are using OpenFeature.DependencyInjection, you should migrate to the OpenFeature.Hosting package. The hosting package provides the same functionality but in one package.

1. Update dependencies

Remove this package:

<PackageReference Include="OpenFeature.DependencyInjection" Version="..." />

Update or install the latest OpenFeature.Hosting package:

<PackageReference Include="OpenFeature.Hosting" Version="2.9.0" />

2. Update your Program.cs

Remove the AddHostedFeatureLifecycle method call.

Before

builder.Services.AddOpenFeature(featureBuilder =>
{
    featureBuilder
        .AddHostedFeatureLifecycle();

    // Omit for code brevity
});

After

builder.Services.AddOpenFeature(featureBuilder =>
{
    // Omit for code brevity
});

Showing the top 20 packages that depend on OpenFeature.DependencyInjection.

Packages Downloads
OpenFeature.Hosting
OpenFeature is an open standard for feature flag management, created to support a robust feature flag ecosystem using cloud native technologies. OpenFeature will provide a unified API and SDK, and a developer-first, cloud-native implementation, with extensibility for open source and commercial offerings.
2
OpenFeature.Hosting
OpenFeature is an open standard for feature flag management, created to support a robust feature flag ecosystem using cloud native technologies. OpenFeature will provide a unified API and SDK, and a developer-first, cloud-native implementation, with extensibility for open source and commercial offerings.
1

Version Downloads Last updated
2.9.0 1 01/23/2026
2.8.1 0 07/31/2025
2.8.0 0 07/30/2025
2.7.0 0 07/03/2025
2.6.0 0 05/23/2025
2.5.0 0 04/28/2025
2.4.0 0 04/14/2025
2.3.2 0 03/27/2025
2.3.1 0 02/04/2025
2.3.0 0 01/31/2025
2.2.0 0 12/12/2024
2.1.0 0 11/18/2024