1 write to DotNetRunMessages
dotnet (1)
Commands\Run\LaunchSettings\ProjectLaunchSettingsProvider.cs (1)
66
config.
DotNetRunMessages
= dotNetRunMessages;
2 references to DotNetRunMessages
dotnet (2)
Commands\Run\LaunchSettings\ProjectLaunchSettingsProvider.cs (1)
59
else if (string.Equals(property.Name, nameof(ProjectLaunchSettingsModel.
DotNetRunMessages
), StringComparison.OrdinalIgnoreCase))
Commands\Run\RunCommand.cs (1)
130
if (string.Equals("true", launchSettings?.
DotNetRunMessages
, StringComparison.OrdinalIgnoreCase))