History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: RSRP-29446
Type: Bug Bug
Status: Open Open
Priority: Normal Normal
Assignee: Eugene Pasynkov
Reporter: Vladimir Reshetnikov
Votes: 0
Watchers: 1
Operations

If you were logged in you would be able to see more operations.
ReSharper

error CS0146 (Circular base class dependency involving 'A' and 'A.B') is not detected

Created: 06 Oct 06 13:48   Updated: 28 Aug 08 14:39
Component/s: Code Analysis
Fix Version/s: 4.5
Security Level: Everybody (All jira users)

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown

Build: 263


 Description  « Hide
class A : A.B // error CS0146: Circular base class dependency involving 'A' and 'A.B'
{
    public class B {}
}


 All   Comments   Work Log   Change History      Sort Order:
There are no comments yet on this issue.