-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Offer add parameter to constructor refactoring for all applicable con…
…structors (#34041) * Fixes 33603 and 33623 * Respond to feedback * Fix spelling/random characters Co-Authored-By: chborl <chborl@users.noreply.github.com> * Use IsEmpty property Co-Authored-By: chborl <chborl@users.noreply.github.com> * remove unneeded null check * Configure await false Co-Authored-By: chborl <chborl@users.noreply.github.com> * refactor null check Co-Authored-By: chborl <chborl@users.noreply.github.com> * Respond to feedback and refactor * Wrap long lines * Update test comments Co-Authored-By: chborl <chborl@users.noreply.github.com> * Change .AsImmutableOrNull to .ToImmutableAndFree Co-Authored-By: chborl <chborl@users.noreply.github.com> * Fix test doc comments * Apply suggestions from code review Update doc comment Co-Authored-By: chborl <chborl@users.noreply.github.com>
- Loading branch information
Showing
22 changed files
with
1,104 additions
and
118 deletions.
There are no files selected for viewing
454 changes: 446 additions & 8 deletions
454
...omMembers/AddConstructorParametersFromMembers/AddConstructorParametersFromMembersTests.cs
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.