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