HDF.Common 1.5.0

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

// Install HDF.Common as a Cake Tool
#tool nuget:?package=HDF.Common&version=1.5.0

HDF.Common

HDF公共类库,提供基础类型的拓展和一些常用方法

支持
  • .NetFramework 4.0+
  • .NetCore 2.1
  • .NetCore 3.1
  • .Net5
  • .Net5-windows
  • .Net6
  • .Net6-windows

目前提供了:

基础拓展
  1. BaseDBHelper --> 基础DBHelper
  2. CompressExtensions --> 字符和byte[]压缩拓展
  3. ConvertExtensions --> 类型转换拓展
  4. EncryptionExtensions --> 字符加密拓展
  5. IEnumerableExtensions --> IEnumerable拓展
  6. SimpleDBExtensions --> 单数据库DBHelper
  7. StackTraceExtrensions --> 堆栈信息拓展
  8. StringCodeExtensions --> 字符编码拓展(拼音五笔)
  9. StringExtensions --> 字符基础拓展
  10. TranslateExtensions --> 翻译拓展
Windows平台拓展
  1. CaretExtensions --> 鼠标光标拓展
  2. ControlBorderShadowExtensions --> 控件边框阴影拓展
  3. ControlDesignModeExtensions --> 控件设计模式拓展
  4. ControlDragSizeExtensions --> 控件拖拽大小拓展
  5. ControlInvokeExtensions --> 控件跨线程调用Invoke拓展
  6. ControlMovePositionExtensions --> 控件移动位置拓展
  7. DeconstructExtensions --> 区域坐标大小等结构的解构拓展
  8. DrawingExtensions --> Windows界面绘制相关拓展
  9. FontExtensions --> 字体拓展
  10. FormSaveRectangleExtensions --> 窗体区域信息持久化拓展
  11. GraphicsExtensions --> GDI+绘制拓展
  12. GraphicsUnitExtensions --> GDI+绘制单位转换拓展
  13. ImageExtensions --> 图像拓展
  14. ImmExtensions --> 输入法拓展
  15. RectangleExtensions --> 矩形拓展
  • WindowsStyles
  • WindowsExStyles
  • WindowsMessage
Product Compatible and additional computed target framework versions.
.NET net5.0 is compatible.  net5.0-windows was computed.  net5.0-windows7.0 is compatible.  net6.0 is compatible.  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.  net6.0-windows7.0 is compatible.  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.1 is compatible.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 is compatible. 
.NET Framework net40 is compatible.  net403 was computed.  net45 was computed.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • .NETCoreApp 2.1

    • No dependencies.
  • .NETCoreApp 3.1

    • No dependencies.
  • .NETFramework 4.0

    • No dependencies.
  • net5.0

    • No dependencies.
  • net5.0-windows7.0

    • No dependencies.
  • net6.0

    • No dependencies.
  • net6.0-windows7.0

    • No dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.5.0 440 8/11/2022
1.4.1 308 12/13/2021
1.4.0 424 12/13/2021
1.3.0 323 9/24/2021
1.2.1 265 9/23/2021
1.2.0 286 9/22/2021
1.1.1 276 9/16/2021
1.1.0 284 9/16/2021
1.0.0 478 9/8/2021

HDF公共类库,提供基础类型的拓展和一些常用方法。