NPlatform 1.0.0.2

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

// Install NPlatform as a Cake Tool
#tool nuget:?package=NPlatform&version=1.0.0.2

Not Platform 底层脚手架
支持 .NET CORE 3.1\5.0
约束与规范了:
     applications 应用层
     DI 注入
     Domains 领域
     Repositories 仓储
     Result 各层的结果返回格式
     DTO
     Middleware 通用中间件
     Filters 通用过滤器。

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. 
.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
2.0.1.1 145 1/24/2024
2.0.1 103 1/13/2024
2.0.0.8 142 12/6/2023
2.0.0.7 127 11/12/2023
2.0.0.6 99 11/8/2023
2.0.0.5 175 9/1/2023
2.0.0.3 220 2/28/2023
2.0.0.2 205 2/28/2023
2.0.0.1 282 2/23/2023
2.0.0 223 2/22/2023
1.0.0.16 761 1/5/2022
1.0.0.15 762 12/23/2021
1.0.0.14-alpha 188 12/21/2021
1.0.0.13-alpha 1,407 11/26/2021
1.0.0.12-alpha 286 11/12/2021
1.0.0.11-alpha 261 11/11/2021
1.0.0.10-alpha 247 11/8/2021
1.0.0.9-alpha 309 10/19/2021
1.0.0.8-alpha 332 10/18/2021
1.0.0.6-alpha 294 9/29/2021
1.0.0.5-alpha 305 9/29/2021
1.0.0.4-alpha 280 9/29/2021
1.0.0.3-alpha 318 9/29/2021
1.0.0.2 1,108 9/29/2021
1.0.0.1 1,094 9/28/2021

2021/9/28 BaseController的 error 封装调整,NHealthChecks 调整

2021/9/28 NPlatform 底层脚手架初始化。