1 write to Profile
Microsoft.DotNet.ProjectTools (1)
LaunchSettings\LaunchProfileParseResult.cs (1)
17
Profile
= profile;
6 references to Profile
dotnet (6)
Commands\Run\Api\RunApiCommand.cs (1)
137
var targetCommand = (Utils.Command)runCommand.GetTargetCommand(result.
Profile
, buildCommand.CreateProjectInstance, cachedRunProperties: null, runPropertiesFromEvaluation: false, logger: null);
Commands\Run\RunCommand.cs (4)
181
if (launchProfileParseResult.
Profile
?.DotNetRunMessages == true)
189
else if (EntryPointFileFullPath is not null && launchProfileParseResult.
Profile
is not ExecutableLaunchProfile)
214
var targetCommand = GetTargetCommand(launchProfileParseResult.
Profile
, projectFactory, cachedRunProperties, runPropertiesFromEvaluation, logger);
217
SendRunTelemetry(launchProfileParseResult.
Profile
, projectBuilder);
Commands\Test\MTP\SolutionAndProjectUtility.cs (1)
600
return result.
Profile
;