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, logger: null);
Commands\Run\RunCommand.cs (4)
185
if (launchProfileParseResult.
Profile
?.DotNetRunMessages == true)
192
else if (EntryPointFileFullPath is not null && launchProfileParseResult.
Profile
is not ExecutableLaunchProfile)
216
var targetCommand = GetTargetCommand(launchProfileParseResult.
Profile
, projectFactory, cachedRunProperties, logger);
219
SendRunTelemetry(launchProfileParseResult.
Profile
, projectBuilder);
Commands\Test\MTP\SolutionAndProjectUtility.cs (1)
564
return result.
Profile
;