{"id":17450926,"url":"https://github.com/mattleibow/rangedobservablecollection","last_synced_at":"2025-07-30T13:33:35.800Z","repository":{"id":144199356,"uuid":"107742468","full_name":"mattleibow/RangedObservableCollection","owner":"mattleibow","description":"A small extension to ObservableCollection that allows for multiple items to be added, removed or replaced in a single operation.","archived":false,"fork":false,"pushed_at":"2017-10-21T12:01:36.000Z","size":14,"stargazers_count":8,"open_issues_count":3,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-19T10:20:09.602Z","etag":null,"topics":["c-sharp","dot-net","dot-net-core","dotnet","dotnet-standard","dotnetcore","dotnetstandard","observablecollection"],"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/mattleibow.png","metadata":{"files":{"readme":"README.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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-10-21T01:40:09.000Z","updated_at":"2025-02-19T17:28:18.000Z","dependencies_parsed_at":null,"dependency_job_id":"041eca8d-a04b-46c1-9125-173842fdfcb6","html_url":"https://github.com/mattleibow/RangedObservableCollection","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/mattleibow/RangedObservableCollection","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattleibow%2FRangedObservableCollection","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattleibow%2FRangedObservableCollection/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattleibow%2FRangedObservableCollection/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattleibow%2FRangedObservableCollection/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mattleibow","download_url":"https://codeload.github.com/mattleibow/RangedObservableCollection/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattleibow%2FRangedObservableCollection/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267875625,"owners_count":24158781,"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-07-30T02:00:09.044Z","response_time":70,"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":["c-sharp","dot-net","dot-net-core","dotnet","dotnet-standard","dotnetcore","dotnetstandard","observablecollection"],"created_at":"2024-10-17T22:38:00.845Z","updated_at":"2025-07-30T13:33:35.770Z","avatar_url":"https://github.com/mattleibow.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# RangedObservableCollection\n\n[![Build status](https://ci.appveyor.com/api/projects/status/31uqxvv3wm10emv9/branch/master?svg=true)](https://ci.appveyor.com/project/mattleibow/rangedobservablecollection/branch/master)  [![NuGet](https://img.shields.io/nuget/dt/RangedObservableCollection.svg)](https://www.nuget.org/packages/RangedObservableCollection)  [![NuGet Pre Release](https://img.shields.io/nuget/vpre/RangedObservableCollection.svg)](https://www.nuget.org/packages/RangedObservableCollection)\n\nA small extension to ObservableCollection that allows for multiple items to be added, removed or replaced in a single operation.\n\n# RangedObservableCollection\n\nA small extension to ObservableCollection that allows for multiple items to be added, removed or replaced in a single operation.\n\nThis library is simple and just adds a few extra methods:\n\n```csharp\nvar collection = new RangedObservableCollection\u003cint\u003e();\n\n// bulk add\nvar itemsToAdd = new [] { 1, 2, 3, 4, 5 };\ncollection.AddRange(itemsToAdd);\n\n// bulk remove\nvar itemsToRemove = new [] { 1, 2, 3, 4, 5 };\ncollection.RemoveRange(itemsToRemove);\n\n// bulk clear and add\nvar itemsToReplace = new [] { 1, 2, 3, 4, 5 };\ncollection.ReplaceRange(itemsToReplace);\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmattleibow%2Frangedobservablecollection","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmattleibow%2Frangedobservablecollection","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmattleibow%2Frangedobservablecollection/lists"}