ReSharper Compatibility

PROBLEM

With ReSharper installed, you receive Cannot resolve symbol error messages in Test Studio code-behind files.

 

SOLUTION

ReSharper is warning you that it cannot locate the definition of the element in the project. The problem is that element definitions are kept in our Pages.g.cs(vb) file. This file is not included in the Visual Studio test project, but is included during project builds using an internal custom build task that is defined by Telerik Test Studio. 

 

The error message is benign and can be safely ignored.