Fhjun.Core 1.0.12

dotnet add package Fhjun.Core --version 1.0.12
NuGet\Install-Package Fhjun.Core -Version 1.0.12
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.12" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Fhjun.Core --version 1.0.12
#r "nuget: Fhjun.Core, 1.0.12"
#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.12

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

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

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 (7)

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

Package Downloads
Fhjun.Controls

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

Fhjun.Charts

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

Fhjun.TDengine

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

Fhjun.Orm

数据库ORM

Fhjun.Sockets

socket通讯组件,支持tcp和udp通讯、数据解析流程等封装

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.12 186 1/17/2024
1.0.11 140 1/2/2024
1.0.10 124 12/12/2023
1.0.9 104 12/12/2023
1.0.8 331 12/6/2023
1.0.7 275 11/21/2023
1.0.6 114 11/7/2023
1.0.5 178 9/24/2023
1.0.4 102 9/23/2023
1.0.3 112 9/6/2023
1.0.2 260 9/4/2023
1.0.1 206 4/25/2023
1.0.0 160 4/25/2023

V1.0.12   2024-01-17
1.增加Fhjun.ObserverGenerator,将自动生成PropertyChanged属性(使用ObservableObject特性标记class,只写字段);
2.增加全局系统配置类ISystemSetting,支持json(JsonSystemSetting)和xml(XmlSystemSetting);
3.FileHelper增加GetDesktopPath和GetDocumentPath,生成桌面路径和文档路径

V1.0.11   2024-01-02
1.Fhjun.Git.SourceGenerator需要在项目文件(*.csproj)中配置//PropertyGroup/GenerateGitFile为true才会获取git信息,否则只会填写编译信息;

V1.0.10   2023-12-12
1.完善Fhjun.Git.SourceGenerator;

V1.0.9   2023-12-12
1.添加Fhjun.Git.SourceGenerator,在程序集中自动写入git版本,编译时间等(类型Fhjun.Git.Version.GitVersion);

V1.0.8   2023-12-06
1.完善RandomHelper,支持随机数组、对象、list;

V1.0.7   2023-11-21
1.只保留netstandard2.0版本,将replycommand和messageer移动到controls库;

V1.0.6   2023-11-07
1.添加表达式转sql,ToWhereNonParametric和ToWhereParametric;

V1.0.5   2023-09-24
1.修改AsmLoader.LoadType支持多种匹配格式(以|分割)

V1.0.4   2023-09-23
1.增加了大端数据转换BitConverterExtend;
2.完善了部分扩展方法

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