CSharp.Net.Util 7.3.2

dotnet add package CSharp.Net.Util --version 7.3.2
                    
NuGet\Install-Package CSharp.Net.Util -Version 7.3.2
                    
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="CSharp.Net.Util" Version="7.3.2" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="CSharp.Net.Util" Version="7.3.2" />
                    
Directory.Packages.props
<PackageReference Include="CSharp.Net.Util" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add CSharp.Net.Util --version 7.3.2
                    
#r "nuget: CSharp.Net.Util, 7.3.2"
                    
#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.
#:package CSharp.Net.Util@7.3.2
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=CSharp.Net.Util&version=7.3.2
                    
Install as a Cake Addin
#tool nuget:?package=CSharp.Net.Util&version=7.3.2
                    
Install as a Cake Tool
Nothing to Do, Nothing to Say, Everything is in silence.

工具类

本项目包含了一些常用的工具类,旨在简化开发过程中的常见任务。以下是一些主要的工具类及其功能简介:

1. 日志工具类

支持多种日志级别(如DEBUG、INFO、WARN、ERROR)输出文件,如:logs/Debug/yyyy-MM-dd.log

LogHelper.Debug("应用程序启动成功");

2. 加密类

AES DES RSA MD5

3. Json工具类

JsonHelper

4. 文件操作类

FileHelper

5. 网络请求类

HttpClientUtil Socket

6. 时间处理类

DateTimeHelper

7. 实体转换

ModelHelpler

8. 字符串处理

StringHelpler

等等

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 is compatible.  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 is compatible.  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.  net9.0 is compatible.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 is compatible.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.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.
  • .NETStandard 2.0

  • net10.0

    • No dependencies.
  • net7.0

    • No dependencies.
  • net8.0

    • No dependencies.
  • net9.0

    • No dependencies.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on CSharp.Net.Util:

Package Downloads
CSharp.Net.Cache

.NET Cache:Memorycache and Redis

CSharp.Net.Mvc

Package Description

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
7.3.2 125 4/1/2026
7.3.1 164 12/27/2025
7.3.0 242 12/22/2025
7.2.9 256 6/30/2025
7.2.7 328 4/17/2025
5.7.0 574 11/24/2023
Loading failed