MX.Core
1.0.0
dotnet add package MX.Core --version 1.0.0
NuGet\Install-Package MX.Core -Version 1.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="MX.Core" Version="1.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add MX.Core --version 1.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: MX.Core, 1.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 MX.Core as a Cake Addin #addin nuget:?package=MX.Core&version=1.0.0 // Install MX.Core as a Cake Tool #tool nuget:?package=MX.Core&version=1.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
MX 基础功能库
介绍
C# 公共类库
- MX.Core 包含功能如下
- 文件上传到MX资源服务器
- 缓存功能,包含memcached缓存,本机Memory缓存,Redis缓存已实现缓存工厂
- 压缩功能,包含L4和Snappy压缩算法帮助类
- 配置文件读取功能,实现xml配置文件读取,修改即时载入
- 数据读取功能,实现CSV文件读取到DataTable或者字符串列表
- 加密功能,包含Blowfish和Des算法的帮助类
- HTTP客户端,实现HTTP客户端各种方法的请求和返回对象的反序列化
- 日志功能,NLog的帮助类
- ORM功能,Dapper库的一系列扩展,包含多库,分页
- RabbitMQ帮助类,已实现连接池功能和Helper快速使用类
- Webp格式处理,将常规格式转换为webp格式,通常用于图片转码后上传资源服务器
- MX.Core.Http 包含功能(已过时)
- MVC公共返回对象定义
- 基于memcached的会话共享(已过时)
- MX.Proto 包含功能(待扩展)
- 实现了基于GRPC消息订阅的基础功能,包含发送和ACK功能
安装教程
NUGET 安装即可,搜索对应的工程名称
使用说明
详细示例待书写
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 | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. 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.
-
.NETStandard 2.0
- Dapper (>= 2.0.78)
- EnyimMemcachedCore (>= 2.3.0)
- K4os.Compression.LZ4 (>= 1.1.11)
- K4os.Compression.LZ4.Streams (>= 1.1.11)
- Microsoft.Extensions.Configuration.Json (>= 2.2.0)
- NLog.Extensions.Logging (>= 1.5.2)
- Portable.BouncyCastle (>= 1.8.5)
- RabbitMQ.Client (>= 6.0.0-pre3)
- SharpZipLib.NETStandard (>= 1.0.7)
- Snappy.Standard (>= 0.2.0)
- System.Configuration.ConfigurationManager (>= 4.6.0-preview7.19362.9)
- System.Data.SqlClient (>= 4.7.0-preview7.19362.9)
- System.Drawing.Common (>= 4.6.0-preview7.19362.9)
- System.Runtime.Caching (>= 4.6.0-preview7.19362.9)
- WebPWrapper (>= 1.0.2)
NuGet packages (3)
Showing the top 3 NuGet packages that depend on MX.Core:
Package | Downloads |
---|---|
MX.Core.Http
https://gitee.com/hsq168/MXCOMMON |
|
MX.Proto
https://gitee.com/hsq168/MXCOMMON |
|
Mx.Api.Extensions
Package Description |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.0.0 | 582 | 11/30/2020 |