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

RSRP-468975: Support: CS8179: Predefined type 'System.ValueTuple`2' is not defined or imported (23, 9)

$
0
0
Reporter Alexander Ulitin (alexander.ulitin) Alexander Ulitin (alexander.ulitin)
Created Mar 29, 2018 1:58:05 PM
Updated Apr 18, 2018 5:20:29 PM
Resolved Apr 18, 2018 5:20:29 PM
Subsystem Code Analysis - C#
Assignee Andrew Karpov (andrew.karpov)
Priority Major
State Fixed
Type Bug
Fix version 2018.1.1
Affected versions No Affected versions
Fixed In Version ReSharper Undefined
VsVersion All Versions
Project 1 (with ValueTuple reference)
namespace App1
{
public static class Program
{
public static (int, int) Method()
{
return (1, 1);
}
}
}
Project 2 (no ValueTuple reference)
namespace App2
{
class Program
{
static void Main(string[] args)
{
var (item1, item2) = App1.Program.Method();
}
}
}

Viewing all articles
Browse latest Browse all 106942

Trending Articles



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