NOW.FeatureFlagExtensions.FeatureManagement 1.0.0-preview001

This is a prerelease version of NOW.FeatureFlagExtensions.FeatureManagement.
There is a newer prerelease version of this package available.
See the version list below for details.
dotnet add package NOW.FeatureFlagExtensions.FeatureManagement --version 1.0.0-preview001
NuGet\Install-Package NOW.FeatureFlagExtensions.FeatureManagement -Version 1.0.0-preview001
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="NOW.FeatureFlagExtensions.FeatureManagement" Version="1.0.0-preview001" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add NOW.FeatureFlagExtensions.FeatureManagement --version 1.0.0-preview001
#r "nuget: NOW.FeatureFlagExtensions.FeatureManagement, 1.0.0-preview001"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install NOW.FeatureFlagExtensions.FeatureManagement as a Cake Addin
#addin nuget:?package=NOW.FeatureFlagExtensions.FeatureManagement&version=1.0.0-preview001&prerelease

// Install NOW.FeatureFlagExtensions.FeatureManagement as a Cake Tool
#tool nuget:?package=NOW.FeatureFlagExtensions.FeatureManagement&version=1.0.0-preview001&prerelease

This package contains extensions for the 'Microsoft.FeatureManagement' package. It enables additional ways of setting feature-flag behavior
     via the 'appsettings.json' configuration. For example:
     - AggregateFeatureFilter: Can be used to only enable specific features for all available filters aggregated (all must be true).
     - ClaimsFeatureFilter: Can be used to only enable specific features for claims the user has.
     - EnvironementsFeatureFilter: Can be used to only enable specific features for one or more environments specified.
     - RequestHeadersFeatureFilter: Can be used to only enable specific features for headers that are sent.

Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on NOW.FeatureFlagExtensions.FeatureManagement:

Package Downloads
NOW.FeatureFlagExtensions.FeatureManagement.Swagger

This package contains extensions for the 'Microsoft.FeatureManagement' package in combination with Swagger. It contains an additional SwaggerGen FeatureFilterHeaderParameter operation filter, that enables setting any configured feature to true/false via a field in the swagger documentation page, for any Api route/action.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.2.1-preview 103 2/16/2023
1.2.0-preview 101 12/21/2022
1.1.0-preview 131 10/1/2022
1.0.0-preview001 123 5/26/2022