Fhjun.Core
1.0.10
See the version list below for details.
dotnet add package Fhjun.Core --version 1.0.10
NuGet\Install-Package Fhjun.Core -Version 1.0.10
<PackageReference Include="Fhjun.Core" Version="1.0.10" />
paket add Fhjun.Core --version 1.0.10
#r "nuget: Fhjun.Core, 1.0.10"
// Install Fhjun.Core as a Cake Addin #addin nuget:?package=Fhjun.Core&version=1.0.10 // Install Fhjun.Core as a Cake Tool #tool nuget:?package=Fhjun.Core&version=1.0.10
核心组件,包含基础框架定义、常用工具类、日志记录、多语言设置等
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. |
-
- log4net (>= 2.0.15)
- Newtonsoft.Json (>= 13.0.3)
- System.Text.Encoding.CodePages (>= 7.0.0)
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.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的操作