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