8 references to IsTestingPlatformApplication
dotnet (8)
Commands\Test\MTP\MSBuildHandler.cs (1)
93
logMessageBuilder.AppendLine($"{ProjectProperties.
IsTestingPlatformApplication
}: {module.IsTestingPlatformApplication}");
Commands\Test\MTP\SolutionAndProjectUtility.cs (7)
235
Logger.LogTrace($"Loaded project '{Path.GetFileName(projectFilePath)}' with TargetFramework '{targetFramework}', TargetFrameworks '{targetFrameworks}', IsTestProject '{projectInstance.GetPropertyValue(ProjectProperties.IsTestProject)}', and '{ProjectProperties.
IsTestingPlatformApplication
}' is '{projectInstance.GetPropertyValue(ProjectProperties.
IsTestingPlatformApplication
)}'.");
265
Logger.LogTrace($"Loaded inner project '{Path.GetFileName(projectFilePath)}' has '{ProjectProperties.
IsTestingPlatformApplication
}' = '{projectInstance.GetPropertyValue(ProjectProperties.
IsTestingPlatformApplication
)}' (TFM: '{framework}').");
279
Logger.LogTrace($"Loaded inner project '{Path.GetFileName(projectFilePath)}' has '{ProjectProperties.
IsTestingPlatformApplication
}' = '{projectInstance.GetPropertyValue(ProjectProperties.
IsTestingPlatformApplication
)}' (TFM: '{framework}').");
301
_ = bool.TryParse(project.GetPropertyValue(ProjectProperties.
IsTestingPlatformApplication
), out bool isTestingPlatformApplication);