{"id":37032530,"url":"https://github.com/dotnet-easy/easytool","last_synced_at":"2026-01-14T03:59:18.739Z","repository":{"id":167225164,"uuid":"642808011","full_name":"dotnet-easy/easytool","owner":"dotnet-easy","description":"A open source C# tool to make .NET easy","archived":false,"fork":false,"pushed_at":"2024-05-11T02:50:03.000Z","size":710,"stargazers_count":177,"open_issues_count":11,"forks_count":43,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-08-01T01:44:02.143Z","etag":null,"topics":["csharp"],"latest_commit_sha":null,"homepage":"https://easy-dotnet.com/","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dotnet-easy.png","metadata":{"files":{"readme":"README.EN-US.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2023-05-19T11:47:12.000Z","updated_at":"2025-07-29T14:09:15.000Z","dependencies_parsed_at":"2023-09-14T22:09:14.397Z","dependency_job_id":"c57cc98c-3065-43a7-a2aa-e1bcff52a81b","html_url":"https://github.com/dotnet-easy/easytool","commit_stats":null,"previous_names":["786744873/easytool","dotnet-easy/easytool"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/dotnet-easy/easytool","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dotnet-easy%2Feasytool","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dotnet-easy%2Feasytool/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dotnet-easy%2Feasytool/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dotnet-easy%2Feasytool/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dotnet-easy","download_url":"https://codeload.github.com/dotnet-easy/easytool/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dotnet-easy%2Feasytool/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28408930,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T01:52:23.358Z","status":"online","status_checked_at":"2026-01-14T02:00:06.678Z","response_time":107,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["csharp"],"created_at":"2026-01-14T03:59:18.189Z","updated_at":"2026-01-14T03:59:18.730Z","avatar_url":"https://github.com/dotnet-easy.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003e EasyTool \u003c/h1\u003e\n\n\u003cdiv align=\"center\"\u003e\n\nAn open source C# tool to make .NET easy. \n\n\n[![pull_request](https://github.com/786744873/easytool/actions/workflows/pull_request.yml/badge.svg)](https://github.com/786744873/easytool/actions/workflows/pull_request.yml)\n[![](https://img.shields.io/nuget/v/EasyTool.Core.svg)](https://www.nuget.org/packages/EasyTool.Core)\n\u003cp\u003e\n    \u003cspan\u003eEnglish\u003c/span\u003e |  \u003ca href=\"README.md\"\u003e中文\u003c/a\u003e\n\u003c/p\u003e\n\u003c/div\u003e\n\n## 📚 Introduce\n\nEasyTool is a .NET tool to make .Net easy. It provides a large number of help classes to help developers complete various development tasks. It covers a series of operations such as string, number, collection, encoding, date, file, IO, encryption, database, JSON, HTTP client, etc. \n\u003e [More information](https://easy-dotnet.com/pages/easytool/)\n\u003e \n## 🚀 Get started\n### install\nInstall EasyTool.Core from the package manager console:\n~~~\nPM\u003e Install-Package EasyTool.Core\n~~~\nOr from the .NET CLI as:\n~~~\ndotnet add package EasyTool.Core\n~~~\n\n### use\nCopy file or directory\n~~~csharp\nFileUtil.Copy(sourceDir, destinationDir, isOverwrite)\n~~~\nClone an object\n~~~csharp\nvar a = CloneUtil.Clone\u003cPerson\u003e(person);\n~~~\n\n\n## 🛠️ Catalog\nEasytool provides some of the most commonly used experiences and methods in the development process\n\n| Catalog                                           |     Introduce                                                                        |\n| --------------------------------------------------|---------------------------------------------------------------------------------- |\n| [clone](EasyTool.Core/CloneCategory/)             |     clone an object                                             |\n| [code](EasyTool.Core/CodeCategory/)               |     base32, base62, etc                                             |\n| [collection](EasyTool.Core/CollectionsCategory/)  |                dictionary,List,LinkList, etc                                                      |\n| [converter](EasyTool.Core/ConvertCategory/)       |             convert data type                                     |\n| [datetime](EasyTool.Core/DateTimeCategory/)       |     timerutil,timestamp,etc                                       |\n\n## .NET Runtime Reference\n\n// TODO\n\n## Exchange community\n\n**微信：ygdxg8657 （备注进群） QQ群：543829648  903210423（已满）** \n\n![easy-tool](https://raw.githubusercontent.com/786744873/easy-dotnet/main/files/img/easytool.png)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdotnet-easy%2Feasytool","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdotnet-easy%2Feasytool","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdotnet-easy%2Feasytool/lists"}