NPlatform.Infrastructure 1.0.0.7-alpha

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

2021/10/11 修改配置获取的BUG
2021/9/29 配置扩展方法的调整,改为 服务配置、redis配置、授权配置3个节点
2021/9/28 Not Platform 基础设施,
支持 .net core 3.1\5.0
用于定义一些通用工具类、通用的常量、配置约定、等。

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

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

Package Downloads
NPlatform

Not Platform 快速开发框架的核心包。 包括基本的框架定义,核心接口、基类、微服务支持、sass支持等。

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
3.0.1.14 160 8/23/2025
3.0.1.13 139 8/22/2025
3.0.1.12 114 8/22/2025
3.0.1.11 150 8/22/2025
3.0.1.10 328 5/18/2025
3.0.1.9 144 5/18/2025
3.0.1.8 141 5/17/2025
3.0.1.7 132 5/17/2025
3.0.1.6 138 5/17/2025
3.0.1.5 203 5/16/2025
3.0.1.4 210 5/16/2025
3.0.1.3 200 5/5/2025
3.0.1.2 193 5/5/2025
3.0.1.1 157 5/4/2025
3.0.1 173 4/30/2025
3.0.0.10 275 4/29/2025
3.0.0.9 900 2/7/2025
3.0.0.8 298 2/1/2025
3.0.0.7 250 12/19/2024
3.0.0.6 325 12/18/2024
3.0.0.5 219 12/16/2024
3.0.0.4 274 7/25/2024
3.0.0.3 542 6/27/2024
3.0.0.1 294 6/21/2024
2.0.1.8 208 1/30/2024
2.0.1.7 170 1/29/2024
2.0.1.6 179 1/29/2024
2.0.1.5 169 1/26/2024
2.0.1.4 188 1/26/2024
2.0.1.3 167 1/26/2024
2.0.1.2 191 1/25/2024
2.0.1.1 233 1/24/2024
2.0.1 212 1/13/2024
2.0.0.12 404 9/1/2023
2.0.0.11 433 2/23/2023
2.0.0.10 370 2/22/2023
1.0.0.10 1,987 12/23/2021
1.0.0.10-alpha 969 11/8/2021
1.0.0.9-alpha 643 10/19/2021
1.0.0.8-alpha 606 10/18/2021
1.0.0.7-alpha 413 10/11/2021
1.0.0.6-alpha 404 9/29/2021
1.0.0.5-alpha 823 9/29/2021
1.0.0.4-alpha 440 9/29/2021
1.0.0.2-alpha 604 9/29/2021
1.0.0.1 2,867 9/28/2021

2021/10/11 修改配置获取的BUG
2021/9/28 Not Platform 基础设施