8 references to IsTestingPlatformApplication
dotnet (8)
Commands\Test\MTP\MSBuildHandler.cs (1)
165
logMessageBuilder.AppendLine($"{ProjectProperties.
IsTestingPlatformApplication
}: {module.IsTestingPlatformApplication}");
Commands\Test\MTP\SolutionAndProjectUtility.cs (7)
227
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
)}'.");
257
Logger.LogTrace($"Loaded inner project '{Path.GetFileName(projectFilePath)}' has '{ProjectProperties.
IsTestingPlatformApplication
}' = '{projectInstance.GetPropertyValue(ProjectProperties.
IsTestingPlatformApplication
)}' (TFM: '{framework}').");
271
Logger.LogTrace($"Loaded inner project '{Path.GetFileName(projectFilePath)}' has '{ProjectProperties.
IsTestingPlatformApplication
}' = '{projectInstance.GetPropertyValue(ProjectProperties.
IsTestingPlatformApplication
)}' (TFM: '{framework}').");
293
_ = bool.TryParse(project.GetPropertyValue(ProjectProperties.
IsTestingPlatformApplication
), out bool isTestingPlatformApplication);