{"id":28403116,"url":"https://github.com/jamesfoster/deepequal","last_synced_at":"2025-06-26T17:31:06.554Z","repository":{"id":8525546,"uuid":"10141607","full_name":"jamesfoster/DeepEqual","owner":"jamesfoster","description":"An extensible deep comparison for .NET","archived":false,"fork":false,"pushed_at":"2024-07-14T11:49:58.000Z","size":584,"stargazers_count":232,"open_issues_count":2,"forks_count":32,"subscribers_count":11,"default_branch":"master","last_synced_at":"2025-06-02T01:42:57.949Z","etag":null,"topics":["c-sharp","compare","deep-equal","deep-equals","equality","testing"],"latest_commit_sha":null,"homepage":null,"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/jamesfoster.png","metadata":{"files":{"readme":"Readme.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2013-05-18T13:23:35.000Z","updated_at":"2025-05-22T09:50:45.000Z","dependencies_parsed_at":"2025-06-07T23:48:38.500Z","dependency_job_id":null,"html_url":"https://github.com/jamesfoster/DeepEqual","commit_stats":{"total_commits":119,"total_committers":12,"mean_commits":9.916666666666666,"dds":0.4789915966386554,"last_synced_commit":"dbec89dae6bfeea89abb1422e57fa17cac987fdb"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jamesfoster/DeepEqual","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jamesfoster%2FDeepEqual","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jamesfoster%2FDeepEqual/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jamesfoster%2FDeepEqual/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jamesfoster%2FDeepEqual/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jamesfoster","download_url":"https://codeload.github.com/jamesfoster/DeepEqual/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jamesfoster%2FDeepEqual/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262113135,"owners_count":23260968,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["c-sharp","compare","deep-equal","deep-equals","equality","testing"],"created_at":"2025-06-01T17:07:24.678Z","updated_at":"2025-06-26T17:31:06.517Z","avatar_url":"https://github.com/jamesfoster.png","language":"C#","readme":"DeepEqual\n=\n\nDeepEqual is an extensible deep equality comparison library.\n\nInstalling\n-\n\nInstall via NuGet (https://www.nuget.org/packages/DeepEqual/)\n\n`Install-Package DeepEqual`\n\nUsage\n-\n\nTo test equality simply call the `IsDeepEqual` extension method.\n\n```c#\nbool result = left.IsDeepEqual(right);\n```\n\nWhen used inside a test you might want to call  `ShouldDeepEqual` instead. This method throws an exception with a detailed description of the differences between the 2 objects.\n\n```c#\nleft.ShouldDeepEqual(right);\n\n// or\n\nleft.ShouldDeepEqual(right, comparison);\n```\n\nYou can pass a custom comparison as the second argument to the `ShouldDeepEqual` method to override the default behaviour. You can also customize the behaviour inline using the `WithDeepEqual` extension method.\n\n```c#\nleft.WithDeepEqual(right)\n       .SkipDefault\u003cMyEntity\u003e()\n       .IgnoreLeftProperty(x =\u003e x.Id)\n       .Assert()\n```\n\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjamesfoster%2Fdeepequal","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjamesfoster%2Fdeepequal","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjamesfoster%2Fdeepequal/lists"}