NPlatform.Infrastructure 3.0.1.10

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

Package Description

Product 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.  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 (1)

Showing the top 1 NuGet packages that depend on NPlatform.Infrastructure:

Package Downloads
NPlatform

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版本 由于大部分生产环境不支持.NET8,回滚

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
3.0.1.10 123 5/18/2025
3.0.1.9 101 5/18/2025
3.0.1.8 96 5/17/2025
3.0.1.7 94 5/17/2025
3.0.1.6 96 5/17/2025
3.0.1.5 164 5/16/2025
3.0.1.4 171 5/16/2025
3.0.1.3 153 5/5/2025
3.0.1.2 147 5/5/2025
3.0.1.1 97 5/4/2025
3.0.1 135 4/30/2025
3.0.0.10 206 4/29/2025
3.0.0.9 685 2/7/2025
3.0.0.8 257 2/1/2025
3.0.0.7 196 12/19/2024
3.0.0.6 280 12/18/2024
3.0.0.5 175 12/16/2024
3.0.0.4 223 7/25/2024
3.0.0.3 399 6/27/2024
3.0.0.1 239 6/21/2024
2.0.1.8 176 1/30/2024
2.0.1.7 138 1/29/2024
2.0.1.6 149 1/29/2024
2.0.1.5 135 1/26/2024
2.0.1.4 152 1/26/2024
2.0.1.3 132 1/26/2024
2.0.1.2 160 1/25/2024
2.0.1.1 183 1/24/2024
2.0.1 152 1/13/2024
2.0.0.12 312 9/1/2023
2.0.0.11 344 2/23/2023
2.0.0.10 291 2/22/2023
1.0.0.10 1,882 12/23/2021
1.0.0.10-alpha 819 11/8/2021
1.0.0.9-alpha 519 10/19/2021
1.0.0.8-alpha 508 10/18/2021
1.0.0.7-alpha 330 10/11/2021
1.0.0.6-alpha 324 9/29/2021
1.0.0.5-alpha 688 9/29/2021
1.0.0.4-alpha 363 9/29/2021
1.0.0.2-alpha 521 9/29/2021
1.0.0.1 2,674 9/28/2021

2021/11/8 配置管理部分调整,增加timeout配置
2021/10/18 ServiceConfig  增加主从库连接配置
2021/10/11 修改配置获取的BUG
2021/9/28 Not Platform 基础设施
2023/2/22 更新.NET CORE 7.0版本,完善CQRS版本
2024/1/24完善图形验证码
2024/2/19 net8.0 版本