TKWF.Core
4.9.7
dotnet add package TKWF.Core --version 4.9.7
NuGet\Install-Package TKWF.Core -Version 4.9.7
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="TKWF.Core" Version="4.9.7" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="TKWF.Core" Version="4.9.7" />
<PackageReference Include="TKWF.Core" />
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 TKWF.Core --version 4.9.7
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: TKWF.Core, 4.9.7"
#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 TKWF.Core@4.9.7
#: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=TKWF.Core&version=4.9.7
#tool nuget:?package=TKWF.Core&version=4.9.7
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
TKWF.Framework — 龙爸出品
领域级 .NET 支撑框架,提供统一的领域驱动基础设施、代码生成器、跨平台客户端支持。
当前版本:4.6.8(目标框架:.NET 10 / .NET 9 / .NET Standard 2.0)
目录结构
_Framework/ 核心框架
├── Tools/ 工具类、扩展方法、实用函数
├── Cryptography/ 加密/解密基础设施
├── Domain/ 领域驱动设计抽象(实体、值对象、领域服务、仓储接口)
├── Abstractions/ 纯抽象层(接口、枚举、属性、POCO,netstandard2.1)
_Domain.Api/ API 客户端
├── ApiClient/ HTTP 客户端基座
├── ApiClient.Rest/ RESTful 客户端实现
└── ApiClient.GraphQL/ GraphQL 客户端实现
_Domain.ApiService/ 服务端 API 实现
├── MinimalApi/ Minimal API 集成
└── HotChocolate/ GraphQL (HotChocolate) 集成
_Domain.SG/ 源代码生成器
├── ApiService.SG/ 服务端接口 + 客户端代理源代码生成器
├── CodeGeneration.Abstractions/ 代码生成抽象
└── CodeGeneration/ 通用代码生成器
_Domain.Infrastructure/ 基础设施实现
├── Web/ ASP.NET Core 中间件/过滤器
├── Blazor/ Blazor 组件库
├── FreeSql/ FreeSql ORM 集成
└── Maui/ .NET MAUI 支持
_Domain.Testing/ 测试工具
└── xUnit/ xUnit 测试基类与扩展
_xCodeGen/ CLI 代码生成工具
├── xCodeGen.Core/ 生成引擎
└── xCodeGen.Cli/ 命令行入口
_Tests/ 测试项目
├── ControllerGeneratorTest/
├── Domain.ApiService.HotChocolate.Tests/
└── Domain.ApiService.SG.Tests/
_ts-domain-client/ TypeScript 客户端 SDK
docs/ 框架文档
快速开始
<PackageReference Include="TKWF.Domain" Version="4.6.5" />
构建要求
- .NET SDK 10.0+
- Visual Studio 2022+ / Rider
dotnet restore TKW.Framework.slnx
dotnet build TKW.Framework.slnx -c Release
许可证
Copyright © LoongBa.cn 2026
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. 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. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. 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. |
| .NET Core | netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
| .NET Standard | netstandard2.1 is compatible. |
| MonoAndroid | monoandroid was computed. |
| MonoMac | monomac was computed. |
| MonoTouch | monotouch was computed. |
| Tizen | tizen60 was computed. |
| Xamarin.iOS | xamarinios was computed. |
| Xamarin.Mac | xamarinmac was computed. |
| Xamarin.TVOS | xamarintvos was computed. |
| Xamarin.WatchOS | xamarinwatchos was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
.NETStandard 2.1
- System.ComponentModel.Annotations (>= 5.0.0)
- System.Text.Json (>= 10.0.10)
- System.Threading.Tasks.Extensions (>= 4.6.3)
NuGet packages (3)
Showing the top 3 NuGet packages that depend on TKWF.Core:
| Package | Downloads |
|---|---|
|
TKWF.Domain
TKWF 核心领域框架 — Controllers, Services, 认证, 权限, 租户等 |
|
|
TKWF.Domain.Api
TKWF API 客户端核心 — DomainClient, ClientAppBuilder, 查询构建器 |
|
|
TKWF.Tools
Package Description |
GitHub repositories
This package is not used by any popular GitHub repositories.