"Deconstruct variable declaration" should not introduce errors#25282
"Deconstruct variable declaration" should not introduce errors#25282jinujoseph merged 2 commits intodotnet:masterfrom
Conversation
… the variable is also a tuple
| { | ||
| void M() | ||
| { | ||
| (string name, int age) [|person|] = default; |
|
@dotnet/roslyn-ide Please review and merge this community PR. Thanks |
|
@Pilchie Do we need some kind of ask-mode approval for master? If yes, could you approve? |
|
@jcouv no master doesn't need ask mode approval. |
|
I don't know what's going on 😕 it says |
|
confirmed with @jasonmalinowski , known issue ..merging this ..Thanks @Neme12 |
|
Wait, it seems like a real issue, |
|
I'm afraid this is going to break the build :( |
|
@jcouv @jinujoseph @jasonmalinowski I think this is going to break the build :-/ This was a real build issue, the using was removed in this PR #25643 I created a PR to fix it #25689 |
|
@Neme12 No problem, thanks for the fix 😄 |
|
Don't worry, we award our build break squirrel to whoever hit the merge button, so @jinujoseph now gets to keep it company. |
|
I've checked out the latest bits from master after this PR was merged and I'm indeed seeing the build break. |
|
@Neme12 don't worry ...it was my mistake , i deserve the squirrel , thanks for the fix |
fixes #25260