Smart.SWeb 1.222.0.27

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

Smart.SWeb
使用方法:

(在Global.asax.cs文件Application_Start方法添加如下代码)
//全局封装webapi的返回结果如:{"Code":500,"Data":null,"Message":"尝试除以零。","Success":false}
GlobalConfiguration.Configure(Smart.SWeb.SmartWeb.InitAPIResultAttribute);
//全局异常处理
GlobalConfiguration.Configure(Smart.SWeb.SmartWeb.InitApiExceptionHandlingAttribute);

(在WebApiConfig.cs文件Register方法添加如下代码)
//控制器版本管理
Dictionary<string, object> dic = new Dictionary<string, object>();
dic.Add("config", config);
var versionControllerSelector = Smart.Kernel.Resolve<Smart.SWeb.ISVersionControllerSelector>(dic);
config.Services.Replace(typeof(IHttpControllerSelector), versionControllerSelector);

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  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. 
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.222.0.27 145 3/18/2025
1.222.0.26 141 3/18/2025
1.222.0.25 141 3/18/2025
1.222.0.24 142 3/18/2025
1.222.0.23 138 3/18/2025
1.222.0.22 142 3/18/2025
1.222.0.21 138 3/18/2025
1.222.0.20 141 3/18/2025
1.222.0.19 140 3/18/2025
1.222.0.18 142 3/17/2025
1.222.0.17 145 3/17/2025
1.222.0.15 142 3/17/2025
1.222.0.13 139 3/17/2025
1.222.0.11 139 3/17/2025
1.222.0.10 137 3/17/2025
1.222.0.9 146 3/17/2025
1.222.0.8 141 3/17/2025
1.222.0.7 138 3/17/2025
1.222.0.6 136 3/17/2025
1.222.0.5 141 3/17/2025
1.222.0.4 137 3/17/2025
1.2.0.4 155 3/17/2025
1.2.0.3 141 3/17/2025
1.2.0.2 133 3/17/2025
1.0.0.143 505 7/6/2022
1.0.0.142 444 7/4/2022
1.0.0.141 448 4/28/2022
1.0.0.140 446 4/26/2022
1.0.0.139 460 4/21/2022
1.0.0.138 466 4/20/2022
1.0.0.137 486 4/19/2022
1.0.0.136 457 4/17/2022
1.0.0.135 407 9/16/2021
1.0.0.134 353 9/13/2021
1.0.0.133 423 9/12/2021
1.0.0.132 446 9/12/2021
1.0.0.131 360 8/22/2021
1.0.0.130 393 8/10/2021
1.0.0.129 350 8/6/2021
1.0.0.128 344 8/2/2021
1.0.0.127 367 7/31/2021
1.0.0.126 443 6/27/2021
1.0.0.125 420 5/7/2021
1.0.0.124 375 5/7/2021
1.0.0.123 412 5/7/2021
1.0.0.122 422 5/6/2021
1.0.0.121 363 4/23/2021
1.0.0.120 352 4/20/2021
1.0.0.119 385 4/20/2021
1.0.0.118 382 4/19/2021
1.0.0.117 414 4/19/2021
1.0.0.116 380 4/19/2021
1.0.0.115 331 4/12/2021
1.0.0.114 359 4/12/2021
1.0.0.113 366 4/12/2021
1.0.0.112 390 4/11/2021
1.0.0.111 390 4/10/2021
1.0.0.110 332 4/5/2021
1.0.0.109 371 3/27/2021
1.0.0.108 391 3/19/2021
1.0.0.107 345 3/18/2021
1.0.0.106 372 3/17/2021
1.0.0.105 351 3/17/2021
1.0.0.104 350 2/4/2021
1.0.0.103 373 2/2/2021
1.0.0.102 386 1/30/2021
1.0.0.101 375 1/30/2021
1.0.0.100 378 1/30/2021
1.0.0.99 426 1/21/2021
1.0.0.98 390 1/17/2021
1.0.0.97 362 1/12/2021
1.0.0.96 398 1/8/2021
1.0.0.95 403 1/5/2021
1.0.0.94 386 1/5/2021
1.0.0.93 378 1/5/2021
1.0.0.92 371 12/30/2020
1.0.0.91 343 12/30/2020

Bug fixes and performance improvements