NPlatform 3.0.0.2
See the version list below for details.
dotnet add package NPlatform --version 3.0.0.2
NuGet\Install-Package NPlatform -Version 3.0.0.2
<PackageReference Include="NPlatform" Version="3.0.0.2" />
paket add NPlatform --version 3.0.0.2
#r "nuget: NPlatform, 3.0.0.2"
// Install NPlatform as a Cake Addin #addin nuget:?package=NPlatform&version=3.0.0.2 // Install NPlatform as a Cake Tool #tool nuget:?package=NPlatform&version=3.0.0.2
Not Platform 底层脚手架
.NET CORE 8.0版本
约束与规范了:
applications 应用层
DI 注入
Domains 领域
Repositories 仓储
Result 各层的结果返回格式
Dto
Middleware 通用中间件
Filters 通用过滤器。
2021/12/21 处理属性注入的部分问题;更新代码生成脚本,生成的代码都改成以*.partial.cs结尾;完善AutoMapper配置及工具类,示例项目同步更新实现CRUD的代码。
2021/11/10 完善领域服务基类,调整INResult基类实现,继承 JsonResult,以增加兼容性。领域服务改成泛型类型,需指定领域根类型。
2023/2/22 更新.NET CORE 7.0版本,完善CQRS版本。
2023/2/28 增加view方法
2023/11/08 增加数据脱2023/11/12 调整base默认注入敏、日期格式化的jsonconvert
2023/11/12 调整base默认注入
2024/1/10 增加图形验证码
2024/2/19 .NET CORE 8.0版本
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | 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. 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. |
-
net7.0
- Autofac (>= 8.0.0)
- Autofac.Extensions.DependencyInjection (>= 9.0.0)
- Autofac.Extras.DynamicProxy (>= 7.1.0)
- AutoMapper (>= 13.0.1)
- Consul (>= 1.7.14.3)
- IdentityModel (>= 6.2.0)
- MediatR (>= 12.2.0)
- MediatR.Extensions.Autofac.DependencyInjection (>= 12.0.0)
- Microsoft.AspNetCore.Authorization (>= 8.0.2)
- Microsoft.AspNetCore.Http (>= 2.2.2)
- Microsoft.AspNetCore.Mvc.Core (>= 2.2.5)
- Microsoft.AspNetCore.Mvc.ViewFeatures (>= 2.2.0)
- Microsoft.EntityFrameworkCore (>= 7.0.20)
- NPlatform.Infrastructure (>= 3.0.0.1)
- Ocelot (>= 23.3.3)
- Ocelot.Provider.Kubernetes (>= 23.3.3)
- Ocelot.Provider.Polly (>= 23.0.0)
- System.Linq.Dynamic.Core (>= 1.3.8)
- System.Text.Json (>= 8.0.2)
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.12 | 89 | 7/26/2024 |
3.0.0.11 | 81 | 7/24/2024 |
3.0.0.10 | 71 | 7/24/2024 |
3.0.0.9 | 93 | 7/17/2024 |
3.0.0.8 | 104 | 7/16/2024 |
3.0.0.7 | 95 | 7/16/2024 |
3.0.0.6 | 102 | 7/15/2024 |
3.0.0.5 | 110 | 7/15/2024 |
3.0.0.4 | 92 | 7/12/2024 |
3.0.0.3 | 108 | 6/27/2024 |
3.0.0.2 | 100 | 6/27/2024 |
3.0.0.1 | 94 | 6/21/2024 |
2.0.1.1 | 192 | 1/24/2024 |
2.0.1 | 140 | 1/13/2024 |
2.0.0.8 | 170 | 12/6/2023 |
2.0.0.7 | 149 | 11/12/2023 |
2.0.0.6 | 124 | 11/8/2023 |
2.0.0.5 | 198 | 9/1/2023 |
2.0.0.3 | 252 | 2/28/2023 |
2.0.0.2 | 223 | 2/28/2023 |
2.0.0.1 | 304 | 2/23/2023 |
2.0.0 | 244 | 2/22/2023 |
1.0.0.16 | 866 | 1/5/2022 |
1.0.0.15 | 864 | 12/23/2021 |
1.0.0.14-alpha | 303 | 12/21/2021 |
1.0.0.13-alpha | 1,484 | 11/26/2021 |
1.0.0.12-alpha | 362 | 11/12/2021 |
1.0.0.11-alpha | 342 | 11/11/2021 |
1.0.0.10-alpha | 279 | 11/8/2021 |
1.0.0.9-alpha | 413 | 10/19/2021 |
1.0.0.8-alpha | 386 | 10/18/2021 |
1.0.0.6-alpha | 312 | 9/29/2021 |
1.0.0.5-alpha | 328 | 9/29/2021 |
1.0.0.4-alpha | 368 | 9/29/2021 |
1.0.0.3-alpha | 350 | 9/29/2021 |
1.0.0.2 | 1,181 | 9/29/2021 |
1.0.0.1 | 1,121 | 9/28/2021 |
NET CORE 8.0版本