ZLSoft.QWPlatform.SystemLibraryCore 3.0.5.44

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

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

v3.0.5.44
扩展mysql支持
v3.0.5.43
增加调用webServiceSOAP方法
v3.0.5.41 & 42
修改日志生成到队列发送用户名控制器、方法名称
v3.0.5.39 & 40
1.修改读取日志消息队列配置,设置到app.json文件中
v3.0.5.38
1.修改所有配置读取,全部读取app.json文件
2.修改数据查询时访问统计SQL信息
v3.0.5.36
删除日志调用堆栈信息
v3.0.5.35 & 36
1.配置config/debug.json可以实现每个方法注入监控
2.修改日志方法
v3.0.5.34
扩展枚举类型,获取自定义描述信息
v3.0.5.33
修改获取ModelList如果没有数据则返回List为0的列表
v3.0.5.32
修改CopyToModel,两种方式支持使用json方式
v3.0.5.30 &31
增加JToken值获取
v3.0.5.29
增加根据数据表获取列集合功能
v3.0.5.28
增加转换model时使用枚举值
v3.0.5.26
优化CopyToModel的应用性,提高复制成功机率与容错处理
v3.0.5.25
升级消息队列消费带初始化参数处理
v3.0.5.24
优化连接RabbitMQ的消息发送机制
v3.0.5.23
1.优化日志输出
v3.0.5.22
修改日志写入消息队列的BUG
v3.0.5.21
1.修改数据库连接打开方式移除polly方式
2.增加消息队列管理
v3.0.5.20
修改Guid生成字16位字符串与生成19位的Long类型

v3.0.5.19
1.增加统一日志处理方式
2.增加动态编译方法

v3.0.5.18
1.增加身份证调用判断
v3.0.5.17
发布调用webservice的功能
v3.0.5.16
实现SQL脚本统一监听功能
v3.0.5.15
Fix缓存过期时间问题(Redis)
v3.0.5.14
修改md5加密的编码问题

v3.5.0.13
修改SQL监听对象的存储使用安全字典存储
v3.5.0.12
修改数据库查询赋值可为空的对象
v3.5.0.11
集成认证功能(配置auth.json文件)
v3.5.0.10
修正3.5.0.9的缓存bug,添加CSRedisCore代码内置,减少dll的引用
v3.5.0.8
实现缓存管理(内存缓存及Redis缓存控制),及消息订阅与发布
v3.5.0.7
修改在centos下日志输出的问题

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 is compatible.  netcoreapp3.1 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,388 12/28/2021
4.0.0 225 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 925 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

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