{"id":32867686,"url":"https://github.com/dimesoftware/linq","last_synced_at":"2026-05-15T11:37:45.661Z","repository":{"id":144113851,"uuid":"259559415","full_name":"dimesoftware/linq","owner":"dimesoftware","description":"💪 Supercharged extensions for LINQ","archived":false,"fork":false,"pushed_at":"2025-11-13T08:19:11.000Z","size":110,"stargazers_count":0,"open_issues_count":2,"forks_count":1,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-05-01T10:06:10.728Z","etag":null,"topics":["csharp","dotnet","dotnetstandard","linq","utiity"],"latest_commit_sha":null,"homepage":"https://dimesoftware.github.io/linq/","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/dimesoftware.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"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}},"created_at":"2020-04-28T07:08:42.000Z","updated_at":"2024-11-14T07:46:12.000Z","dependencies_parsed_at":"2023-12-22T12:03:48.377Z","dependency_job_id":"7e534bdf-e054-4ed5-a0b8-7f11f50f8313","html_url":"https://github.com/dimesoftware/linq","commit_stats":null,"previous_names":["dimenics/linq"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/dimesoftware/linq","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dimesoftware%2Flinq","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dimesoftware%2Flinq/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dimesoftware%2Flinq/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dimesoftware%2Flinq/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dimesoftware","download_url":"https://codeload.github.com/dimesoftware/linq/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dimesoftware%2Flinq/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33065719,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-15T11:35:32.926Z","status":"ssl_error","status_checked_at":"2026-05-15T11:35:31.362Z","response_time":103,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["csharp","dotnet","dotnetstandard","linq","utiity"],"created_at":"2025-11-09T06:30:24.638Z","updated_at":"2026-05-15T11:37:45.656Z","avatar_url":"https://github.com/dimesoftware.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\u003cimg src=\"assets/logo.svg?raw=true\" width=\"350\" alt=\"Logo\"\u003e\u003c/p\u003e\n\n\u003ch1 align=\"center\"\u003e Linq \u003c/h1\u003e  \n\n\u003cp align=\"center\"\u003e  \n\u003cimg src=\"https://dev.azure.com/dimesoftware/Utilities/_apis/build/status/dimenics.linq?branchName=master\"/\u003e\n\u003cimg src=\"https://feeds.dev.azure.com/dimesoftware/_apis/public/Packaging/Feeds/a7b896fd-9cd8-4291-afe1-f223483d87f0/Packages/a4ea1a44-b4ee-49dd-ba2f-eff013a1c9ce/Badge\"/\u003e\n\u003cimg src=\"https://img.shields.io/azure-devops/coverage/dimesoftware/Utilities/155/master\" /\u003e\n\u003cimg src=\"https://github.com/dimenics/linq/workflows/CodeQL/badge.svg\" /\u003e\n\u003cimg src=\"https://img.shields.io/badge/License-MIT-blue.svg\" /\u003e\n\u003cimg src=\"https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square\" /\u003e\n\u003c/p\u003e\n\n## About this project\n\nDime.Linq is a utility library which contains a set of extensions for the System.Linq namespace. Check out the wiki for an overview of the extension methods. \n\n## Getting Started\n\n- You must have Visual Studio 2019 Community or higher.\n- The dotnet cli is also highly recommend\n\n## Build and Test\n\n- Run dotnet restore\n- Run dotnet build\n- Run dotnet test\n\n## Installation\n\nUse the package manager NuGet to install Dime.Linq:\n\n`dotnet add package Dime.Linq`\n\n## Usage\n\n``` csharp\nusing System.Linq;\n\npublic void MyMethod(IEnumerable\u003cCustomer\u003e customerList)\n{\n     (IEnumerable\u003cCustomer\u003e success, IEnumerable\u003cCustomer\u003e failed)\n       = customerList.Fork(x =\u003e x.Address == \"New York\");    \n}\n```\n\n## Contributing\n\nPull requests are welcome. Please check out the contribution and code of conduct guidelines.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdimesoftware%2Flinq","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdimesoftware%2Flinq","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdimesoftware%2Flinq/lists"}