1 write to Warnings
dotnet (1)
ToolPackage\ToolConfiguration.cs (1)
38Warnings = warnings ?? [];
4 references to Warnings
dotnet (1)
ToolPackage\ToolPackageInstance.cs (1)
101Warnings = toolConfiguration.Warnings;
Microsoft.DotNet.PackageInstall.Tests (3)
ToolConfigurationDeserializerTests.cs (3)
43toolConfiguration.Warnings.First().Should().Be(CliStrings.FormatVersionIsMissing); 51toolConfiguration.Warnings.First().Should().Be(CliStrings.FormatVersionIsHigher); 59toolConfiguration.Warnings.Should().BeEmpty();