Smart.SWeb 1.0.0.140

There is a newer version of this package available.
See the version list below for details.
dotnet add package Smart.SWeb --version 1.0.0.140                
NuGet\Install-Package Smart.SWeb -Version 1.0.0.140                
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="Smart.SWeb" Version="1.0.0.140" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Smart.SWeb --version 1.0.0.140                
#r "nuget: Smart.SWeb, 1.0.0.140"                
#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.
// Install Smart.SWeb as a Cake Addin
#addin nuget:?package=Smart.SWeb&version=1.0.0.140

// Install Smart.SWeb as a Cake Tool
#tool nuget:?package=Smart.SWeb&version=1.0.0.140                

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);

Product 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on Smart.SWeb:

Package Downloads
Smart.OAuth

Smart.OAuth 使用方法: (在Global.asax.cs文件Application_Start方法添加如下代码) //Web Controllers权限校验(Header或者URL或者Cookies上需要添加token参数) Smart.OAuth.SmartOAuth.InitControllerAuthorizeAttribute(GlobalFilters.Filters); //WebAPI权限校验(Header或者URL上需要添加token参数) GlobalConfiguration.Configure(Smart.OAuth.SmartOAuth.InitWebAPIAuthentication);

Smart.Quartz

提供计划任务服务

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.0.143 501 7/6/2022
1.0.0.142 440 7/4/2022
1.0.0.141 443 4/28/2022
1.0.0.140 442 4/26/2022
1.0.0.139 455 4/21/2022
1.0.0.138 462 4/20/2022
1.0.0.137 482 4/19/2022
1.0.0.136 451 4/17/2022
1.0.0.135 402 9/16/2021
1.0.0.134 349 9/13/2021
1.0.0.133 418 9/12/2021
1.0.0.132 441 9/12/2021
1.0.0.131 356 8/22/2021
1.0.0.130 388 8/10/2021
1.0.0.129 346 8/6/2021
1.0.0.128 340 8/2/2021
1.0.0.127 362 7/31/2021
1.0.0.126 438 6/27/2021
1.0.0.125 415 5/7/2021
1.0.0.124 370 5/7/2021
1.0.0.123 407 5/7/2021
1.0.0.122 417 5/6/2021
1.0.0.121 357 4/23/2021
1.0.0.120 347 4/20/2021
1.0.0.119 379 4/20/2021
1.0.0.118 376 4/19/2021
1.0.0.117 408 4/19/2021
1.0.0.116 374 4/19/2021
1.0.0.115 326 4/12/2021
1.0.0.114 353 4/12/2021
1.0.0.113 361 4/12/2021
1.0.0.112 384 4/11/2021
1.0.0.111 384 4/10/2021
1.0.0.110 326 4/5/2021
1.0.0.109 365 3/27/2021
1.0.0.108 386 3/19/2021
1.0.0.107 339 3/18/2021
1.0.0.106 367 3/17/2021
1.0.0.105 345 3/17/2021
1.0.0.104 343 2/4/2021
1.0.0.103 366 2/2/2021
1.0.0.102 378 1/30/2021
1.0.0.101 367 1/30/2021
1.0.0.100 370 1/30/2021
1.0.0.99 418 1/21/2021
1.0.0.98 383 1/17/2021
1.0.0.97 354 1/12/2021
1.0.0.96 390 1/8/2021
1.0.0.95 396 1/5/2021
1.0.0.94 378 1/5/2021
1.0.0.93 370 1/5/2021
1.0.0.92 364 12/30/2020
1.0.0.91 336 12/30/2020

Bug fixes and performance improvements