146 references to LogMessage
HelixTasks (2)
installer.tasks (4)
Microsoft.Build.Engine.UnitTests (3)
Microsoft.Build.Tasks.CodeAnalysis (2)
Microsoft.Build.Tasks.CodeAnalysis.Sdk (2)
Microsoft.Build.Tasks.Core (2)
Microsoft.Build.Utilities.UnitTests (1)
Microsoft.DotNet.ApiCompat (1)
Microsoft.DotNet.Arcade.Sdk (8)
Microsoft.DotNet.Build.Tasks.Feed (10)
Microsoft.DotNet.Build.Tasks.Installers (1)
Microsoft.DotNet.Build.Tasks.Packaging (2)
Microsoft.DotNet.Build.Tasks.TargetFramework (1)
Microsoft.DotNet.Build.Tasks.Workloads (2)
Microsoft.DotNet.GenFacades (1)
Microsoft.DotNet.Helix.Sdk (35)
Microsoft.DotNet.PackageTesting (1)
Microsoft.DotNet.SharedFramework.Sdk (1)
Microsoft.DotNet.SignTool (11)
Microsoft.Maui.Resizetizer (6)
Microsoft.NET.Build.Containers (6)
Microsoft.NET.Sdk.BlazorWebAssembly.Tasks (1)
Microsoft.NET.Sdk.Publish.Tasks (11)
Microsoft.NET.Sdk.StaticWebAssets.Tasks (22)
ResolveStaticWebAssetsEmbeddedProjectConfiguration.cs (10)
60Log.LogMessage("Evaluating rules for target framework: '{0}'", targetFramework);
63Log.LogMessage("Evaluate rule: '{0}'", rule.Id);
66Log.LogMessage("Rule matches target framework: '{0}'", rule.Id);
88Log.LogMessage($"Removing configuration '{configurationsToRemove.GetMetadata("AdditonalProperties")}' because it is embedded.");
109Log.LogMessage("Project configuration not applicable due to framework mismatch: '{0}' != '{1}'", rule.TargetFramework, configuration.TargetFramework);
117Log.LogMessage("Project configuration not applicable due to framework identifier mismatch: '{0}' != '{1}'", rule.TargetFrameworkIdentifier, configuration.TargetFrameworkIdentifier);
125Log.LogMessage("Project configuration not applicable due to framework version mismatch: '{0}' != '{1}'", rule.TargetFrameworkVersion, configuration.TargetFrameworkVersion);
133Log.LogMessage("Project configuration not applicable due to platform mismatch: '{0}' != '{1}'", rule.Platform, configuration.Platform);
141Log.LogMessage("Project configuration not applicable due to platform version mismatch: '{0}' != '{1}'", rule.PlatformVersion, configuration.PlatformVersion);
145Log.LogMessage("Project configuration applicable: '{0}'", configuration.TargetFramework);
PortableTask (3)
sdk-tasks (4)
SemanticSearch.BuildTask (2)
TaskWithDependency (1)