Reporter | Lilia Shamsutdinova (Lilia.Shamsutdinova) |
---|---|
Created | Apr 19, 2018 12:24:21 PM |
Updated | Apr 19, 2018 12:24:21 PM |
Subsystem | Code Analysis - C# |
Assignee | Ivan Serduk (IvanSerduk) |
Priority | Normal |
State | Submitted |
Type | Feature |
Fix version | Backlog |
Affected versions | 2018.1 |
Fixed In Version ReSharper | Undefined |
VsVersion | VS 2017 RTM |
JetBrains ReSharper Ultimate 2018.1 12.0.20180418.213521-eap10d.
Would be nice:
- if several Deconstruct methods in class have the same amount of parameters then suggest user to leave only one such method.
- if child Deconstruct method has the same amount of parameters as Parent/Extension one then warn that child Deconstruct overrides others.