|
Project
|
ReSharper
|
|
Priority
|
Show-stopper |
|
Type
|
Bug |
|
Fix versions
|
2.5.2 |
|
State
|
Fixed |
|
Assignee
|
Sergey Coox |
|
Subsystem
|
No subsystem |
|
Affected versions
|
No Affected versions |
|
Fixed in build
|
No Fixed in build |
If you open the ParameterManager class, you will see Resharper indicates a number of problems, none of which exist in reality as the project builds.
There are two ways to make Resharper think it is actually correct. The first is to remove the Parameter.csd embedded resource from the solution.
The second is to change the namespace of ParameterManager to match that of the Parameter class.
Hopefully this helps you guys fix this once and for all - as you can see it is a major showstopper for us when most of the class files show this sort of highlighting behaviour which has downstream impacts on using statements etc.