Xavier Pinho
Xavier Pinho
I can consistently reproduce this hanging: * Clone the example project https://github.com/HooliCorp/Goatly.NET * Clone this example program https://github.com/xavierpinho/BuildalyzerDemo * Run `dotnet run --project BuildalyzerDemo/BuildalyzerDemo.csproj ` * (Hangs for 10 full...
Moreover, just noticed that the hanging is gone once we pass a TargetFramework property to MSBuild. See, e.g. https://github.com/xavierpinho/BuildalyzerDemo/blob/master/BuildalyzerDemo/Program.cs#L15. Rings any bell, perhaps?
This sample parses without issues, it's just that we don't have a representation for member calls with the do-end notation yet. See #3928