Project
ReSharper
Priority
Critical
Type
Bug
Fix versions
6.1
State
Open
Assignee
Evgeny Pasynkov
Subsystem
Code Analysis
Affected versions
No Affected versions
Fixed in build
No Fixed in build
  • Created by   Vladimir Reshetnikov
    5 years ago (06 Oct 2006 14:48)
  • Updated by   Slava Trenogin
    3 months ago (13 Oct 2011 13:56)
  • Jira: RSRP-29446
    (history, comments)
 
RSRP-29446 error CS0146 (Circular base class dependency involving 'A' and 'A.B') is not detected
1
Issue is visible to: All Users
  The issue is visible to the selected user group only
class A : A.B // error CS0146: Circular base class dependency involving 'A' and 'A.B'
{
    public class B {}
}
Comments (0)
 
History
 
Linked Issues (?)
 
TeamCity Changes (0)
 
Issue has no comments