BeaverX.Domain 1.0.0

Prefix Reserved
dotnet add package BeaverX.Domain --version 1.0.0
                    
NuGet\Install-Package BeaverX.Domain -Version 1.0.0
                    
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="BeaverX.Domain" Version="1.0.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="BeaverX.Domain" Version="1.0.0" />
                    
Directory.Packages.props
<PackageReference Include="BeaverX.Domain" />
                    
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 BeaverX.Domain --version 1.0.0
                    
#r "nuget: BeaverX.Domain, 1.0.0"
                    
#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 BeaverX.Domain@1.0.0
                    
#: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=BeaverX.Domain&version=1.0.0
                    
Install as a Cake Addin
#tool nuget:?package=BeaverX.Domain&version=1.0.0
                    
Install as a Cake Tool

BeaverX.Domain 是 BeaverX 快速开发框架的核心领域契约包。本包秉承实用主义 DDD 哲学,默认锁定高性能“雪花 ID(Int64/long)”作为全局实体主键。内置像素级对齐 ABP 的单文件全审计契约、防熔断当前用户上下文(ICurrentUser)以及纯异步、高性能的现代泛型仓储契约。

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 (3)

Showing the top 3 NuGet packages that depend on BeaverX.Domain:

Package Downloads
BeaverX.EntityFrameworkCore

BeaverX.EntityFrameworkCore 是 BeaverX 框架的 EF Core 公共基础设施包。它实现了 Domain 层定义的通用泛型仓储契约,并内置了全自动审计、软删除全局查询过滤等工业级硬核生产力特性。

BeaverX.WebMvc

BeaverX.WebMvc 是 BeaverX 快速开发框架的表现层(MVC/Web API)核心集成包。

BeaverX.Data.SqlSugar

BeaverX.Data.SqlSugar 是 BeaverX 框架的 SqlSugar 数据访问集成包。实现 Domain 层 IRepository / IUnitOfWork 契约,内置软删除查询过滤与审计字段填充;业务侧可直接使用 ISqlSugarClient / ISugarQueryable。

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.0.0 206 6/14/2026
1.0.0-preview.4 90 6/2/2026
1.0.0-preview.3 80 5/17/2026
1.0.0-preview.2 71 5/16/2026
1.0.0-preview.1 91 5/16/2026