Reporter |
|
---|---|
Created | Feb 10, 2015 4:27:12 AM |
Updated | Aug 13, 2015 10:46:13 AM |
Assignee | Eugene Strizhok (Eugene_Strizhok) |
Priority | Critical |
State | Submitted |
Type | Usability Problem |
Target Wave | wave03 |
Fixed In Wave | Undefined |
Affected Wave | No affected wave |
Subsystem | Code Style - Cleanup |
Fix versions | 9.2 |
Affected versions | 9.0 |
Fixed in builds | No Fixed in build |
VsVersion | All Versions |
Hi, thread: https://devnet.jetbrains.com/thread/459726
Base dilemma is I have difficulties fixing so RS 9 applies to our code style. in RS 7.1 we had a setting "always use var in foreach" during code cleanup, and then we used the "use var when evident" or similar in RS 7.1.
I cannot get this to work in RS 9, how do I define so we treat foreach-cases (since here var vs explicit type differs in behavior) differently than the rest of cases?
Base dilemma is I have difficulties fixing so RS 9 applies to our code style. in RS 7.1 we had a setting "always use var in foreach" during code cleanup, and then we used the "use var when evident" or similar in RS 7.1.
I cannot get this to work in RS 9, how do I define so we treat foreach-cases (since here var vs explicit type differs in behavior) differently than the rest of cases?