The failure only happens on Linux and the number of failures is not stable - sometimes I see 2 sometimes 4. Locally I typically see 4. I suspect we have some kind of GC hole. Example of a failure in ...
With .NET 5 RC2 installed. dotnet new wpf -lang VB using System; using Buildalyzer; using System.Linq; namespace ConsoleApp2 { class Program { static void Main(string[] args) { IProjectAnalyzer ...