EasyTool.Core 2023.917.1-pre-231010054442

This is a prerelease version of EasyTool.Core.
dotnet add package EasyTool.Core --version 2023.917.1-pre-231010054442
NuGet\Install-Package EasyTool.Core -Version 2023.917.1-pre-231010054442
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="EasyTool.Core" Version="2023.917.1-pre-231010054442" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add EasyTool.Core --version 2023.917.1-pre-231010054442
#r "nuget: EasyTool.Core, 2023.917.1-pre-231010054442"
#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 EasyTool.Core as a Cake Addin
#addin nuget:?package=EasyTool.Core&version=2023.917.1-pre-231010054442&prerelease

// Install EasyTool.Core as a Cake Tool
#tool nuget:?package=EasyTool.Core&version=2023.917.1-pre-231010054442&prerelease

<h1 align="center"> EasyTool </h1>

<div align="center">

一个开源的 .NET 工具库, 使得开发变得更加有效率

pull_request alternate text is missing from this package README image <p> <span>中文</span> | <a href="README.EN-US.md">English</a> </p> </div>

📚 简介

Easytool 是一个功能丰富且易用的 .NET 工具库,旨在帮助开发者快速、便捷地完成各类开发任务。 这些封装的工具涵盖了字符串、数字、集合、编码、日期、文件、IO、加密、JSON、HTTP客户端等一系列操作, 可以满足各种不同的开发需求。

More information

🚀 快速开始

安装

PM> Install-Package EasyTool.Core

或者 .NET CLI 👇

dotnet add package EasyTool.Core

使用

复制文件或者目录

FileUtil.Copy(sourceDir, destinationDir, isOverwrite)

克隆对象

var a = CloneUtil.Clone<Person>(person);

🛠️ 目录

Easytool 封装了开发过程中一些常用的方法

Catalog Introduce
clone 使用 CloneUtil.Clone 方法实现 .NET 对象的深度复制
code 提供基于 base32, base62 等编解码工具

代码共享

社区交流

微信:ygdxg8657 (备注进群) QQ群:543829648 903210423(已满)

easy-tool

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  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.  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.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.1 is compatible. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen 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 (1)

Showing the top 1 NuGet packages that depend on EasyTool.Core:

Package Downloads
Escalade.Common

Provide some auxiliary extensions or tools.

GitHub repositories

This package is not used by any popular GitHub repositories.