Smart.Kernel
1.0.0.143
dotnet add package Smart.Kernel --version 1.0.0.143
NuGet\Install-Package Smart.Kernel -Version 1.0.0.143
<PackageReference Include="Smart.Kernel" Version="1.0.0.143" />
paket add Smart.Kernel --version 1.0.0.143
#r "nuget: Smart.Kernel, 1.0.0.143"
// Install Smart.Kernel as a Cake Addin #addin nuget:?package=Smart.Kernel&version=1.0.0.143 // Install Smart.Kernel as a Cake Tool #tool nuget:?package=Smart.Kernel&version=1.0.0.143
Smart
使用方法:
(在Global.asax.cs文件Application_Start方法添加如下代码,添加到方法的第一行)
Smart.Kernel.InitContainer();
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net452 is compatible. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
.NETFramework 4.5.2
- Autofac (>= 4.9.4)
- log4net (>= 2.0.8)
- Newtonsoft.Json (>= 9.0.1)
NuGet packages (10)
Showing the top 5 NuGet packages that depend on Smart.Kernel:
Package | Downloads |
---|---|
Smart.SAutoMapper
Smart.SAutoMapper |
|
Smart.Report
Smart.Report 使用方法:(在Global.asax.cs文件Application_Start方法添加如下代码) Smart.Report.SmartReport.Init(); |
|
Smart.SWeb
Smart.Web 使用方法: (在Global.asax.cs文件Application_Start方法添加如下代码) //全局封装webapi的返回结果如:{"Code":500,"Data":null,"Message":"尝试除以零。","Success":false} GlobalConfiguration.Configure(Smart.Web.SmartWeb.InitAPIResultAttribute); //全局异常处理 GlobalConfiguration.Configure(Smart.Web.SmartWeb.InitApiExceptionHandlingAttribute); (在WebApiConfig.cs文件Register方法添加如下代码) //控制器版本管理 Dictionary<string, object> dic = new Dictionary<string, object>(); dic.Add("config", config); var versionControllerSelector = Smart.Kernel.Resolve<Smart.Web.ISVersionControllerSelector>(dic); config.Services.Replace(typeof(IHttpControllerSelector), versionControllerSelector); |
|
Smart.Domain
Smart.Domain |
|
Smart.Redis
Smart.Redis |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.0.0.143 | 477 | 7/6/2022 |
1.0.0.142 | 421 | 7/4/2022 |
1.0.0.141 | 425 | 4/28/2022 |
1.0.0.140 | 417 | 4/26/2022 |
1.0.0.139 | 440 | 4/21/2022 |
1.0.0.138 | 425 | 4/20/2022 |
1.0.0.137 | 424 | 4/19/2022 |
1.0.0.136 | 413 | 4/17/2022 |
1.0.0.135 | 372 | 9/16/2021 |
1.0.0.134 | 336 | 9/13/2021 |
1.0.0.133 | 435 | 9/12/2021 |
1.0.0.132 | 414 | 9/12/2021 |
1.0.0.131 | 357 | 8/22/2021 |
1.0.0.130 | 361 | 8/10/2021 |
1.0.0.129 | 354 | 8/6/2021 |
1.0.0.128 | 342 | 8/2/2021 |
1.0.0.127 | 370 | 7/31/2021 |
1.0.0.126 | 414 | 6/27/2021 |
1.0.0.125 | 394 | 5/7/2021 |
1.0.0.124 | 392 | 5/7/2021 |
1.0.0.123 | 404 | 5/7/2021 |
1.0.0.122 | 390 | 5/6/2021 |
1.0.0.121 | 355 | 4/23/2021 |
1.0.0.120 | 362 | 4/20/2021 |
1.0.0.119 | 361 | 4/20/2021 |
1.0.0.118 | 364 | 4/19/2021 |
1.0.0.117 | 366 | 4/19/2021 |
1.0.0.116 | 376 | 4/19/2021 |
1.0.0.115 | 342 | 4/12/2021 |
1.0.0.114 | 339 | 4/12/2021 |
1.0.0.113 | 358 | 4/12/2021 |
1.0.0.112 | 394 | 4/11/2021 |
1.0.0.111 | 363 | 4/10/2021 |
1.0.0.110 | 352 | 4/5/2021 |
1.0.0.109 | 358 | 3/27/2021 |
1.0.0.108 | 387 | 3/19/2021 |
1.0.0.107 | 335 | 3/18/2021 |
1.0.0.106 | 373 | 3/17/2021 |
1.0.0.105 | 333 | 3/17/2021 |
1.0.0.104 | 346 | 2/4/2021 |
1.0.0.103 | 351 | 2/2/2021 |
1.0.0.102 | 380 | 1/30/2021 |
1.0.0.101 | 379 | 1/30/2021 |
1.0.0.100 | 352 | 1/30/2021 |
1.0.0.99 | 402 | 1/21/2021 |
1.0.0.98 | 389 | 1/17/2021 |
1.0.0.97 | 383 | 1/12/2021 |
1.0.0.96 | 383 | 1/8/2021 |
1.0.0.95 | 374 | 1/5/2021 |
1.0.0.94 | 354 | 1/5/2021 |
1.0.0.93 | 367 | 1/5/2021 |
1.0.0.92 | 356 | 12/30/2020 |
1.0.0.91 | 372 | 12/30/2020 |
Bug fixes and performance improvements