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