Skip to content

Commit da425db

Browse files
committed
Add FastCloner
Revert "Add FastCloner" This reverts commit 740aa92. Add FastCloner
1 parent 60d4895 commit da425db

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -780,6 +780,7 @@ Follows best practices and conventions to provide you a SOLID development experi
780780
* [LibMan CLI](https://github.com/aspnet/LibraryManager) - Client-side content manager for web apps.
781781
* [EntryPoint](https://github.com/Nick-Lucas/EntryPoint) - Composable CLI (Command Line) Argument Parser for .Net Core & .Net Framework 4.5+.
782782
* [Fake JSON Server](https://github.com/ttu/dotnet-fake-json-server) - Fake REST API for prototyping or as a CRUD Back End. No need to define types, uses dynamic typing. Data is stored to a single JSON file. Has authentication, WebSocket notifications, async long running operations, random generation for errors/delays and experimental GraphQL support.
783+
* [FastCloner](https://github.com/lofcz/FastCloner) – Fast deep cloning library for .NET 8+. Zero-config, works out of the box.
783784
* [gitignore.io](https://github.com/joeblau/gitignore.io) - Create useful .gitignore files for your project [https://www.gitignore.io](https://www.gitignore.io).
784785
* [ICanHasDotnetCore](https://github.com/OctopusDeploy/ICanHasDotnetCore) - Scans uploaded packages.config files or GitHub repository and determines whether the nuget packages target .NET Standard.
785786
* [json2csharp](http://json2csharp.com) - Generate C# classes from JSON.

0 commit comments

Comments
 (0)