{"id":13629433,"url":"https://github.com/jasonbock/autodeconstruct","last_synced_at":"2026-01-14T04:00:05.906Z","repository":{"id":144107631,"uuid":"433080318","full_name":"JasonBock/AutoDeconstruct","owner":"JasonBock","description":"A library that automatically adds support for object deconstruction in C#.","archived":false,"fork":false,"pushed_at":"2025-09-18T21:43:51.000Z","size":130,"stargazers_count":43,"open_issues_count":2,"forks_count":3,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-12-20T11:27:50.395Z","etag":null,"topics":[],"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/JasonBock.png","metadata":{"files":{"readme":"README.md","changelog":"changelog.md","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2021-11-29T14:44:14.000Z","updated_at":"2025-12-16T21:12:09.000Z","dependencies_parsed_at":null,"dependency_job_id":"65ad765e-2a0e-4b5b-b292-c923dc92c3db","html_url":"https://github.com/JasonBock/AutoDeconstruct","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/JasonBock/AutoDeconstruct","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JasonBock%2FAutoDeconstruct","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JasonBock%2FAutoDeconstruct/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JasonBock%2FAutoDeconstruct/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JasonBock%2FAutoDeconstruct/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JasonBock","download_url":"https://codeload.github.com/JasonBock/AutoDeconstruct/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JasonBock%2FAutoDeconstruct/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28408950,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T01:52:23.358Z","status":"online","status_checked_at":"2026-01-14T02:00:06.678Z","response_time":107,"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":[],"created_at":"2024-08-01T22:01:10.586Z","updated_at":"2026-01-14T04:00:05.880Z","avatar_url":"https://github.com/JasonBock.png","language":"C#","funding_links":[],"categories":["Content"],"sub_categories":["11. [AutoDeconstruct](https://ignatandrei.github.io/RSCG_Examples/v2/docs/AutoDeconstruct) , in the [Constructor](https://ignatandrei.github.io/RSCG_Examples/v2/docs/rscg-examples#constructor) category"],"readme":"# AutoDeconstruct\n\nA library that automatically adds support for object deconstruction in C#.\n\n## Getting Started\n\nFirst, reference the `AutoDeconstruct` [NuGet package](https://www.nuget.org/packages/AutoDeconstruct).\n\nThen, add `[AutoDeconstuct]` to a type so you can deconstruct it:\n\n```c#\nusing AutoDeconstruct;\n\n[AutoDeconstruct]\npublic sealed class Person\n{\n  public uint Age { get; set; }\n  public required string Name { get; set; }\n}\n\nvar person = new Person { Age = 22, Name = \"Joe\" };\nvar (age, name) = person;\n```\n\nRead [the overview document](https://github.com/JasonBock/AutoDeconstruct/blob/main/docs/Overview.md) for further details.\n\n### Prerequisites\n\nThe Rocks package targets .NET Standard 2.0 for host flexibility.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjasonbock%2Fautodeconstruct","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjasonbock%2Fautodeconstruct","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjasonbock%2Fautodeconstruct/lists"}