{"id":20085015,"url":"https://github.com/rcarubbi/carubbi.extensions","last_synced_at":"2025-10-27T15:18:03.983Z","repository":{"id":145496250,"uuid":"145446555","full_name":"rcarubbi/Carubbi.Extensions","owner":"rcarubbi","description":"A simple library extension-method based to common tasks","archived":false,"fork":false,"pushed_at":"2019-02-05T15:50:48.000Z","size":27,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-27T10:06:42.419Z","etag":null,"topics":["extension-methods"],"latest_commit_sha":null,"homepage":null,"language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rcarubbi.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2018-08-20T16:58:38.000Z","updated_at":"2024-12-09T10:45:14.000Z","dependencies_parsed_at":"2023-04-30T05:46:55.467Z","dependency_job_id":null,"html_url":"https://github.com/rcarubbi/Carubbi.Extensions","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/rcarubbi/Carubbi.Extensions","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rcarubbi%2FCarubbi.Extensions","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rcarubbi%2FCarubbi.Extensions/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rcarubbi%2FCarubbi.Extensions/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rcarubbi%2FCarubbi.Extensions/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rcarubbi","download_url":"https://codeload.github.com/rcarubbi/Carubbi.Extensions/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rcarubbi%2FCarubbi.Extensions/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262235779,"owners_count":23279566,"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":["extension-methods"],"created_at":"2024-11-13T15:54:20.024Z","updated_at":"2025-10-27T15:18:03.912Z","avatar_url":"https://github.com/rcarubbi.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Carubbi.Extensions\nA simple library extension-method based to common tasks\n\n* Datatype conversions:\n\nRather than \n```csharp\nint? intVariable;\ntry\n{\n    intVariable = Convert.ToInt32(str);\n}\ncatch(Exception ex)\n{\n    intVariable = defaultValue;\n}\n```\n\nor \n\n```csharp\n  if (!int.TryParse(str, out int intValue))\n  {\n      intValue = defaultValue;\n  }\n```\n\nYou just use\n\n```csharp\nint? intVariable = str.To\u003cint\u003e(defaultValue);\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frcarubbi%2Fcarubbi.extensions","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frcarubbi%2Fcarubbi.extensions","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frcarubbi%2Fcarubbi.extensions/lists"}