9 references to CommonRunHelpers
dotnet (7)
Commands\Run\RunCommand.cs (3)
270
string launchSettingsPath =
CommonRunHelpers
.GetPropertiesLaunchSettingsPath(buildPathContainer, propsDirectory);
274
string runJsonPath =
CommonRunHelpers
.GetFlatLaunchSettingsPath(buildPathContainer, appName);
417
var globalProperties =
CommonRunHelpers
.GetGlobalPropertiesFromArgs(msbuildArgs);
Commands\Test\MTP\MSBuildUtility.cs (2)
40
using var collection = new ProjectCollection(globalProperties:
CommonRunHelpers
.GetGlobalPropertiesFromArgs(msbuildArgs), loggers: logger is null ? null : [logger], toolsetDefinitionLocations: ToolsetDefinitionLocations.Default);
62
using var collection = new ProjectCollection(globalProperties:
CommonRunHelpers
.GetGlobalPropertiesFromArgs(msbuildArgs), logger is null ? null : [logger], toolsetDefinitionLocations: ToolsetDefinitionLocations.Default);
Commands\Test\MTP\SolutionAndProjectUtility.cs (2)
373
var launchSettingsPath =
CommonRunHelpers
.GetPropertiesLaunchSettingsPath(projectDirectory, appDesignerFolder);
376
var runJsonPath =
CommonRunHelpers
.GetFlatLaunchSettingsPath(projectDirectory, projectNameWithoutExtension);
dotnet-watch (2)
Process\LaunchSettingsProfile.cs (2)
34
var launchSettingsPath =
CommonRunHelpers
.GetPropertiesLaunchSettingsPath(projectDirectory, "Properties");
38
var runJsonPath =
CommonRunHelpers
.GetFlatLaunchSettingsPath(projectDirectory, projectNameWithoutExtension);