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)
132
var targetCommand = (Utils.Command)runCommand.GetTargetCommand(result.
Profile
, buildCommand.CreateProjectInstance, cachedRunProperties: null, logger: null);
Commands\Run\RunCommand.cs (4)
184
if (launchProfileParseResult.
Profile
?.DotNetRunMessages == true)
191
else if (EntryPointFileFullPath is not null && launchProfileParseResult.
Profile
is not ExecutableLaunchProfile)
215
var targetCommand = GetTargetCommand(launchProfileParseResult.
Profile
, projectFactory, cachedRunProperties, logger);
218
SendRunTelemetry(launchProfileParseResult.
Profile
, projectBuilder);
Commands\Test\MTP\SolutionAndProjectUtility.cs (1)
416
return result.
Profile
;