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
<PackageReference Include="UN.QWPlatform.SystemLibraryCore" Version="4.0.1.2" />
paket add UN.QWPlatform.SystemLibraryCore --version 4.0.1.2
#r "nuget: UN.QWPlatform.SystemLibraryCore, 4.0.1.2"
// 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 | Versions 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. |
-
.NETStandard 2.1
- AutoMapper (>= 12.0.1)
- BouncyCastle.NetCore (>= 2.2.1)
- CHSPinYinConv (>= 1.0.0)
- EasyNetQ (>= 6.5.2)
- log4net (>= 2.0.17)
- Microsoft.CodeAnalysis.Common (>= 4.9.2)
- Microsoft.CodeAnalysis.CSharp (>= 4.9.2)
- Microsoft.CSharp (>= 4.7.0)
- Microsoft.Extensions.Caching.Memory (>= 8.0.0)
- Microsoft.Extensions.DependencyInjection (>= 8.0.0)
- MiniProfiler.AspNetCore (>= 4.2.22)
- MrAdvice (>= 2.15.0)
- Newtonsoft.Json (>= 13.0.3)
- NVelocity (>= 1.2.0)
- Polly (>= 8.3.1)
- SharpZipLib (>= 1.4.2)
- Swashbuckle.AspNetCore.SwaggerUI (>= 6.5.0)
- System.CodeDom (>= 8.0.0)
- System.ComponentModel.Annotations (>= 5.0.0)
- System.Configuration.ConfigurationManager (>= 8.0.0)
- System.DirectoryServices (>= 8.0.0)
- System.Private.ServiceModel (>= 4.10.3)
- System.ServiceModel.Http (>= 4.6.0)
- System.ServiceModel.Primitives (>= 4.6.0)
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 |
提供区卫事业部开发框架基础引用类库