APF.Core.Clean.Dormancy
10.0.0.1
dotnet add package APF.Core.Clean.Dormancy --version 10.0.0.1
NuGet\Install-Package APF.Core.Clean.Dormancy -Version 10.0.0.1
<PackageReference Include="APF.Core.Clean.Dormancy" Version="10.0.0.1" />
<PackageVersion Include="APF.Core.Clean.Dormancy" Version="10.0.0.1" />
<PackageReference Include="APF.Core.Clean.Dormancy" />
paket add APF.Core.Clean.Dormancy --version 10.0.0.1
#r "nuget: APF.Core.Clean.Dormancy, 10.0.0.1"
#:package APF.Core.Clean.Dormancy@10.0.0.1
#addin nuget:?package=APF.Core.Clean.Dormancy&version=10.0.0.1
#tool nuget:?package=APF.Core.Clean.Dormancy&version=10.0.0.1
Core.Clean.Dormancy
Core.Clean.Dormancy is a feature-level package that provides implementations and extensions for feature flags and respective features It serves as a package that can be used across any layer of multiple microservices. This package is dependent on APF.Core.Clean.Common for its abstractions and other dependencies
Projects
src/Aurionpro.PaymentFramework.Core.Clean.Dormancy
- Aurionpro.PaymentFramework.Core.Clean.Dormancy
tests/Aurionpro.PaymentFramework.Core.Clean.Dormancy.Tests
- Aurionpro.PaymentFramework.Core.Clean.Dormancy.Tests
tests/Aurionpro.PaymentFramework.Core.Clean.Dormancy.IntegrationTests
- Aurionpro.PaymentFramework.Core.Clean.Dormancy.IntegrationTests
Purpose
- Centralizes implementation of IFeatureFlagService and IFeatureService abstracted in Core.Clean.Common
- Uses DormancyProvider Secrets to determine which provider will evaluate the feature flags
Features
- LaunchDarkly: Implementation of IfeatureFlagService using LaunchDarkly provider
- FeatureManagement: Implementation of IFeatureFlagService using SecretsManager
- Extensions: Feature Extensions to get dead features and also FeatureFlag Extensions to get specific feature
Getting Started
- Clone the repo
- Navigate to the root directory
- Run:
dotnet build
dotnet test
Usage
public static void AddDormancy(this IServiceCollection services, IConfiguration configuration)
{
//register options
services.Configure<DomancySettings>(configuration);
services.Configure<ProjectsOptions>(configuration);
services.AddFeatureManagement();
services.AddSingleton<IProjectFactory, ProjectFactory>();
//register main Dormaancy factory
services.AddScoped<DormancyFactory>();
services.AddScoped(s => s.GetRequiredService<DormancyFactory>().Create());
}
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0 is compatible. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net10.0
- APF.Core.Clean.Common (>= 10.0.0.1)
- LaunchDarkly.ServerSdk (>= 8.16.0)
- Microsoft.FeatureManagement.AspNetCore (>= 4.5.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 10.0.0.1 | 0 | 8/14/2026 |
| 10.0.0-Beta-02 | 26 | 8/13/2026 |
| 10.0.0-Beta-01 | 584 | 6/22/2026 |
| 8.0.0.2 | 858 | 6/11/2026 |
| 8.0.0.2-Beta-01 | 471 | 6/11/2026 |
| 8.0.0.1 | 3,320 | 2/13/2026 |
| 8.0.0-Beta-1 | 1,518 | 2/13/2026 |
| 1.0.0-Beta-06 | 2,129 | 10/2/2025 |
| 1.0.0-Beta-05 | 212 | 10/2/2025 |
| 1.0.0-Beta-04 | 450 | 9/22/2025 |
| 1.0.0-Beta-03 | 609 | 9/19/2025 |
| 1.0.0-Beta-02 | 343 | 9/17/2025 |
| 1.0.0-Beta-01 | 186 | 9/12/2025 |
# Changelog
## 2026-08-14 - 10.0.0.1
- Published the Stable .net 10 compatible version
## 2026-08-13 10.0.0.0-Beta-02
- updated README.md file
## 2026-06-23 10.0.0.0-Beta-01
- upgraded to dotnet 10