Kugar.Core.NetCore 1.2.166

.NET 5.0 .NET Core 3.1
dotnet add package Kugar.Core.NetCore --version 1.2.166
NuGet\Install-Package Kugar.Core.NetCore -Version 1.2.166
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="Kugar.Core.NetCore" Version="1.2.166" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Kugar.Core.NetCore --version 1.2.166
#r "nuget: Kugar.Core.NetCore, 1.2.166"
#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 Kugar.Core.NetCore as a Cake Addin
#addin nuget:?package=Kugar.Core.NetCore&version=1.2.166

// Install Kugar.Core.NetCore as a Cake Tool
#tool nuget:?package=Kugar.Core.NetCore&version=1.2.166

一个提供基础类库和扩展函数的类库

Product 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 is compatible.  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. 
.NET Core netcoreapp3.1 is compatible. 
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (13)

Showing the top 5 NuGet packages that depend on Kugar.Core.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.Core.Web.NetCore

一个通用的Web工具类

Kugar.Tool.MongoDBHelper.NetCore

对mongodb官方的驱动进行二次封装的类库

Kugar.Web.Wechat.NetCore

一个用于微信和小程序的服务器端类库

Kugar.Storage

Package Description

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.2.166 53 5/12/2023
1.2.165 186 3/17/2023
1.2.160 804 5/6/2022
1.2.159 3,807 1/27/2022
1.2.155 4,425 12/3/2021
1.2.154 4,958 11/24/2021
1.2.153 336 9/26/2021
1.2.149 7,730 4/26/2021
1.2.143 858 1/20/2021
1.2.140 533 1/8/2021
1.2.139 515 1/8/2021
1.2.130 1,255 12/24/2020
1.2.127 1,298 11/27/2020
1.2.126 772 10/23/2020
1.2.125 1,016 10/15/2020
1.2.124 465 7/29/2020
1.2.121 412 7/14/2020
1.2.117 396 7/14/2020
1.2.114 675 6/22/2020
1.2.112 556 6/9/2020
1.2.111 4,151 5/21/2020
1.2.110 457 5/19/2020
1.2.104 557 5/8/2020
1.2.100 1,110 3/24/2020
1.2.94 2,232 3/20/2020
1.2.92 824 3/16/2020
1.2.79 472 12/27/2019
1.2.78 1,652 12/17/2019
1.2.75 468 12/3/2019
1.2.73 661 11/29/2019
1.2.70 1,026 11/25/2019
1.2.68 2,833 7/14/2019
1.2.67 910 6/20/2019
1.2.66 3,032 6/18/2019
1.2.65 5,002 4/17/2019
1.2.63 883 3/22/2019
1.2.62 1,662 2/23/2019
1.2.61 776 2/19/2019
1.2.60 995 1/7/2019
1.2.58 640 12/30/2018
1.2.57 7,278 12/12/2018
1.2.56 639 12/9/2018
1.2.54 630 12/6/2018
1.2.53 3,132 11/8/2018
1.2.52 851 11/4/2018
1.2.48 2,474 9/25/2018
1.2.47 18,202 9/10/2018
1.2.46 2,185 9/10/2018
1.2.41 692 9/10/2018
1.2.40 3,514 9/5/2018
1.2.39 732 9/3/2018
1.2.38 11,194 9/3/2018
1.2.37 672 9/3/2018
1.2.35 814 8/29/2018
1.2.33 2,355 6/2/2018

1.增加.net 7.0支持
2.增加string的扩展函数ToJsonToken
3.增加几个通用的正则
4.CustomConfigManager增加GetValue,GetArray函数,可以取非string类型的值,并且支持 aa:bb:cc的写法,
5.CustomConfigManager增加OnChanged事件
       6.CustomConfigManager将缓存使用过的section,每次配置文件修改后,将会自动清理缓存
7.增加GuidJsonConverter和GuidExtensions下的IsEmpty()判断函数