NPlatform 1.0.0.13-alpha

This is a prerelease version of NPlatform.
There is a newer version of this package available.
See the version list below for details.
dotnet add package NPlatform --version 1.0.0.13-alpha
                    
NuGet\Install-Package NPlatform -Version 1.0.0.13-alpha
                    
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="NPlatform" Version="1.0.0.13-alpha" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="NPlatform" Version="1.0.0.13-alpha" />
                    
Directory.Packages.props
<PackageReference Include="NPlatform" />
                    
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 NPlatform --version 1.0.0.13-alpha
                    
#r "nuget: NPlatform, 1.0.0.13-alpha"
                    
#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.
#addin nuget:?package=NPlatform&version=1.0.0.13-alpha&prerelease
                    
Install NPlatform as a Cake Addin
#tool nuget:?package=NPlatform&version=1.0.0.13-alpha&prerelease
                    
Install NPlatform as a Cake Tool

Not Platform 底层脚手架
支持 .NET CORE 3.1\5.0
约束与规范了:
     applications 应用层
     DI 注入
     Domains 领域
     Repositories 仓储
     Result 各层的结果返回格式
     DTO
     Middleware 通用中间件
     Filters 通用过滤器。
2021/11/10 完善领域服务基类,调整INResult基类实现,继承 JsonResult,以增加兼容性。领域服务改成泛型类型,需指定领域根类型。
2021/11/8 完善仓储基类
2021/10/18 仓储配置 ConnectName 去除,改成使用约定名称  MainConection  ,MinorConnection ,增加DBProvider 枚举,修复一个排序参数bug

Product Compatible and additional computed target framework versions.
.NET net5.0 is compatible.  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. 
.NET Core netcoreapp3.1 is compatible. 
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
3.0.0.25 142 4/9/2025
3.0.0.24 218 3/8/2025
3.0.0.23 181 3/8/2025
3.0.0.22 220 3/4/2025
3.0.0.21 209 3/4/2025
3.0.0.20 210 3/4/2025
3.0.0.19 204 3/4/2025
3.0.0.18 202 3/4/2025
3.0.0.17 106 3/2/2025
3.0.0.16 119 2/1/2025
3.0.0.15 128 12/18/2024
3.0.0.14 103 12/16/2024
3.0.0.13 95 11/27/2024
3.0.0.12 107 7/26/2024
3.0.0.11 104 7/24/2024
3.0.0.10 91 7/24/2024
3.0.0.9 115 7/17/2024
3.0.0.8 123 7/16/2024
3.0.0.7 116 7/16/2024
3.0.0.6 122 7/15/2024
3.0.0.5 128 7/15/2024
3.0.0.4 112 7/12/2024
3.0.0.3 128 6/27/2024
3.0.0.2 119 6/27/2024
3.0.0.1 116 6/21/2024
2.0.1.1 205 1/24/2024
2.0.1 154 1/13/2024
2.0.0.8 179 12/6/2023
2.0.0.7 160 11/12/2023
2.0.0.6 137 11/8/2023
2.0.0.5 208 9/1/2023
2.0.0.3 267 2/28/2023
2.0.0.2 240 2/28/2023
2.0.0.1 321 2/23/2023
2.0.0 260 2/22/2023
1.0.0.16 890 1/5/2022
1.0.0.15 889 12/23/2021
1.0.0.14-alpha 326 12/21/2021
1.0.0.13-alpha 1,505 11/26/2021
1.0.0.12-alpha 397 11/12/2021
1.0.0.11-alpha 364 11/11/2021
1.0.0.10-alpha 301 11/8/2021
1.0.0.9-alpha 440 10/19/2021
1.0.0.8-alpha 408 10/18/2021
1.0.0.6-alpha 333 9/29/2021
1.0.0.5-alpha 349 9/29/2021
1.0.0.4-alpha 397 9/29/2021
1.0.0.3-alpha 373 9/29/2021
1.0.0.2 1,206 9/29/2021
1.0.0.1 1,148 9/28/2021

2021/11/26 调整 automapper的配置方式
2021/11/8 完善仓储基类
2021/10/18 仓储配置 ConnectName 去除,改成使用约定名称  MainConection  ,MinorConnection ,增加DBProvider 枚举,修复一个排序参数bug