dotnet / roslyn

The Roslyn .NET compiler provides C# and Visual Basic languages with rich code analysis APIs.
https://docs.microsoft.com/dotnet/csharp/roslyn-sdk/
MIT License
19.11k stars 4.04k forks source link

CSharpAddMissingReference.InvokeSomeFixesInCSharpThenVerifyReferences Fails #34091

Open JoeRobich opened 5 years ago

JoeRobich commented 5 years ago

Test Logs

System.Exception : Marker 'y.goo' not found in text: using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;

namespace ConsoleApplication1
{
 class Program
 {
 static void Main(string[] args)
 {
 }
 }
}
JoeRobich commented 5 years ago

Saw this again: Test Logs

JoeRobich commented 5 years ago

Saw this again: Test Logs