Kugar.Core.NetCore 1.2.177

.NET 5.0 .NET Core 3.1
dotnet add package Kugar.Core.NetCore --version 1.2.177
NuGet\Install-Package Kugar.Core.NetCore -Version 1.2.177
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.177" />
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.177
#r "nuget: Kugar.Core.NetCore, 1.2.177"
#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.177

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

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

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.  net8.0 was computed.  net8.0-android 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. 
.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.177 79 9/18/2023
1.2.166 114 5/12/2023
1.2.165 247 3/17/2023
1.2.160 907 5/6/2022
1.2.159 4,130 1/27/2022
1.2.155 4,947 12/3/2021
1.2.154 4,992 11/24/2021
1.2.153 370 9/26/2021
1.2.149 8,322 4/26/2021
1.2.143 947 1/20/2021
1.2.140 580 1/8/2021
1.2.139 578 1/8/2021
1.2.130 1,446 12/24/2020
1.2.127 1,417 11/27/2020
1.2.126 894 10/23/2020
1.2.125 1,111 10/15/2020
1.2.124 512 7/29/2020
1.2.121 467 7/14/2020
1.2.117 432 7/14/2020
1.2.114 767 6/22/2020
1.2.112 623 6/9/2020
1.2.111 4,708 5/21/2020
1.2.110 488 5/19/2020
1.2.104 610 5/8/2020
1.2.100 1,338 3/24/2020
1.2.94 2,519 3/20/2020
1.2.92 966 3/16/2020
1.2.79 526 12/27/2019
1.2.78 1,967 12/17/2019
1.2.75 511 12/3/2019
1.2.73 776 11/29/2019
1.2.70 1,156 11/25/2019
1.2.68 3,302 7/14/2019
1.2.67 996 6/20/2019
1.2.66 3,541 6/18/2019
1.2.65 5,704 4/17/2019
1.2.63 951 3/22/2019
1.2.62 1,824 2/23/2019
1.2.61 827 2/19/2019
1.2.60 1,061 1/7/2019
1.2.58 678 12/30/2018
1.2.57 7,834 12/12/2018
1.2.56 677 12/9/2018
1.2.54 672 12/6/2018
1.2.53 3,336 11/8/2018
1.2.52 927 11/4/2018
1.2.48 2,752 9/25/2018
1.2.47 19,922 9/10/2018
1.2.46 2,422 9/10/2018
1.2.41 727 9/10/2018
1.2.40 3,899 9/5/2018
1.2.39 775 9/3/2018
1.2.38 12,422 9/3/2018
1.2.37 722 9/3/2018
1.2.35 876 8/29/2018
1.2.33 2,541 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()判断函数
       8.修复Configuration.GetArray函数,在TValue为class/record的时候,不报错