Kugar.Core.Web.NetCore
1.0.193
See the version list below for details.
dotnet add package Kugar.Core.Web.NetCore --version 1.0.193
NuGet\Install-Package Kugar.Core.Web.NetCore -Version 1.0.193
<PackageReference Include="Kugar.Core.Web.NetCore" Version="1.0.193" />
<PackageVersion Include="Kugar.Core.Web.NetCore" Version="1.0.193" />
<PackageReference Include="Kugar.Core.Web.NetCore" />
paket add Kugar.Core.Web.NetCore --version 1.0.193
#r "nuget: Kugar.Core.Web.NetCore, 1.0.193"
#:package Kugar.Core.Web.NetCore@1.0.193
#addin nuget:?package=Kugar.Core.Web.NetCore&version=1.0.193
#tool nuget:?package=Kugar.Core.Web.NetCore&version=1.0.193
一个通用的Web工具类
| Product | Versions 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 | netcoreapp2.1 is compatible. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 is compatible. |
-
.NETCoreApp 2.1
- Kugar.Core.NetCore (>= 1.2.145)
- Kugar.Storage (>= 1.0.2)
- Microsoft.AspNetCore.Authentication.JwtBearer (>= 2.1.2)
- Microsoft.AspNetCore.Mvc (>= 2.1.1)
- Microsoft.AspNetCore.StaticFiles (>= 2.1.1)
- ncrontab (>= 3.3.1)
- NSwag.AspNetCore (>= 13.9.4)
-
.NETCoreApp 3.1
- Kugar.Core.NetCore (>= 1.2.145)
- Kugar.Storage (>= 1.0.2)
- Microsoft.AspNetCore.Authentication.JwtBearer (>= 3.1.10)
- Microsoft.AspNetCore.Mvc.NewtonsoftJson (>= 3.1.10)
- ncrontab (>= 3.3.1)
- NSwag.AspNetCore (>= 13.9.4)
-
net5.0
- Kugar.Core.NetCore (>= 1.2.145)
- Kugar.Storage (>= 1.0.2)
- Microsoft.AspNetCore.Authentication.JwtBearer (>= 5.0.1)
- Microsoft.AspNetCore.Mvc.NewtonsoftJson (>= 5.0.1)
- ncrontab (>= 3.3.1)
- NSwag.AspNetCore (>= 13.9.4)
NuGet packages (6)
Showing the top 5 NuGet packages that depend on Kugar.Core.Web.NetCore:
| Package | Downloads |
|---|---|
|
Kugar.UI.Web.AdminLTE.NetCore
这是一套基于.net Core+ mvc+Adminlte+Layui的后台模板控件,,用于快速搭建后台页面,支持iframe和非iframe模式,拥有大部分实际常用的控件以及js函数 源码详见 https://gitee.com/kugar/Kugar.UI.Web.AdminLTE |
|
|
Kugar.Tool.Web.RequestFieldValidation
该类库用于针对Request进行校验,与默认的校验的区别在于,,,不需要单独写用于校验的类,可直接使用字段的name进行数据校验 |
|
|
Kugar.Web.Wechat.NetCore
一个用于微信和小程序的服务器端类库 |
|
|
Kugar.Core.Web.JsonTemplate
一个WebApi格式化Json输出的类库 |
|
|
Kugar.WechatSDK.MP.Web
用于微信公众号Web端,处理登录验证,登录后回调的功能 1.修复授权后获取用户OpenId的问题 |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 1.0.236 | 741 | 3/17/2023 |
| 1.0.218 | 565 | 11/7/2022 |
| 1.0.210 | 3,044 | 1/27/2022 |
| 1.0.208 | 590 | 12/14/2021 |
| 1.0.204 | 733 | 12/13/2021 |
| 1.0.198 | 702 | 9/26/2021 |
| 1.0.197 | 663 | 8/31/2021 |
| 1.0.196 | 661 | 8/17/2021 |
| 1.0.193 | 719 | 7/13/2021 |
| 1.0.192 | 4,242 | 7/5/2021 |
| 1.0.190 | 712 | 6/11/2021 |
| 1.0.187 | 702 | 4/26/2021 |
| 1.0.184 | 681 | 3/31/2021 |
| 1.0.174 | 726 | 1/20/2021 |
| 1.0.172 | 1,257 | 1/12/2021 |
| 1.0.171 | 738 | 1/7/2021 |
| 1.0.164 | 812 | 12/25/2020 |
| 1.0.158 | 773 | 12/10/2020 |
1.增加了IUserPermissionFactoryService权限获取的接口
2.新增ModelValidationFilterAttribute校验类
3.新增ValidateRuleAttribute,HttpMethod传Rule,可返回element-ui使用的数据校验功能
4.修复GetDisplayHost端口的异常
5.JWT验证兼容Bearer开头