1 implementation of CreateShim
dotnet (1)
ShellShim\ShellShimRepository.cs (1)
24public void CreateShim(ToolCommand toolCommand, IReadOnlyList<FilePath> packagedShims = null)
6 references to CreateShim
dotnet (1)
Commands\Tool\Install\ToolInstallGlobalOrToolPathCommand.cs (1)
226shellShimRepository.CreateShim(newInstalledPackage.Command, newInstalledPackage.PackagedShims);
dotnet.Tests (5)
ShellShimTests\ShellShimRepositoryTests.cs (5)
160shellShimRepository.CreateShim(command); 210shellShimRepository.CreateShim(command); 270shellShimRepository.CreateShim(command); 301shellShimRepository.CreateShim(command); 339shellShimRepository.CreateShim(command);