You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// For all files in the testdata folder relevant to the testname, ensures they match the result of the conversion.
20
21
/// Any extra files generated by the conversion are ignored.
21
22
/// </summary>
23
+
[Collection("Uses MSBuild - everything using MSBuild must be in the same XUnit collection to avoid parallel builds which fail due to https://github.com/dotnet/roslyn/issues/30096")]
22
24
publicclassProjectConverterTestBase
23
25
{
24
26
/// <summary>
@@ -28,14 +30,18 @@ public class ProjectConverterTestBase
0 commit comments