{"id":24395673,"url":"https://github.com/anglesharp/anglesharp.diffing","last_synced_at":"2025-08-25T23:07:18.575Z","repository":{"id":36841230,"uuid":"208223260","full_name":"AngleSharp/AngleSharp.Diffing","owner":"AngleSharp","description":"A library that makes it possible to compare two AngleSharp node lists and get a list of differences between them.","archived":false,"fork":false,"pushed_at":"2024-10-14T00:18:27.000Z","size":807,"stargazers_count":38,"open_issues_count":0,"forks_count":8,"subscribers_count":7,"default_branch":"devel","last_synced_at":"2025-08-15T06:54:58.228Z","etag":null,"topics":["anglesharp","comparing","comparing-html","csharp","diffing","html5"],"latest_commit_sha":null,"homepage":"","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/AngleSharp.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":".github/CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":".github/CODE_OF_CONDUCT.md","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},"funding":{"github":["FlorianRappl","egil"],"custom":"https://salt.bountysource.com/teams/anglesharp"}},"created_at":"2019-09-13T08:16:31.000Z","updated_at":"2024-10-14T00:16:40.000Z","dependencies_parsed_at":"2025-01-19T20:59:48.541Z","dependency_job_id":"a3cf2637-f9bf-4eba-bc21-93efe74a61a9","html_url":"https://github.com/AngleSharp/AngleSharp.Diffing","commit_stats":null,"previous_names":[],"tags_count":16,"template":false,"template_full_name":null,"purl":"pkg:github/AngleSharp/AngleSharp.Diffing","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AngleSharp%2FAngleSharp.Diffing","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AngleSharp%2FAngleSharp.Diffing/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AngleSharp%2FAngleSharp.Diffing/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AngleSharp%2FAngleSharp.Diffing/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AngleSharp","download_url":"https://codeload.github.com/AngleSharp/AngleSharp.Diffing/tar.gz/refs/heads/devel","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AngleSharp%2FAngleSharp.Diffing/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272144649,"owners_count":24881141,"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","status":"online","status_checked_at":"2025-08-25T02:00:12.092Z","response_time":1107,"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":["anglesharp","comparing","comparing-html","csharp","diffing","html5"],"created_at":"2025-01-19T20:59:41.347Z","updated_at":"2025-08-25T23:07:18.532Z","avatar_url":"https://github.com/AngleSharp.png","language":"C#","readme":"\u003cp align=\"center\"\u003e\n  \u003cimg width=\"400\" src=\"header.png\"\u003e\n\u003c/p\u003e\n\n# AngleSharp Diffing - A diff/compare library for AngleSharp\n[![Build status](https://ci.appveyor.com/api/projects/status/8awr3r4ylwy9habm?svg=true)](https://ci.appveyor.com/project/FlorianRappl/anglesharp-diffing)\n[![GitHub Tag](https://img.shields.io/github/tag/AngleSharp/AngleSharp.Diffing.svg?style=flat-square)](https://github.com/AngleSharp/AngleSharp.Diffing/releases)\n[![NuGet Count](https://img.shields.io/nuget/dt/AngleSharp.Diffing.svg?style=flat-square)](https://www.nuget.org/packages/AngleSharp.Diffing/)\n[![Issues Open](https://img.shields.io/github/issues/AngleSharp/AngleSharp.Diffing.svg?style=flat-square)](https://github.com/AngleSharp/AngleSharp.Diffing/issues)\n[![Gitter Chat](http://img.shields.io/badge/gitter-AngleSharp/AngleSharp-blue.svg?style=flat-square)](https://gitter.im/AngleSharp/AngleSharp)\n[![CLA Assistant](https://cla-assistant.io/readme/badge/AngleSharp/AngleSharp.Diffing?style=flat-square)](https://cla-assistant.io/AngleSharp/AngleSharp.Diffing)\n\nAngleSharp Diffing makes it possible to compare AngleSharp _control_ nodes and _test_ nodes and get a list of differences between them.\n\nThe _control_ nodes represents the expected HTML tree, i.e. how the nodes are expected to look, and the _test_ nodes represents the nodes that should be compared to the _control_ nodes.\n\n### Documentation:\n- [Getting started](https://github.com/AngleSharp/AngleSharp.Diffing/wiki/Getting-Started)\n- [Diffing options](https://github.com/AngleSharp/AngleSharp.Diffing/wiki/Diffing-Options)\n- [Creating custom diffing strategies](https://github.com/AngleSharp/AngleSharp.Diffing/wiki/Getting-Started)\n- [Difference Engine Internals](https://github.com/AngleSharp/AngleSharp.Diffing/wiki/Difference-Engine-Internals)\n\n## Acknowledgments\n- [Florian Rappl](https://github.com/FlorianRappl) from the AngleSharp team for providing ideas, input and sample code for working with AngleSharp. \n- [XMLUnit](https://www.xmlunit.org) has been a great inspiration for creating this library.\n","funding_links":["https://github.com/sponsors/FlorianRappl","https://github.com/sponsors/egil","https://salt.bountysource.com/teams/anglesharp"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanglesharp%2Fanglesharp.diffing","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fanglesharp%2Fanglesharp.diffing","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanglesharp%2Fanglesharp.diffing/lists"}