ApeByte.SugarDomain 1.0.3.1

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

ApeByte 系列个人库

该系列框架未对外开放,未提供完善文档,请谨慎下载

ApeByte.Core 核心库

项目 Fork 至 NewLifeX/X ,用于开发个人基础库,如若使用请优先考虑 https://github.com/NewLifeX/X

核心基础组件,日志(文件/网络)、配置(XML/Json/Http)、缓存(内存/Redis)、网络(Tcp/Udp/Http)、序列化(Binary/XML/Json)、APM性能追踪。

核心库教程:https://newlifex.com/core

各项目默认支持net8.0/netstandard2.1/netstandard2.0/net4.61/net4.5,旧版(2023.0401)支持net4.0/net2.0

ApeByte.SugarDomain SqlSugar 简易充血模型

更新日志:

  • v1.0.2 2024/06/28 调整数据库实例初始化方式,改为工厂模式
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.  net6.0-windows7.0 is compatible.  net7.0 is compatible.  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.  net7.0-windows7.0 is compatible.  net8.0 is compatible.  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.  net8.0-windows7.0 is compatible.  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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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
1.0.3.1 123 2/12/2026
1.0.3 208 9/1/2025
1.0.2 198 6/27/2024
1.0.1 171 6/18/2024

SqlSugar 基础领域模型