1 comment (1 comment)0 reactions (0 reactions)0 assignees (0 assignees)C#4,257 forks (4,257 forks)batch import
Area-IDEConcept-Continuous Improvementhelp wanted
Repository metrics
- Stars
- 20,414 stars (20,414 stars)
- PR merge metrics
- Avg merge 6d 17h (Avg merge 6d 17h)256 merged PRs in 30d (256 merged PRs in 30d)
Description
Version Used:
Version 16.10.0 Preview 3.0 [31214.27.main]
Steps to Reproduce:

It would be useful to have a deconstructor generator.
Contributor guide
- Research direction
- Investigate existing refactoring patterns in Roslyn, such as 'Generate constructor', and understand how to create a code refactoring that generates a Deconstruct method for a given type. Look at the Roslyn documentation on code refactorings and study the syntax of deconstructors in C#.
- Tech stack
- csharp
- Domain
- tooling
- Issue type
- Feature
- Prerequisites
- C#RoslynGit