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

RSRP-116464: Check array index produces invalid choice ("Count")

$
0
0
Reporter Alexander Zverev (alexander.zverev) Alexander Zverev (alexander.zverev)
Created Aug 3, 2009 8:03:23 PM
Updated Apr 6, 2018 4:26:35 PM
Subsystem Context Actions
Assignee Alisa Afonina (alisa.afonina)
Priority Major
State Open
Type Bug
Fix version Backlog
Affected versions 2018.1
Fixed In Version ReSharper Undefined
VsVersion All Versions
class A
{
void Foo()
{
var ints = new int[11];
int x = 78;
int i = ints.CopyTo(xx, 11); // on 11
}
}

Viewing all articles
Browse latest Browse all 106942

Trending Articles