Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jasonbock/autodeconstruct
A library that automatically adds support for object deconstruction in C#.
https://github.com/jasonbock/autodeconstruct
Last synced: 2 days ago
JSON representation
A library that automatically adds support for object deconstruction in C#.
- Host: GitHub
- URL: https://github.com/jasonbock/autodeconstruct
- Owner: JasonBock
- License: mit
- Created: 2021-11-29T14:44:14.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-04T20:16:09.000Z (almost 2 years ago)
- Last Synced: 2024-10-04T02:53:41.934Z (about 1 month ago)
- Language: C#
- Size: 79.1 KB
- Stars: 34
- Watchers: 3
- Forks: 3
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: changelog.md
- License: LICENSE
Awesome Lists containing this project
- RSCG_Examples - https://github.com/jasonbock/autodeconstruct
README
# AutoDeconstruct
A library that automatically adds support for object deconstruction in C#.
## Overview
The idea started with [this tweet](https://twitter.com/buhakmeh/status/1462106117564207104) - specifically, [this reply](https://twitter.com/dave_peixoto/status/1462181358248374278). I thought...how automatic can I make object deconstruction in C#? That's what this source generator is all about.
Read [the overview document](docs/Overview.md) for further details.