2 writes to Warnings
Microsoft.DotNet.MSBuildSdkResolver.Tests (2)
GivenAnMSBuildSdkResolver.cs (2)
940Warnings = warnings; 963Warnings = warnings;
18 references to Warnings
Microsoft.DotNet.MSBuildSdkResolver.Tests (18)
GivenAnMSBuildSdkResolver.cs (18)
49result.Warnings.Should().BeNullOrEmpty(); 73result.Warnings.Should().BeNullOrEmpty(); 98result.Warnings.Should().BeNullOrEmpty(); 125result.Warnings.Should().BeNullOrEmpty(); 146result.Warnings.Should().BeNullOrEmpty(); 172result.Warnings.Should().BeNullOrEmpty(); 218result.Warnings.Should().BeNullOrEmpty(); 290result.Warnings.Should().BeNullOrEmpty(); 341result.Warnings.Should().BeEquivalentTo(new[] { "Unable to locate the .NET SDK version '1.2.3' as specified by global.json, please check that the specified version is installed." }); 363result.Warnings.Should().BeNullOrEmpty(); 386result.Warnings.Should().BeNullOrEmpty(); 408result.Warnings.Should().BeNullOrEmpty(); 430result.Warnings.Should().BeNullOrEmpty(); 457result.Warnings.Should().BeNullOrEmpty(); 485result.Warnings.Should().BeNullOrEmpty(); 517result.Warnings.Should().BeNullOrEmpty(m); 559result.Warnings.Should().BeNullOrEmpty(); 588result.Warnings.Should().BeNullOrEmpty();