UN.QWPlatform.SystemLibraryCore 4.0.1.2

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

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

v4.0.1.2(why) 1.增加SM加密解密功能 v4.0.1.0(why) 1.移除二维码支持功能,将不再支持二维码生成 2.引用的nuget包升级到较新的版本 3.本地升级建议将生成的dll全部替换

v4.0.0.0(why) 4.0系列支持netstandard2.1 修改为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 UN.QWPlatform.SystemLibraryCore:

Package Downloads
UN.QWPlatform.DBServiceCore

用于数据库访问的通用底层框架,适配于Postgres、Oracle、SqlSever、MySql、达梦主流数据库; 在运行时请确保config文件夹下的数据库database.config配置正确性

UN.QWPlatform.WebBasics

Web业务域公共dll 20241122 增加移动端API分组枚举值

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
4.0.1.2 165 11/26/2024

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