211 references to Normal
Crossgen2Tasks (2)
ILLink.Tasks (1)
Microsoft.Build (52)
BackEnd\Components\ProjectCache\ProjectCacheService.cs (10)
598_loggingService.LogComment(buildEventContext, MessageImportance.Normal, "ProjectCacheQueryStartedWithDefaultTargets", buildRequest.ProjectFullPath);
602_loggingService.LogComment(buildEventContext, MessageImportance.Normal, "ProjectCacheQueryStartedWithTargetNames", buildRequest.ProjectFullPath, targetNames);
675_loggingService.LogComment(buildEventContext, MessageImportance.Normal, "ProjectCacheHitWithDefaultTargets", buildRequest.ProjectFullPath);
679_loggingService.LogComment(buildEventContext, MessageImportance.Normal, "ProjectCacheHitWithTargetNames", buildRequest.ProjectFullPath, targetNames);
693_loggingService.LogComment(buildEventContext, MessageImportance.Normal, "ProjectCacheMissWithDefaultTargets", buildRequest.ProjectFullPath);
697_loggingService.LogComment(buildEventContext, MessageImportance.Normal, "ProjectCacheMissWithTargetNames", buildRequest.ProjectFullPath, targetNames);
704_loggingService.LogComment(buildEventContext, MessageImportance.Normal, "ProjectCacheNotApplicableWithDefaultTargets", buildRequest.ProjectFullPath);
708_loggingService.LogComment(buildEventContext, MessageImportance.Normal, "ProjectCacheNotApplicableWithTargetNames", buildRequest.ProjectFullPath, targetNames);
1040messageImportance ?? MessageImportance.Normal,
1095messageImportance ?? MessageImportance.Normal,
BackEnd\Components\Scheduler\Scheduler.cs (7)
604loggingService.LogComment(context, MessageImportance.Normal, "DetailedSummaryHeader");
610loggingService.LogComment(context, MessageImportance.Normal, "BuildHierarchyHeader");
2047MessageImportance.Normal,
2436loggingService.LogComment(context, MessageImportance.Normal, "NodeUtilizationHeader", nodeIndices.ToString());
2529loggingService.LogComment(context, MessageImportance.Normal, "NodeUtilizationSummary", utilitzationPercentages.ToString(), (utilizationAverage / (double)_availableNodes.Count) * 100);
2600loggingService.LogComment(context, MessageImportance.Normal, "NodeUtilizationEntry", stringBuilder, duration, accumulatedDuration, durationBar);
2634MessageImportance.Normal,
Microsoft.Build.CommandLine.UnitTests (4)
Microsoft.Build.Engine.UnitTests (38)
BackEnd\NodePackets_Tests.cs (10)
70ExtendedBuildMessageEventArgs extMessage = new("extMsg", "SubCategoryForSchemaValidationErrors", "MSB4000", "file", 1, 2, 3, 4, "message", "help", "sender", MessageImportance.Normal);
74PropertyInitialValueSetEventArgs propInit = new("prop", "val", "propsource", "message", "help", "sender", MessageImportance.Normal);
76PropertyReassignmentEventArgs propReassign = new("prop", "prevValue", "newValue", "loc", "message", "help", "sender", MessageImportance.Normal);
78UninitializedPropertyReadEventArgs uninitializedPropertyRead = new("prop", "message", "help", "sender", MessageImportance.Normal);
234Importance = MessageImportance.Normal,
264new UninitializedPropertyReadEventArgs("prop", "message", "help", "sender", MessageImportance.Normal),
266new PropertyReassignmentEventArgs("prop", "prevValue", "newValue", "loc", "message", "help", "sender", MessageImportance.Normal),
267new PropertyInitialValueSetEventArgs("prop", "val", "propsource", "message", "help", "sender", MessageImportance.Normal),
291new AssemblyLoadBuildEventArgs(AssemblyLoadingContext.Evaluation, "init", "aname", "path", Guid.NewGuid(), "domain", MessageImportance.Normal),
305new ExtendedBuildMessageEventArgs("extWarn", "SubCategoryForSchemaValidationErrors", "MSB4000", "file", 1, 2, 3, 4, "message", "help", "sender", MessageImportance.Normal, DateTime.UtcNow, "arg1")
ConsoleLogger_Tests.cs (6)
573[InlineData(LoggerVerbosity.Quiet, MessageImportance.Normal, false)]
577[InlineData(LoggerVerbosity.Minimal, MessageImportance.Normal, false)]
581[InlineData(LoggerVerbosity.Normal, MessageImportance.Normal, true)]
585[InlineData(LoggerVerbosity.Detailed, MessageImportance.Normal, true)]
589[InlineData(LoggerVerbosity.Diagnostic, MessageImportance.Normal, true)]
879BuildMessageEventArgs bmea = new BuildMessageEventArgs("foo!", null, "sender", MessageImportance.Normal);
Microsoft.Build.Framework (1)
Microsoft.Build.Framework.UnitTests (1)
Microsoft.Build.Tasks.CodeAnalysis (2)
Microsoft.Build.Tasks.CodeAnalysis.Sdk (2)
Microsoft.Build.Tasks.Core (28)
Copy.cs (8)
296Log.LogMessage(MessageImportance.Normal, CreatesDirectory, destinationFolder);
332TryCopyViaLink(HardLinkComment, MessageImportance.Normal, sourceFileState, destinationFileState, out hardLinkCreated, ref errorMessage, (source, destination, errMessage) => NativeMethods.MakeHardLink(destination, source, ref errorMessage, Log));
338Log.LogMessage(MessageImportance.Normal, RetryingAsSymbolicLink, sourceFileState.FileNameFullPath, destinationFileState.FileNameFullPath, errorMessage);
342Log.LogMessage(MessageImportance.Normal, RetryingAsFileCopy, sourceFileState.FileNameFullPath, destinationFileState.FileNameFullPath, errorMessage);
350TryCopyViaLink(SymbolicLinkComment, MessageImportance.Normal, sourceFileState, destinationFileState, out symbolicLinkCreated, ref errorMessage, (source, destination, errMessage) => NativeMethodsShared.MakeSymbolicLink(destination, source, ref errorMessage));
358Log.LogMessage(MessageImportance.Normal, RetryingAsFileCopy, sourceFileState.FileNameFullPath, destinationFileState.FileNameFullPath, errorMessage);
373Log.LogMessage(MessageImportance.Normal, FileComment, sourceFileState.FileNameFullPath, destinationFileState.FileNameFullPath);
396Log.LogMessage(MessageImportance.Normal, linkComment, sourceFileState.FileNameFullPath, destinationFileState.FileNameFullPath);
Microsoft.Build.Tasks.UnitTests (3)
Microsoft.Build.Utilities.Core (9)
Microsoft.DotNet.ApiCompat.Task (1)
Microsoft.DotNet.Build.Tasks.Feed (13)
Microsoft.DotNet.Build.Tasks.Feed.Tests (1)
Microsoft.DotNet.Build.Tasks.Installers (1)
Microsoft.DotNet.Build.Tasks.Packaging (1)
Microsoft.DotNet.Build.Tasks.TargetFramework (1)
Microsoft.DotNet.Build.Tasks.Workloads (1)
Microsoft.DotNet.GenAPI.Task (1)
Microsoft.DotNet.GenFacades (1)
Microsoft.DotNet.Helix.Sdk (4)
Microsoft.DotNet.PackageTesting (1)
Microsoft.DotNet.SharedFramework.Sdk (1)
Microsoft.DotNet.SignTool (2)
Microsoft.DotNet.SwaggerGenerator.MSBuild (1)
Microsoft.Extensions.Logging.MSBuild (2)
MSBuildLogger.cs (2)
55LogLevel.Debug => _loggingHelper.LogsMessagesOfImportance(MessageImportance.Normal),
71_loggingHelper.LogMessage(message.subcategory, message.code, message.helpKeyword, message.file, message.lineNumber ?? 0, message.columnNumber ?? 0, message.endLineNumber ?? 0, message.endColumnNumber ?? 0, MessageImportance.Normal, message.message);
Microsoft.Maui.Controls.Build.Tasks (5)
Microsoft.Maui.Resizetizer (2)
Microsoft.NET.Build.Extensions.Tasks (1)
Microsoft.NET.Build.Tasks (2)
Microsoft.NET.Build.Tasks.UnitTests (2)
Microsoft.NET.Sdk.Publish.Tasks (5)
Microsoft.NET.Sdk.StaticWebAssets.Tasks (9)
MSBuild (4)
MSBuildTaskHost (4)
sdk-tasks (2)