{"id":29672634,"url":"https://github.com/thunderdesign/thunderdesign.net-pcl.toolbox","last_synced_at":"2025-07-22T21:06:47.391Z","repository":{"id":43057316,"uuid":"462529473","full_name":"ThunderDesign/ThunderDesign.Net-PCL.ToolBox","owner":"ThunderDesign","description":"A set of core methods and classes to ease every days .NET development tasks.","archived":false,"fork":false,"pushed_at":"2022-08-26T16:03:20.000Z","size":20,"stargazers_count":1,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-22T09:50:37.428Z","etag":null,"topics":["c-sharp","cross-platform","dotnet-core","dotnet-framework","dotnet-standard","mono","pcl-library","thunderdesign","toolbox","unity","visual-studio","xamarin-android","xamarin-forms","xamarin-ios","xamarin-mac","xamarin-uwp"],"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/ThunderDesign.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}},"created_at":"2022-02-23T00:53:31.000Z","updated_at":"2023-08-27T09:53:23.000Z","dependencies_parsed_at":"2022-09-13T07:50:34.529Z","dependency_job_id":null,"html_url":"https://github.com/ThunderDesign/ThunderDesign.Net-PCL.ToolBox","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/ThunderDesign/ThunderDesign.Net-PCL.ToolBox","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ThunderDesign%2FThunderDesign.Net-PCL.ToolBox","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ThunderDesign%2FThunderDesign.Net-PCL.ToolBox/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ThunderDesign%2FThunderDesign.Net-PCL.ToolBox/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ThunderDesign%2FThunderDesign.Net-PCL.ToolBox/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ThunderDesign","download_url":"https://codeload.github.com/ThunderDesign/ThunderDesign.Net-PCL.ToolBox/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ThunderDesign%2FThunderDesign.Net-PCL.ToolBox/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266572722,"owners_count":23950079,"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-22T02:00:09.085Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"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","cross-platform","dotnet-core","dotnet-framework","dotnet-standard","mono","pcl-library","thunderdesign","toolbox","unity","visual-studio","xamarin-android","xamarin-forms","xamarin-ios","xamarin-mac","xamarin-uwp"],"created_at":"2025-07-22T21:06:46.500Z","updated_at":"2025-07-22T21:06:47.378Z","avatar_url":"https://github.com/ThunderDesign.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ThunderDesign.Net-PCL.ToolBox\n[![CI](https://github.com/ThunderDesign/ThunderDesign.Net-PCL.ToolBox/actions/workflows/CI.yml/badge.svg)](https://github.com/ThunderDesign/ThunderDesign.Net-PCL.ToolBox/actions/workflows/CI.yml)\n[![CD](https://github.com/ThunderDesign/ThunderDesign.Net-PCL.ToolBox/actions/workflows/CD.yml/badge.svg)](https://github.com/ThunderDesign/ThunderDesign.Net-PCL.ToolBox/actions/workflows/CD.yml)\n[![Nuget](https://img.shields.io/nuget/v/ThunderDesign.Net-PCL.ToolBox)](https://www.nuget.org/packages/ThunderDesign.Net-PCL.ToolBox)\n[![License](https://img.shields.io/github/license/ThunderDesign/ThunderDesign.Net-PCL.ToolBox)](https://github.com/ThunderDesign/ThunderDesign.Net-PCL.ToolBox/blob/main/LICENSE)\n[![Net](https://img.shields.io/badge/.net%20standard-v1.0%20--%20v2.1-blue)](https://github.com/ThunderDesign/ThunderDesign.Net-PCL.ToolBox/blob/main/README.md)\n\nA set of core methods and classes to ease every days .NET development tasks.\n\n----\n\n### Highlights include:\n\n- Extentions\n  - BytesExtentions\n  - EnumExtentions\n  - GenericExtentions\n  - ObjectExtentions\n  - PropertyInfoExtentions\n  - StreamExtensions\n  - StringExtentions\n  - TypeExtentions\n\n----\n\n## Installation\n\nGrab the latest [ThunderDesign.Net-PCL.ToolBox NuGet](https://www.nuget.org/packages/ThunderDesign.Net-PCL.ToolBox) package and install in your solution.\n\n\u003e Install-Package ThunderDesign.Net-PCL.ToolBox\n\nUse the `-version` option to specify an [older version](https://www.nuget.org/packages/ThunderDesign.Net-PCL.ToolBox#versions-tab) to install.\n\n## Please Contribute!\n\nThis is an open source project that welcomes contributions/suggestions/bug reports from those who use it. If you have any ideas on how to improve the library, please [post an issue here on GitHub](https://github.com/ThunderDesign/ThunderDesign.Net-PCL.ToolBox/issues). Please check out the [How to Contribute](https://github.com/ThunderDesign/ThunderDesign.Net-PCL.ToolBox/blob/main/.github/CONTRIBUTING.md).\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthunderdesign%2Fthunderdesign.net-pcl.toolbox","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthunderdesign%2Fthunderdesign.net-pcl.toolbox","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthunderdesign%2Fthunderdesign.net-pcl.toolbox/lists"}