Reporter | Lilia Shamsutdinova (Lilia.Shamsutdinova) |
---|---|
Created | Apr 18, 2018 10:00:24 PM |
Updated | Apr 18, 2018 10:00:24 PM |
Subsystem | Quick Fixes |
Assignee | Andrew Karpov (andrew.karpov) |
Priority | Normal |
State | Submitted |
Type | Feature |
Fix version | 2018.2 |
Affected versions | 2018.1 |
Fixed In Version ReSharper | Undefined |
VsVersion | VS 2017 RTM |
JetBrains ReSharper Ultimate 2018.1 12.0.20180418.033450-eap10d.
Would be nice to have QFs for
- CS8136: "Deconstruction 'var (...)' form disallows a specific type for 'var'". - Replace type with "var" keyword.
- CS8184: "a deconstruction cannot mix declarations and expressions on the left-hand-side." - Maybe give a choice either to combine all declarations in deconstruction or to split declarations.