9 references to HasExtension
dotnet (9)
Commands\Solution\Migrate\SolutionMigrateCommand.cs (1)
23
if (slnFileFullPath.
HasExtension
(".slnx"))
Commands\Solution\SolutionArgumentValidator.cs (4)
35
var slnFile = _arguments.FirstOrDefault(path => path.
HasExtension
(".sln") || path.
HasExtension
(".slnx"));
52
var projectArgs = string.Join(" ", _arguments.Where(path => !path.
HasExtension
(".sln") && !path.
HasExtension
(".slnx")));
Commands\Test\MTP\MSBuildUtility.cs (1)
32
string rootDirectory = solutionFilePath.
HasExtension
(".slnf") ?
Commands\Test\MTP\SolutionAndProjectUtility.cs (1)
314
if (string.IsNullOrEmpty(runProperties.Command) || runProperties.Command.
HasExtension
(CliConstants.DLLExtension))
Commands\Test\MTP\TestModulesFilterHandler.cs (1)
55
RunProperties runProperties = testModule.
HasExtension
(CliConstants.DLLExtension)
SlnFileFactory.cs (1)
68
if (solutionPath.
HasExtension
(".slnf"))