ZLSoft.QWPlatform.SystemLibraryCore 4.0.0

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

// Install ZLSoft.QWPlatform.SystemLibraryCore as a Cake Tool
#tool nuget:?package=ZLSoft.QWPlatform.SystemLibraryCore&version=4.0.0

v4.0.0.0(why) 修改为netstandard2.1的框架,支持.net全系列的版本

v3.2.6.1(why) 1.增加SQL执行性能监控 2.修改GetModel获取到不使用FieldBaseAttribute自定义属性 3.增加访问Swagger的权限判断,示例,必须放在


            //注册防止非法访问swagger
            app.UseSwaggerDocumentAuth(() =>
            {
                return new AuthorizeOption()
                {
                    UserInfo = new AuthorizeUserInfo("admin", "123")
                };
            });

4.删除日志通过消息队列发送的功能

v3.2.6.0(why) 1.支持SQL事务注册控制(QWPlatform.SystemLibrary.SqlTrace+=OnSqlExecuted),能获取到每次SQL的执行事件及参数 2.解决使用json序列化在3.1调用时的bug,扩展方式保留原来的BinaryFormatter调用方式,增加JsonSerializerBinary,SerializeDataTable扩展方式适用于6.0的版本

v3.2.5.8 1.解决Strings.GetAge(DateTime birth,DateTime? endDate)年龄计算错误问题

v3.2.5.7 1.解决使用BinaryFormatter序列化对象导致不安全的隐患,在.net 6.0已被禁用,使用JsonSerializer进行替换

v3.2.5.6 1.增加支持文件模板生成功能

v3.2.5.5 1.Fix将行记录转为对象异常,判断可以写入才进行写入数据

v3.2.5.4 1.增加微软字库识别生僻字拼音

v3.2.5.2 1.新增年龄计算 Strings.GetAge(DateTime birth,DateTime? endDate).

v3.2.5.1 1.修正缓存模式使用内存模式是,不能订阅的bug.如果是内存缓存则不需要发布订阅。 2.新增获取五笔码 Strings.GetWBCode().

v3.2.6.2(tyf) 1.RSA解密增加key为string的解密方法

v3.2.6.3(tyf) 1.处理参数重复导致报错

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  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. 
.NET Core netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.1 is compatible. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos 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 ZLSoft.QWPlatform.SystemLibraryCore:

Package Downloads
ZLSoft.QWPlatform.WebBasics

基础服务

ZLSoft.QWPlatform.DBServiceCore

6.0.0.0 .net 6支持 3.1.0.0 升级npgsql引用 3.0.7.45 修复mysql查询结果存在null时报错的问题 3.0.7.44 增加对mysql的支持、对关键字使用反括号包裹 3.0.7.43 IDeleteBulider 增加queryAndWhereList、whereParametersList方法 3.0.7.42 1.Fix更新构造器中的列值获取bug(事件传递相关参数) 2.增加提交事务时事件 3.0.7.37 修正Oracle中定时获取数据库时间的异常(访问已释放的对象异常) 3.0.7.36 优化获取SQL脚本信息获取 3.0.7.35 更新SQL执行统计信息,不再写入缓存中 3.0.7.34 批量新增与批量更新(db.InsertList(list) & UpdateList) v3.0.7.33 发布构建器属性访问功能(Insert/Update/Delete) v3.0.7.32 紧急修正事务锁表的bug v3.0.7.31 增加根据数据表获取列集合功能 v3.0.7.30 增加Model中使用枚举值功能 v3.0.7.28 1.增加update可以基于原始值操作例如, a=a+1 2.增加where自定义操作符中大于等于和小于等于 v3.0.7.27 1.可以自定义条件比较符(select, update ,delete) v3.0.7.26 1.优化数据库事务日志输出与事务对象为空判断 v3.0.7.25 1.修正数据库获取时间的Bug v3.0.7.24 1.默认使用长连接,同一个db对象中连接通道在整个生命周期中有效 2.修改事务,必须在结束时手动db.commit保证事务手动提交 v3.0.7.23 select与sql分页时的bug解决 v3.0.7.22 实现委托事务处理 v3.0.7.21 实现SQL脚本统一监听功能 v3.0.7.19-3.0.7.20 修改查询时如果为null值。则赋值为DBNull.Value v3.0.7.18 修改事务Bug v3.0.7.17 修改数据库连接手动释放 v3.0.7.16 实现SQL条件使用where自定义sql语句 v3.0.7.15 实现sql脚本修改时更新缓存功能(依赖于Redis的缓存) 实现数据对码功能netcore版本 3.0.7.14 1.修正SQL分页时传递参数属于集合的异常 3.0.7.13 1.增加SQL脚本的附加条件片断(排序分组SQL) v3.0.7.12 1.修改读取配置文件夹小写问题 2.PG数据库更新为4.1.3 3.Oracle数据库更新为2.19.6 v3.0.7.10 修改PG数据库多并发的事务时未能正确判断连接对象问题 v3.0.7.9 fix:修正zltools创建的脚本无法在netcore的环境上访问问题 v3.0.7.8 fix:PG数据库无法保存日期时间格式 v3.0.7.7 fix数据库事务没有回滚的bug v3.0.7.5,v3.0.7.6 fix:pg库分页的bug v1.0.7.3 支持netcore 3.0 v1.0.7.3 1.修改数据库支持方式(修正) v1.0.7.2 1.实现简化数据库访问方式 2.支持PG数据库源驱动 3.SQL执行内容输出 v1.0.7 1.实现基于net core 2.0框架访问 v1.0.6 1.修改Logger的命名空间路径,直接引用QWPlatform.SystemLibrary即可使用

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
6.0.0 1,399 12/28/2021
4.0.0 226 2/26/2024
3.2.5.5 595 7/12/2023
3.2.5.4 666 7/12/2023
3.2.5 1,220 11/30/2022
3.2.4 1,000 10/28/2022
3.2.3.5 1,150 9/27/2022
3.2.3.4 912 9/21/2022
3.2.3.3 921 9/21/2022
3.2.3.2 926 9/19/2022
3.2.3.1 1,022 9/16/2022
3.2.3 1,190 8/26/2022
3.2.2.1 3,290 6/28/2022
3.2.2 1,739 6/27/2022
3.2.1 1,062 3/10/2022
3.2.0 6,187 3/3/2022
3.1.1 1,048 2/25/2022
3.0.5.48 1,178 1/11/2022
3.0.5.47 1,018 12/24/2021
3.0.5.46 1,496 11/17/2021
3.0.5.45 905 9/13/2021
3.0.5.44 15,147 5/7/2021
3.0.5.43 3,568 4/9/2021
3.0.5.42 5,454 3/12/2021
3.0.5.41 1,714 2/24/2021
3.0.5.40 929 2/18/2021
3.0.5.39 883 2/18/2021
3.0.5.38 1,640 2/4/2021
3.0.5.37 1,605 1/21/2021
3.0.5.36 6,580 1/19/2021
3.0.5.35 910 1/19/2021
3.0.5.34 1,716 1/16/2021
3.0.5.33 983 1/15/2021
3.0.5.32 4,547 1/12/2021
3.0.5.31 1,046 1/11/2021
3.0.5.30 974 1/11/2021
3.0.5.29 1,838 12/29/2020
3.0.5.28 1,559 12/26/2020
3.0.5.26 3,858 12/22/2020
3.0.5.25 1,018 12/18/2020
3.0.5.24 1,695 12/9/2020
3.0.5.23 1,609 11/27/2020
3.0.5.22 6,866 11/25/2020
3.0.5.21 2,409 11/23/2020
3.0.5.20 1,073 11/6/2020
3.0.5.19 3,686 11/4/2020
3.0.5.18 1,028 11/4/2020
3.0.5.15 1,648 2/25/2021

提供区卫事业部开发框架基础引用类库