Sparkdo.GlobalFeatures 1.0.2

dotnet add package Sparkdo.GlobalFeatures --version 1.0.2
                    
NuGet\Install-Package Sparkdo.GlobalFeatures -Version 1.0.2
                    
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="Sparkdo.GlobalFeatures" Version="1.0.2" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Sparkdo.GlobalFeatures" Version="1.0.2" />
                    
Directory.Packages.props
<PackageReference Include="Sparkdo.GlobalFeatures" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Sparkdo.GlobalFeatures --version 1.0.2
                    
#r "nuget: Sparkdo.GlobalFeatures, 1.0.2"
                    
#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.
#:package Sparkdo.GlobalFeatures@1.0.2
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Sparkdo.GlobalFeatures&version=1.0.2
                    
Install as a Cake Addin
#tool nuget:?package=Sparkdo.GlobalFeatures&version=1.0.2
                    
Install as a Cake Tool

Sparkdo.GlobalFeatures

Sparkdo 全局特性库,提供应用程序级别的特性开关管理和模块化特性控制功能。

功能特性

  • 全局特性开关管理
  • 模块化特性控制
  • 特性状态检查
  • 与授权系统集成
  • 本地化支持

安装

<PackageReference Include="Sparkdo.GlobalFeatures" Version="x.x.x" />

使用说明

启用全局特性

// 启用特定特性
GlobalFeatureManager.Instance.Enable<MyFeature>();

// 检查特性是否启用
if (GlobalFeatureManager.Instance.IsEnabled<MyFeature>())
{
    // 执行特性相关逻辑
}

定义特性

[GlobalFeatureName("MyModule.MyFeature")]
public class MyFeature
{
}

模块特性管理

// 获取模块特性
var moduleFeatures = GlobalFeatureManager.Instance.Modules.GetOrDefault("MyModule");
Product 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on Sparkdo.GlobalFeatures:

Package Downloads
Sparkdo.Ddd.Application

Sparkdo DDD应用层库,提供DDD应用服务的基础实现

Sparkdo.AspNetCore.Mvc

Sparkdo ASP.NET Core MVC 库,提供对 ASP.NET Core MVC 的扩展和集成

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.0.2 128 4/27/2026
1.0.2-preview.5 55 4/15/2026
1.0.2-preview.4 73 2/8/2026
1.0.2-preview.3 69 2/1/2026
1.0.2-preview.2 75 1/31/2026
1.0.2-preview.1 187 12/4/2025
1.0.1 423 11/27/2025
1.0.0 413 11/25/2025
1.0.0-preview.5 136 10/24/2025