Reporter | Alex Berezoutsky (fergard) |
---|---|
Created | Feb 10, 2012 5:44:03 PM |
Updated | Feb 10, 2012 5:46:06 PM |
Priority | Show-stopper |
Type | Bug |
Fix versions | Next |
State | Submitted |
Assignee | Evgeny Pasynkov (pasynkov) |
Subsystem | No subsystem |
Affected versions | 6.1.1 |
Fixed in build | No Fixed in build |
We have a problem, that R# reports compiler errors where no error exist.
This error behavior belongs to auto implemented private accessor. It seems that the accessor is unresolved.
The error behavior even exist in visual studio auto generated unmodifed code.
I saw, there are some postings in the community available concerning the stuff, but I donot found a solution.
Rebuilds, remove caches does not fit the problem.
For the module StatusDisplayControl.cs visualstudi generate StatusDisplayControlTest.cs
The error occur in module StatusDisplayControlTest.cs line
# 162 tableDisplay
# 176 e
# 263 displayControl
# 276 list
This error behavior belongs to auto implemented private accessor. It seems that the accessor is unresolved.
The error behavior even exist in visual studio auto generated unmodifed code.
I saw, there are some postings in the community available concerning the stuff, but I donot found a solution.
Rebuilds, remove caches does not fit the problem.
For the module StatusDisplayControl.cs visualstudi generate StatusDisplayControlTest.cs
The error occur in module StatusDisplayControlTest.cs line
# 162 tableDisplay
# 176 e
# 263 displayControl
# 276 list