Fhjun.Core 1.0.3

There is a newer version of this package available.
See the version list below for details.
dotnet add package Fhjun.Core --version 1.0.3                
NuGet\Install-Package Fhjun.Core -Version 1.0.3                
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="Fhjun.Core" Version="1.0.3" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Fhjun.Core --version 1.0.3                
#r "nuget: Fhjun.Core, 1.0.3"                
#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 Fhjun.Core as a Cake Addin
#addin nuget:?package=Fhjun.Core&version=1.0.3

// Install Fhjun.Core as a Cake Tool
#tool nuget:?package=Fhjun.Core&version=1.0.3                

核心组件,包含基础框架定义、常用工具类、日志记录、多语言设置等

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.1 is compatible. 
.NET Framework net472 is compatible.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (7)

Showing the top 5 NuGet packages that depend on Fhjun.Core:

Package Downloads
Fhjun.Controls

UI组件,包含常用控件、转换器、附加属性、图标等

Fhjun.Orm

数据库ORM

Fhjun.Charts

包装的lightningChart.NET的图谱控件,包含折线图、柱状图、瀑布图、3D柱状图、3D曲面图

Fhjun.TDengine

TDengine操作辅助类,同时使用source generator自动生成代码

Fhjun.Translator

在线自动化翻译,使用腾讯翻译接口实现。字符数限制为500W字符/月,频率限制为5次/s, 单次请求长度限制为6000字符

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.15 78 10/31/2024
1.0.14 88 10/14/2024
1.0.13 146 6/17/2024
1.0.12 312 1/17/2024
1.0.11 173 1/2/2024
1.0.10 151 12/12/2023
1.0.9 128 12/12/2023
1.0.8 443 12/6/2023
1.0.7 588 11/21/2023
1.0.6 138 11/7/2023
1.0.5 232 9/24/2023
1.0.4 129 9/23/2023
1.0.3 144 9/6/2023
1.0.2 373 9/4/2023
1.0.1 255 4/25/2023
1.0.0 183 4/25/2023

V1.0.3   2023-09-06
1.增加了CastTo<T>;
2.增加了反射List和Array的操作