NetPro.Startup
6.0.4
See the version list below for details.
dotnet add package NetPro.Startup --version 6.0.4
NuGet\Install-Package NetPro.Startup -Version 6.0.4
<PackageReference Include="NetPro.Startup" Version="6.0.4" />
paket add NetPro.Startup --version 6.0.4
#r "nuget: NetPro.Startup, 6.0.4"
// Install NetPro.Startup as a Cake Addin #addin nuget:?package=NetPro.Startup&version=6.0.4 // Install NetPro.Startup as a Cake Tool #tool nuget:?package=NetPro.Startup&version=6.0.4
NetPro.Satrtup使用
使用
启用服务
通过添加环境变量ASPNETCORE_HOSTINGSTARTUPASSEMBLIES=NetPro.Satrtup,开发环境可以通过设置launchSettings.json来启用NetPro.Satrtup插件
{
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development",
"ASPNETCORE_HOSTINGSTARTUPASSEMBLIES": "NetPro.Satrtup"
}
}
生产环境通过设置系统环境方式启用以docker为例
docker run -e ASPNETCORE_HOSTINGSTARTUPASSEMBLIES=NetPro.Satrtup
k8s为例
env:
- name:ASPNETCORE_HOSTINGSTARTUPASSEMBLIES
value:"NetPro.Satrtup"
linux为例
export ASPNETCORE_HOSTINGSTARTUPASSEMBLIES=NetPro.Satrtup
高级用法
更改Startup执行顺序,既中间件的执行顺序
增加startup.json 文件到程序运行目录
{
"NetProCoreStartup": 0,
"NetProCoreStartup1": 1
}
//key为继承INetProStartup的实现类名称
//value为对应的执行顺序
//不区分大小写
//数字越大越靠后执行
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net6.0 is compatible. 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. |
-
net6.0
- BetterConsoleTables (>= 2.0.2-rc1)
- Figgle (>= 0.4.0)
- NetPro.TypeFinder (>= 6.0.4)
- Scrutor (>= 3.3.0)
NuGet packages (25)
Showing the top 5 NuGet packages that depend on NetPro.Startup:
Package | Downloads |
---|---|
NetPro.Core
Package Description |
|
NetPro.Checker
for checking the complex environment of application in the microservice environment. provide the system environment information of the current application. and Checking the health of application information and components |
|
NetPro.Web.Api
Package Description |
|
NetPro.NetProShareRequestBody
Package Description |
|
NetPro.MongoDb
Package Description |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
6.0.16 | 1,119 | 7/24/2023 |
6.0.15 | 5,592 | 7/19/2022 |
6.0.14 | 5,147 | 7/10/2022 |
6.0.13 | 5,354 | 6/15/2022 |
6.0.12 | 5,261 | 6/15/2022 |
6.0.11 | 5,178 | 6/15/2022 |
6.0.10 | 5,136 | 6/11/2022 |
6.0.9 | 5,296 | 6/8/2022 |
6.0.8 | 5,002 | 5/26/2022 |
6.0.8-beta.3 | 500 | 5/24/2022 |
6.0.8-beta.2 | 129 | 5/24/2022 |
6.0.7 | 5,095 | 5/18/2022 |
6.0.6 | 4,811 | 4/28/2022 |
6.0.5 | 4,995 | 3/30/2022 |
6.0.5-beta.20 | 120 | 4/27/2022 |
6.0.5-beta.19 | 128 | 4/25/2022 |
6.0.5-beta.18 | 126 | 4/22/2022 |
6.0.5-beta.17 | 139 | 4/16/2022 |
6.0.5-beta.16 | 578 | 4/8/2022 |
6.0.5-beta.15 | 124 | 4/8/2022 |
6.0.5-beta.14 | 138 | 4/7/2022 |
6.0.5-beta.13 | 139 | 4/7/2022 |
6.0.5-beta.12 | 131 | 4/6/2022 |
6.0.5-beta.11 | 154 | 4/6/2022 |
6.0.5-beta.10 | 152 | 3/31/2022 |
6.0.5-beta.9 | 210 | 3/26/2022 |
6.0.5-beta.8 | 160 | 3/22/2022 |
6.0.5-beta.7 | 136 | 3/21/2022 |
6.0.5-beta.6 | 163 | 3/14/2022 |
6.0.5-beta.5 | 156 | 3/2/2022 |
6.0.5-beta.4 | 162 | 2/22/2022 |
6.0.5-beta.3 | 150 | 2/18/2022 |
6.0.5-beta.2 | 140 | 2/18/2022 |
6.0.5-beta.1 | 167 | 2/16/2022 |
6.0.4 | 3,047 | 2/10/2022 |
6.0.3 | 2,693 | 2/9/2022 |
6.0.3-beta.9 | 128 | 2/10/2022 |
6.0.3-beta.7 | 155 | 1/27/2022 |
6.0.3-beta.6 | 158 | 1/19/2022 |
6.0.3-beta.5 | 159 | 1/17/2022 |
6.0.3-beta.4 | 149 | 1/16/2022 |
6.0.3-beta.3 | 142 | 1/14/2022 |
6.0.3-beta.2 | 150 | 1/13/2022 |
6.0.3-beta.1 | 165 | 1/11/2022 |
6.0.2 | 1,380 | 1/6/2022 |
6.0.1 | 2,173 | 12/3/2021 |
3.1.11 | 1,791 | 11/19/2021 |
3.1.10 | 372 | 11/17/2021 |