{"id":20605093,"url":"https://github.com/arnab-developer/arc.namescompare","last_synced_at":"2026-04-17T08:04:14.787Z","repository":{"id":40578404,"uuid":"428575959","full_name":"Arnab-Developer/Arc.NamesCompare","owner":"Arnab-Developer","description":"Compare two list of names","archived":false,"fork":false,"pushed_at":"2022-05-13T04:04:49.000Z","size":30,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-17T15:16:16.640Z","etag":null,"topics":["csharp","dotnet","nuget"],"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/Arnab-Developer.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}},"created_at":"2021-11-16T08:31:31.000Z","updated_at":"2022-02-20T02:39:34.000Z","dependencies_parsed_at":"2022-08-09T23:40:36.900Z","dependency_job_id":null,"html_url":"https://github.com/Arnab-Developer/Arc.NamesCompare","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Arnab-Developer%2FArc.NamesCompare","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Arnab-Developer%2FArc.NamesCompare/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Arnab-Developer%2FArc.NamesCompare/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Arnab-Developer%2FArc.NamesCompare/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Arnab-Developer","download_url":"https://codeload.github.com/Arnab-Developer/Arc.NamesCompare/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242250932,"owners_count":20096895,"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":["csharp","dotnet","nuget"],"created_at":"2024-11-16T09:26:29.179Z","updated_at":"2026-04-17T08:04:14.729Z","avatar_url":"https://github.com/Arnab-Developer.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Names compare\n\nThis is a library to compare two lists of names and return common and unique names between them.\n\nInstall in your project with [NuGet](https://www.nuget.org/packages/Arc.NamesCompare).\n\n```\ndotnet add package Arc.NamesCompare\n```\n\nSample code to use the library.\n\n```csharp\nIEnumerable\u003cstring\u003e nameList1 = new List\u003cstring\u003e { \"Name1\", \"Name2\", \"Name3\", \"Name4\" };\nIEnumerable\u003cstring\u003e nameList2 = new List\u003cstring\u003e { \"Name1\", \"Name3\", \"Name5\" };\n\nComparisonResult result = Compare.GetComparisonResult(nameList1, nameList2);\n\nforeach(string name in result.CommonNames)\n{\n    Console.WriteLine(name); // Name1 and Name3\n}\n\nforeach(string name in result.UniqueList1Names)\n{\n    Console.WriteLine(name); // Name2 and Name4\n}\n\nforeach(string name in result.UniqueList2Names)\n{\n    Console.WriteLine(name); // Name5\n}\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farnab-developer%2Farc.namescompare","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Farnab-developer%2Farc.namescompare","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farnab-developer%2Farc.namescompare/lists"}