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
#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

MX 基础功能库

介绍

C# 公共类库

  1. MX.Core 包含功能如下
    1. 文件上传到MX资源服务器
    2. 缓存功能,包含memcached缓存,本机Memory缓存,Redis缓存已实现缓存工厂
    3. 压缩功能,包含L4和Snappy压缩算法帮助类
    4. 配置文件读取功能,实现xml配置文件读取,修改即时载入
    5. 数据读取功能,实现CSV文件读取到DataTable或者字符串列表
    6. 加密功能,包含Blowfish和Des算法的帮助类
    7. HTTP客户端,实现HTTP客户端各种方法的请求和返回对象的反序列化
    8. 日志功能,NLog的帮助类
    9. ORM功能,Dapper库的一系列扩展,包含多库,分页
    10. RabbitMQ帮助类,已实现连接池功能和Helper快速使用类
    11. Webp格式处理,将常规格式转换为webp格式,通常用于图片转码后上传资源服务器
  2. MX.Core.Http 包含功能(已过时)
    1. MVC公共返回对象定义
    2. 基于memcached的会话共享(已过时)
  3. MX.Proto 包含功能(待扩展)
    1. 实现了基于GRPC消息订阅的基础功能,包含发送和ACK功能
安装教程
NUGET 安装即可,搜索对应的工程名称
使用说明
详细示例待书写
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 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.

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 523 11/30/2020