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

RSRP-44418: 'Copy Type' cannot handle type aliases

$
0
0
Reporter Vladimir Reshetnikov (nikov) Vladimir Reshetnikov (nikov)
Created Jun 28, 2007 3:15:04 PM
Updated Apr 10, 2018 11:40:50 AM
Resolved Apr 10, 2018 11:40:50 AM
Subsystem Refactorings
Assignee Alisa Afonina (alisa.afonina)
Priority Normal
State Obsolete
Type Bug
Fix version Backlog
Affected versions No Affected versions
Fixed In Version ReSharper Undefined
VsVersion All Versions
using B = System.Collections.Generic.List<A>;
class A
{
B[] x = {};
}

Copy 'A' to 'C':

class C
{
List[] x = {}; // error CS0246: The type or namespace name 'List' could not be found
}

Viewing all articles
Browse latest Browse all 106942

Trending Articles



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