Reporter | Michael Naumov (mnaoumov) |
---|---|
Created | Jan 31, 2012 10:39:29 AM |
Updated | Mar 25, 2012 8:41:56 PM |
Priority | Normal |
Type | Bug |
Fix versions | No Fix versions |
State | Submitted |
Assignee | Sergey Coox (coox) |
Subsystem | Code Analysis |
Affected versions | 6.1.1 |
Fixed in build | No Fixed in build |
In .Master files ReSharper treats
as errors.
When I press F12 on that highlighted class "Namespace.MyMaster" it suggests two choices
1. Class from current project;
2. The same class from bin\Debug\MyAssembly.dll. I know that because it shown as Namespace.MyMaster, Version=1.0.0.0
Inherits="Namespace.MyMaster"
as errors.
When I press F12 on that highlighted class "Namespace.MyMaster" it suggests two choices
1. Class from current project;
2. The same class from bin\Debug\MyAssembly.dll. I know that because it shown as Namespace.MyMaster, Version=1.0.0.0