13 references to Path
dotnet (1)
CommandFactory\CommandFactoryUsingResolver.cs (1)
105FileName = commandSpec.Path,
dotnet.Tests (12)
CommandFactoryTests\GivenAnAppBaseCommandResolver.cs (3)
63var commandFile = Path.GetFileNameWithoutExtension(result.Path); 149var commandFile = Path.GetFileName(result.Path); 174var commandFile = Path.GetFileName(result.Path);
CommandFactoryTests\GivenAProjectDependencyCommandResolver.cs (1)
52var commandFile = Path.GetFileNameWithoutExtension(result.Path);
CommandFactoryTests\GivenAProjectPathCommandResolver.cs (4)
106var commandFile = Path.GetFileNameWithoutExtension(result.Path); 156var commandFileName = Path.GetFileName(result.Path); 204var commandFile = Path.GetFileName(result.Path); 230var commandFile = Path.GetFileName(result.Path);
CommandFactoryTests\GivenAProjectToolsCommandResolver.cs (1)
127var commandFile = Path.GetFileNameWithoutExtension(result.Path);
CommandFactoryTests\GivenARootedCommandResolver.cs (3)
58result.Path.Should().Be(commandResolverArguments.CommandName); 75result.Path.Should().Be(commandResolverArguments.CommandName); 94result.Path.Should().Be(commandResolverArguments.CommandName);