Quantcast
Channel: YouTrackReSharper (RSRP) - Bug and Issue Tracker
Viewing all articles
Browse latest Browse all 106942

RSRP-212469: Import popup logic problem in C#

$
0
0
Reporter Olga Lobacheva (olka) Olga Lobacheva (olka)
Created Feb 7, 2011 6:19:27 PM
Updated Jan 16, 2012 4:38:37 PM
Priority Normal
Type Bug
Fix versions No Fix versions
State Submitted
Assignee Alexey Kuptsov (alexey.kuptsov)
Subsystem No subsystem
Affected versions No Affected versions
Fixed in build No Fixed in build
ReSharper shows me popup with suggestion to import namespace 'MyNamespace'. But what the reason?

using System;

namespace MyNamespace
{
    public class B<T>
    {        
    }
}

public struct B<T>
{
    public void Foo()
    {
        B{caret} x = null;
    }
}

Viewing all articles
Browse latest Browse all 106942

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>