4 references to ToolConfiguration
dotnet (1)
ToolPackage\ToolConfigurationDeserializer.cs (1)
83return new ToolConfiguration(
Microsoft.DotNet.PackageInstall.Tests (2)
ToolConfigurationDeserializerTests.cs (2)
66Action a = () => new ToolConfiguration(invalidCommandName, "my.dll", "dotnet"); 80Action a = () => new ToolConfiguration(invalidCommandName, "my.dll", "dotnet");
Microsoft.DotNet.Tools.Tests.ComponentMocks (1)
ToolPackageDownloaderMock2.cs (1)
177return new ToolConfiguration(DefaultToolCommandName, FakeEntrypointName, "dotnet");