3 implementations of Warnings
dotnet (1)
ToolPackage\ToolPackageInstance.cs (1)
20public IEnumerable<string> Warnings { get; private set; }
Microsoft.DotNet.Tools.Tests.ComponentMocks (2)
ToolPackageDownloaderMock.cs (1)
347public IEnumerable<string>? Warnings { get; set; }
ToolPackageMock.cs (1)
55public IEnumerable<string> Warnings => _warnings;
1 reference to Warnings
dotnet (1)
Commands\Tool\Install\ToolInstallGlobalOrToolPathCommand.cs (1)
229foreach (string w in newInstalledPackage.Warnings)