1 type derived from TaskLoggingHelper
Microsoft.Build.Tasks.Core (1)
TaskLoggingHelperExtension.cs (1)
33class TaskLoggingHelperExtension : TaskLoggingHelper
53 instantiations of TaskLoggingHelper
installer.tasks (1)
BuildTask.cs (1)
15get { return _log ??= new TaskLoggingHelper(this); }
Microsoft.Build.Tasks.Core (4)
CodeTaskFactory.cs (1)
1139TaskLoggingHelper log = new TaskLoggingHelper(taskFactoryLoggingHost, taskName)
RoslynCodeTaskFactory\RoslynCodeTaskFactory.cs (2)
147TaskLoggingHelper taskInvocationLog = new TaskLoggingHelper(taskFactoryLoggingHost, _taskName) 170_log = new TaskLoggingHelper(taskFactoryLoggingHost, taskName)
XamlTaskFactory\XamlTaskFactory.cs (1)
274TaskLoggingHelper log = new TaskLoggingHelper(taskFactoryLoggingHost, taskName)
Microsoft.Build.Tasks.UnitTests (18)
AssemblyDependency\ResolveAssemblyReferenceCacheSerialization.cs (1)
30_taskLoggingHelper = new TaskLoggingHelper(new MockEngine(), "TaskA")
ResolveSDKReference_Tests.cs (9)
192TaskLoggingHelper log1 = new TaskLoggingHelper(engine1, "ResolveSDKReference"); 210TaskLoggingHelper log2 = new TaskLoggingHelper(engine2, "ResolveSDKReference"); 228TaskLoggingHelper log3 = new TaskLoggingHelper(engine3, "ResolveSDKReference"); 246TaskLoggingHelper log3a = new TaskLoggingHelper(engine3a, "ResolveSDKReference"); 268TaskLoggingHelper log4 = new TaskLoggingHelper(engine4, "ResolveSDKReference"); 285TaskLoggingHelper log5 = new TaskLoggingHelper(engine5, "ResolveSDKReference"); 315TaskLoggingHelper log = new TaskLoggingHelper(engine, "ResolveSDKReference"); 357TaskLoggingHelper log = new TaskLoggingHelper(engine, "ResolveSDKReference"); 387log = new TaskLoggingHelper(engine, "ResolveSDKReference");
RoslynCodeTaskFactory_Tests.cs (8)
972TaskLoggingHelper log = new TaskLoggingHelper(buildEngine, TaskName) 998TaskLoggingHelper log = new TaskLoggingHelper(buildEngine, TaskName) 1339TaskLoggingHelper log = new TaskLoggingHelper(mockEngine, "TestTask") 1390TaskLoggingHelper log = new TaskLoggingHelper(mockEngine, "AbsolutePathTask") 1436TaskLoggingHelper log = new TaskLoggingHelper(mockEngine, "SharedTask") 1474TaskLoggingHelper log = new TaskLoggingHelper(mockEngine, "EmptyPathTask") 1513TaskLoggingHelper log = new TaskLoggingHelper(mockEngine, "Task") 1552TaskLoggingHelper log = new TaskLoggingHelper(mockEngine, "NonExistentTask")
Microsoft.Build.Utilities.Core (4)
AppDomainIsolatedTask.cs (1)
31Log = new TaskLoggingHelper(this);
Task.cs (1)
24Log = new TaskLoggingHelper(this);
ToolTask.cs (2)
72LogPrivate = new TaskLoggingHelper(this) 78LogShared = new TaskLoggingHelper(this)
Microsoft.DotNet.Build.Manifest.Tests (1)
BuildModelFactoryTests.cs (1)
48_taskLoggingHelper = new TaskLoggingHelper(_stubTask);
Microsoft.DotNet.Build.Tasks.Feed.Tests (9)
GeneralTests.cs (4)
87new Microsoft.Build.Utilities.TaskLoggingHelper(new StubTask()), 114new Microsoft.Build.Utilities.TaskLoggingHelper(new StubTask()), 132var taskLoggingHelper = new Microsoft.Build.Utilities.TaskLoggingHelper(new StubTask()); 166var taskLoggingHelper = new Microsoft.Build.Utilities.TaskLoggingHelper(new StubTask());
LatestLinksManagerTests.cs (5)
80var taskLoggingHelper = new Microsoft.Build.Utilities.TaskLoggingHelper(new StubTask()); 124var taskLoggingHelper = new Microsoft.Build.Utilities.TaskLoggingHelper(new StubTask()); 154var taskLoggingHelper = new TaskLoggingHelper(new StubTask()); 191var taskLoggingHelper = new TaskLoggingHelper(new StubTask()); 228var taskLoggingHelper = new TaskLoggingHelper(new StubTask());
Microsoft.DotNet.Build.Tasks.Installers (1)
src\Common\Internal\BuildTask.cs (1)
18get { return _log ??= new Log(new TaskLoggingHelper(this)); }
Microsoft.DotNet.Build.Tasks.Packaging (1)
src\Common\Internal\BuildTask.cs (1)
18get { return _log ??= new Log(new TaskLoggingHelper(this)); }
Microsoft.DotNet.Build.Tasks.TargetFramework (1)
src\Common\Internal\BuildTask.cs (1)
18get { return _log ??= new Log(new TaskLoggingHelper(this)); }
Microsoft.DotNet.Build.Tasks.Workloads (1)
src\Common\Internal\BuildTask.cs (1)
18get { return _log ??= new Log(new TaskLoggingHelper(this)); }
Microsoft.DotNet.CMake.Sdk (1)
src\Common\Internal\BuildTask.cs (1)
18get { return _log ??= new Log(new TaskLoggingHelper(this)); }
Microsoft.DotNet.GenAPI (1)
src\Common\Internal\BuildTask.cs (1)
18get { return _log ??= new Log(new TaskLoggingHelper(this)); }
Microsoft.DotNet.GenFacades (1)
src\Common\Internal\BuildTask.cs (1)
18get { return _log ??= new Log(new TaskLoggingHelper(this)); }
Microsoft.DotNet.PackageTesting (1)
src\Common\Internal\BuildTask.cs (1)
18get { return _log ??= new Log(new TaskLoggingHelper(this)); }
Microsoft.DotNet.SharedFramework.Sdk (1)
src\Common\Internal\BuildTask.cs (1)
18get { return _log ??= new Log(new TaskLoggingHelper(this)); }
Microsoft.DotNet.SignTool.Tests (6)
SignToolTests.cs (6)
421var fakeLog = new TaskLoggingHelper(fakeBuildEngine, "TestLog"); 499var fakeLog = new TaskLoggingHelper(fakeBuildEngine, "TestLog"); 570var fakeLog = new TaskLoggingHelper(fakeBuildEngine, "TestLog"); 3717var fakeLog = new TaskLoggingHelper(fakeBuildEngine, "TestLog"); 3846new TaskLoggingHelper(new FakeBuildEngine(_output), "SignToolTests"), 3853var fakeLog = new TaskLoggingHelper(fakeBuildEngine, "SignToolTests");
Microsoft.Maui.Controls.Build.Tasks (1)
XamlTask.cs (1)
29 LoggingHelper = new TaskLoggingHelper(this);
249 references to TaskLoggingHelper
Crossgen2Tasks (3)
CommonFilePulledFromSdkRepo\LogAdapter.cs (1)
8internal sealed class LogAdapter(TaskLoggingHelper taskLogger) : Logger
CommonFilePulledFromSdkRepo\Logger.cs (2)
11/// Replacement and abstraction for <see cref="TaskLoggingHelper"/> in our 49/// cref="TaskLoggingHelper"/>.
ILLink.Tasks (2)
CreateRuntimeRootDescriptorFile.cs (2)
562readonly TaskLoggingHelper log; 567public DefineTracker(HashSet<string> defineConstants, TaskLoggingHelper log, string filePath)
installer.tasks (2)
BuildTask.cs (2)
11private TaskLoggingHelper _log = null; 13internal TaskLoggingHelper Log
Microsoft.Build.Tasks.CodeAnalysis (4)
src\Compilers\Core\MSBuildTask\Csc.cs (1)
463internal static string? GetDefineConstantsSwitch(string? originalDefineConstants, TaskLoggingHelper log)
src\Compilers\Core\MSBuildTask\TaskCompilerServerLogger.cs (2)
14TaskLoggingHelper taskLogger, 18private readonly TaskLoggingHelper _taskLogger = taskLogger;
src\Compilers\Core\MSBuildTask\Vbc.cs (1)
637/// original vbc structure such that we can call <see cref="TaskLoggingHelper.LogMessageFromText(string, MessageImportance)" />
Microsoft.Build.Tasks.CodeAnalysis.Sdk (4)
src\Compilers\Core\MSBuildTask\Csc.cs (1)
463internal static string? GetDefineConstantsSwitch(string? originalDefineConstants, TaskLoggingHelper log)
src\Compilers\Core\MSBuildTask\TaskCompilerServerLogger.cs (2)
14TaskLoggingHelper taskLogger, 18private readonly TaskLoggingHelper _taskLogger = taskLogger;
src\Compilers\Core\MSBuildTask\Vbc.cs (1)
637/// original vbc structure such that we can call <see cref="TaskLoggingHelper.LogMessageFromText(string, MessageImportance)" />
Microsoft.Build.Tasks.Core (49)
AssemblyDependency\AssemblyFoldersFromConfig\AssemblyFoldersFromConfigResolver.cs (2)
60private readonly TaskLoggingHelper _taskLogger; 78IBuildEngine buildEngine, TaskLoggingHelper log)
AssemblyDependency\AssemblyResolution.cs (1)
159TaskLoggingHelper log)
AssemblyDependency\ReferenceTable.cs (2)
130private readonly TaskLoggingHelper _log; 298TaskLoggingHelper log,
AssemblyDependency\ResolveAssemblyReference.cs (1)
119internal static void Initialize(TaskLoggingHelper log)
CodeTaskFactory.cs (1)
1139TaskLoggingHelper log = new TaskLoggingHelper(taskFactoryLoggingHost, taskName)
CreateCSharpManifestResourceName.cs (1)
95TaskLoggingHelper log,
CreateVisualBasicManifestResourceName.cs (1)
94TaskLoggingHelper log,
DownloadFile.cs (1)
134string flattenedMessage = TaskLoggingHelper.GetInnerExceptionMessageString(e);
GenerateResource.cs (3)
2221private TaskLoggingHelper _logger = null; 2382TaskLoggingHelper log, 3516public static bool TryCreateCodeDomProvider(TaskLoggingHelper logger, string stronglyTypedLanguage, out CodeDomProvider provider)
MSBuild.cs (1)
488TaskLoggingHelper log,
NativeMethods.cs (1)
805internal static bool MakeHardLink(string newFileName, string exitingFileName, ref string errorMessage, TaskLoggingHelper log)
PlatformNegotiation.cs (2)
22internal static string GetNearestPlatform(string overridePlatformValue, string referencedProjectPlatform, string projectReferencePlatformsMetadata, string projectReferenceLookupTableMetadata, string platformLookupTable, string projectPath, string currentProjectPlatform, TaskLoggingHelper? log = null) 99internal static Dictionary<string, string>? ExtractLookupTable(string stringTable, TaskLoggingHelper? log = null)
PropertyParser.cs (2)
27internal static bool GetTable(TaskLoggingHelper log, string parameterName, string[] propertyList, out Dictionary<string, string> propertiesTable) 83internal static bool GetTableWithEscaping(TaskLoggingHelper log, string parameterName, string syntaxName, string[] propertyNameValueStrings, out Dictionary<string, string> finalPropertiesTable)
ResGenDependencies.cs (6)
124internal ResXFile GetResXFileInfo(string resxFile, bool useMSBuildResXReader, TaskLoggingHelper log, bool logWarningForBinaryFormatter) 147private ResXFile AddResxFile(string file, bool useMSBuildResXReader, TaskLoggingHelper log, bool logWarningForBinaryFormatter) 188internal override void SerializeCache(string stateFile, TaskLoggingHelper log, bool serializeEmptyState = false) 197internal static ResGenDependencies DeserializeCache(string stateFile, bool useSourcePath, TaskLoggingHelper log) 225internal ResXFile(string filename, string baseLinkedFileDirectory, bool useMSBuildResXReader, TaskLoggingHelper log, bool logWarningForBinaryFormatter) : base(filename) 255private static string[] GetLinkedFiles(string filename, string baseLinkedFileDirectory, bool useMSBuildResXReader, TaskLoggingHelper log, bool logWarningForBinaryFormatter)
ResolveSDKReference.cs (2)
479internal static void AddMetadataToReferences(TaskLoggingHelper log, HashSet<SDKReference> sdkReferenceItems, Dictionary<string, string> referencesToAddMetadata, string metadataName, string metadataValue) 499internal static void VerifySDKDependsOn(TaskLoggingHelper log, HashSet<SDKReference> sdkReferenceItems)
ResourceHandling\MSBuildResXReader.cs (4)
22public static IReadOnlyList<IResource> ReadResources(Stream s, string filename, bool pathsRelativeToBasePath, TaskLoggingHelper log, bool logWarningForBinaryFormatter) 117TaskLoggingHelper log, 315public static IReadOnlyList<IResource> GetResourcesFromFile(string filename, bool pathsRelativeToBasePath, TaskLoggingHelper log, bool logWarningForBinaryFormatter) 323public static IReadOnlyList<IResource> GetResourcesFromString(string resxContent, TaskLoggingHelper log, bool logWarningForBinaryFormatter, string basePath = null, bool? useRelativePath = null)
RoslynCodeTaskFactory\RoslynCodeTaskFactory.cs (7)
95/// Stores an instance of a <see cref="TaskLoggingHelper"/> for logging messages. 97private TaskLoggingHelper _log; 147TaskLoggingHelper taskInvocationLog = new TaskLoggingHelper(taskFactoryLoggingHost, _taskName) 297/// <param name="log">A <see cref="TaskLoggingHelper"/> used to log events during parsing.</param> 318internal static bool TryLoadTaskBody(TaskLoggingHelper log, string taskName, string taskBody, ICollection<TaskPropertyInfo> parameters, IBuildEngine taskFactoryEngineContext, out RoslynCodeTaskFactoryTaskInfo taskInfo) 551/// <param name="log">A <see cref="TaskLoggingHelper"/> used for logging.</param> 561internal bool TryResolveAssemblyReferences(TaskLoggingHelper log, RoslynCodeTaskFactoryTaskInfo taskInfo, out ITaskItem[] items)
SdkToolsPathUtility.cs (1)
50internal static string GeneratePathToTool(FileExists fileExists, string currentArchitecture, string sdkToolsPath, string toolName, TaskLoggingHelper log, bool logErrorsAndWarnings)
StateFileBase.cs (3)
39internal virtual void SerializeCache(string stateFile, TaskLoggingHelper log, bool serializeEmptyState = false) 76internal static T DeserializeCache<T>(string stateFile, TaskLoggingHelper log) where T : StateFileBase 134internal static void DeleteFile(string stateFile, TaskLoggingHelper log)
SystemState.cs (2)
563internal static SystemState DeserializePrecomputedCaches(ITaskItem[] stateFiles, TaskLoggingHelper log, FileExists fileExists) 602internal void SerializePrecomputedCache(string stateFile, TaskLoggingHelper log)
TaskExtension.cs (1)
36public new TaskLoggingHelper Log => _logExtension;
ToolTaskExtension.cs (1)
46public new TaskLoggingHelper Log => _logExtension;
XamlTaskFactory\XamlTaskFactory.cs (1)
274TaskLoggingHelper log = new TaskLoggingHelper(taskFactoryLoggingHost, taskName)
XslTransformation.cs (2)
388private readonly TaskLoggingHelper _log; 400public XsltInput(AbsolutePath? xsltFilePath, string xslt, string xsltCompiledDllSpec, TaskEnvironment taskEnvironment, TaskLoggingHelper logTool, bool preserveWhitespace)
Microsoft.Build.Tasks.UnitTests (20)
AssemblyDependency\ResolveAssemblyReferenceCacheSerialization.cs (1)
22private readonly TaskLoggingHelper _taskLoggingHelper;
ResolveSDKReference_Tests.cs (8)
192TaskLoggingHelper log1 = new TaskLoggingHelper(engine1, "ResolveSDKReference"); 210TaskLoggingHelper log2 = new TaskLoggingHelper(engine2, "ResolveSDKReference"); 228TaskLoggingHelper log3 = new TaskLoggingHelper(engine3, "ResolveSDKReference"); 246TaskLoggingHelper log3a = new TaskLoggingHelper(engine3a, "ResolveSDKReference"); 268TaskLoggingHelper log4 = new TaskLoggingHelper(engine4, "ResolveSDKReference"); 285TaskLoggingHelper log5 = new TaskLoggingHelper(engine5, "ResolveSDKReference"); 315TaskLoggingHelper log = new TaskLoggingHelper(engine, "ResolveSDKReference"); 357TaskLoggingHelper log = new TaskLoggingHelper(engine, "ResolveSDKReference");
RoslynCodeTaskFactory_Tests.cs (8)
972TaskLoggingHelper log = new TaskLoggingHelper(buildEngine, TaskName) 998TaskLoggingHelper log = new TaskLoggingHelper(buildEngine, TaskName) 1339TaskLoggingHelper log = new TaskLoggingHelper(mockEngine, "TestTask") 1390TaskLoggingHelper log = new TaskLoggingHelper(mockEngine, "AbsolutePathTask") 1436TaskLoggingHelper log = new TaskLoggingHelper(mockEngine, "SharedTask") 1474TaskLoggingHelper log = new TaskLoggingHelper(mockEngine, "EmptyPathTask") 1513TaskLoggingHelper log = new TaskLoggingHelper(mockEngine, "Task") 1552TaskLoggingHelper log = new TaskLoggingHelper(mockEngine, "NonExistentTask")
ToolTaskExtension_Tests.cs (3)
40TaskLoggingHelper log = (TaskLoggingHelper)logShared.GetValue(t, null); 46log = (TaskLoggingHelper)logPrivate.GetValue(t, null);
Microsoft.Build.Utilities.Core (7)
AppDomainIsolatedTask.cs (3)
48/// <see cref="TaskLoggingHelper.LogErrorWithCodeFromResources(string, object[])"/> method. 78public TaskLoggingHelper Log { get; } 95/// see the <see cref="TaskLoggingHelper.LogErrorWithCodeFromResources(string, object[])"/> method.
Task.cs (1)
122public TaskLoggingHelper Log { get; }
ToolTask.cs (2)
346private TaskLoggingHelper LogPrivate { get; } 356private TaskLoggingHelper LogShared { get; }
TrackedDependencies\TrackedDependencies.cs (1)
26internal static ITaskItem[]? ExpandWildcards(ITaskItem[] expand, TaskLoggingHelper? log)
Microsoft.DotNet.Baselines.Tasks (2)
PRCreator.cs (2)
22private readonly TaskLoggingHelper _logger; 30public PRCreator(TaskLoggingHelper logger, string gitHubOrg, string gitHubRepoName, string gitHubToken)
Microsoft.DotNet.Build.Manifest (8)
BlobArtifactModelFactory.cs (2)
16private readonly TaskLoggingHelper _log; 18public BlobArtifactModelFactory(TaskLoggingHelper logger)
BuildModelFactory.cs (2)
42private readonly TaskLoggingHelper _log; 49TaskLoggingHelper logger)
PackageArtifactModelFactory.cs (2)
18private readonly TaskLoggingHelper _log; 21TaskLoggingHelper logger)
PdbArtifactModelFactory.cs (2)
16private readonly TaskLoggingHelper _log; 18public PdbArtifactModelFactory(TaskLoggingHelper logger)
Microsoft.DotNet.Build.Manifest.Tests (1)
BuildModelFactoryTests.cs (1)
38readonly TaskLoggingHelper _taskLoggingHelper;
Microsoft.DotNet.Build.Tasks.Feed (28)
src\AssetPublisherFactory.cs (2)
16private readonly TaskLoggingHelper _log; 18public AssetPublisherFactory(TaskLoggingHelper log)
src\AzureDevOpsNugetFeedAssetPublisher.cs (2)
21private readonly TaskLoggingHelper _log; 30public AzureDevOpsNugetFeedAssetPublisher(TaskLoggingHelper log, string targetUrl, string accessToken, PublishArtifactsInManifestBase task)
src\AzureStorageAssetPublisher.cs (2)
17private readonly TaskLoggingHelper _log; 19protected AzureStorageAssetPublisher(TaskLoggingHelper log)
src\AzureStorageContainerAssetTokenCredentialPublisher.cs (1)
16public AzureStorageContainerAssetTokenCredentialPublisher(Uri containerUri, TokenCredential tokenCredential, TaskLoggingHelper log) : base(log)
src\BlobFeedAction.cs (2)
23private MSBuild.TaskLoggingHelper Log; 35public BlobFeedAction(string expectedFeedUrl, string accountKey, MSBuild.TaskLoggingHelper Log)
src\common\AzureStorageUtils.cs (2)
211MsBuildUtils.TaskLoggingHelper log) 243MsBuildUtils.TaskLoggingHelper log,
src\common\GeneralUtils.cs (3)
125TaskLoggingHelper log) 142TaskLoggingHelper log, 193public static string InferCategory(string assetId, TaskLoggingHelper log)
src\common\LatestLinksManager.cs (2)
19private TaskLoggingHelper _logger { get; } 32TaskLoggingHelper logger)
src\ConfigureInputFeed.cs (1)
24public void GenerateNugetConfig(ITaskItem[] EnableFeeds, string RepoRoot, TaskLoggingHelper Log)
src\model\SetupTargetFeedConfigV3.cs (2)
29public TaskLoggingHelper Log { get; } 52TaskLoggingHelper log = null)
src\model\SetupTargetFeedConfigV4.cs (2)
30public TaskLoggingHelper Log { get; } 51TaskLoggingHelper log = null)
src\MSBuildLogger.cs (2)
13private readonly TaskLoggingHelper _log; 15public MSBuildLogger(TaskLoggingHelper log)
src\PublishArtifactsInManifestBase.cs (1)
1493Func<string, string, HttpClient, MsBuildUtils.TaskLoggingHelper, Task<PackageFeedStatus>> CompareLocalPackageToFeedPackageCallBack = null,
src\PushToBuildStorage.cs (2)
525private readonly TaskLoggingHelper _log; 529TaskLoggingHelper log)
src\TaskTracer.cs (2)
11readonly MsBuildUtils.TaskLoggingHelper _log; 14public TaskTracer(MsBuildUtils.TaskLoggingHelper log, bool verbose)
Microsoft.DotNet.Build.Tasks.Feed.Tests (9)
GeneralTests.cs (2)
132var taskLoggingHelper = new Microsoft.Build.Utilities.TaskLoggingHelper(new StubTask()); 166var taskLoggingHelper = new Microsoft.Build.Utilities.TaskLoggingHelper(new StubTask());
LatestLinksManagerTests.cs (5)
80var taskLoggingHelper = new Microsoft.Build.Utilities.TaskLoggingHelper(new StubTask()); 124var taskLoggingHelper = new Microsoft.Build.Utilities.TaskLoggingHelper(new StubTask()); 154var taskLoggingHelper = new TaskLoggingHelper(new StubTask()); 191var taskLoggingHelper = new TaskLoggingHelper(new StubTask()); 228var taskLoggingHelper = new TaskLoggingHelper(new StubTask());
PublishArtifactsInManifestTests.cs (2)
294Func<string, string, HttpClient, MsBuildUtils.TaskLoggingHelper, Task<PackageFeedStatus>> testCompareLocalPackage = async (string localPackageFullPath, string packageContentUrl, HttpClient client, MsBuildUtils.TaskLoggingHelper log) =>
Microsoft.DotNet.Build.Tasks.Installers (2)
src\Common\Internal\BuildTask.cs (2)
42private readonly TaskLoggingHelper _logger; 43public Log(TaskLoggingHelper logger)
Microsoft.DotNet.Build.Tasks.Packaging (2)
src\Common\Internal\BuildTask.cs (2)
42private readonly TaskLoggingHelper _logger; 43public Log(TaskLoggingHelper logger)
Microsoft.DotNet.Build.Tasks.TargetFramework (2)
src\Common\Internal\BuildTask.cs (2)
42private readonly TaskLoggingHelper _logger; 43public Log(TaskLoggingHelper logger)
Microsoft.DotNet.Build.Tasks.Templating (1)
MSBuildListSplitter.cs (1)
12public static IDictionary<string, string> GetNamedProperties(string[] input, TaskLoggingHelper log)
Microsoft.DotNet.Build.Tasks.Workloads (16)
FrameworkPackPackage.wix.cs (1)
21string destinationBaseDirectory, ITaskItem[]? shortNames = null, TaskLoggingHelper? log = null) :
LibraryPackPackage.wix.cs (1)
21string destinationBaseDirectory, ITaskItem[]? shortNames = null, TaskLoggingHelper? log = null) :
SdkPackPackage.wix.cs (1)
21string destinationBaseDirectory, ITaskItem[]? shortNames = null, TaskLoggingHelper? log = null) :
src\Common\Internal\BuildTask.cs (2)
42private readonly TaskLoggingHelper _logger; 43public Log(TaskLoggingHelper logger)
TemplatePackPackage.wix.cs (1)
21string destinationBaseDirectory, ITaskItem[]? shortNames = null, TaskLoggingHelper? log = null) :
ToolsPackPackage.wix.cs (1)
21string destinationBaseDirectory, ITaskItem[]? shortNames = null, TaskLoggingHelper? log = null) :
WorkloadManifestPackage.wix.cs (2)
73/// <param name="log">A <see cref="TaskLoggingHelper"/> class containing task logging methods.</param> 77ITaskItem[]? shortNames = null, TaskLoggingHelper? log = null, bool isSxS = false) :
WorkloadPackageBase.cs (4)
158/// Gets an instance of a <see cref="TaskLoggingHelper"/> class containing task logging methods. 160protected TaskLoggingHelper? Log 184/// <param name="log">A <see cref="TaskLoggingHelper"/> class containing task logging methods.</param> 185public WorkloadPackageBase(string packagePath, string destinationBaseDirectory, ITaskItem[]? shortNames = null, TaskLoggingHelper? log = null)
WorkloadPackPackage.wix.cs (2)
39ITaskItem[]? shortNames = null, TaskLoggingHelper? log = null) : base(packagePath, destinationBaseDirectory, shortNames, log) 113string destinationBaseDirectory, ITaskItem[]? shortNames, TaskLoggingHelper? log) =>
WorkloadSetPackage.wix.cs (1)
51ITaskItem[]? shortNames = null, TaskLoggingHelper? log = null) :
Microsoft.DotNet.CMake.Sdk (2)
src\Common\Internal\BuildTask.cs (2)
42private readonly TaskLoggingHelper _logger; 43public Log(TaskLoggingHelper logger)
Microsoft.DotNet.Deployment.Tasks.Links (3)
Microsoft.DotNet.GenAPI (2)
src\Common\Internal\BuildTask.cs (2)
42private readonly TaskLoggingHelper _logger; 43public Log(TaskLoggingHelper logger)
Microsoft.DotNet.GenFacades (2)
src\Common\Internal\BuildTask.cs (2)
42private readonly TaskLoggingHelper _logger; 43public Log(TaskLoggingHelper logger)
Microsoft.DotNet.Helix.Sdk (10)
LoggerExtensions.cs (6)
25public static FailureCategoryScope EnterFailureCategoryScope(this TaskLoggingHelper log, FailureCategory category) 36private static void UpdateCategory(TaskLoggingHelper log) 42public static void LogError(this TaskLoggingHelper log, FailureCategory category, string message, params object[] messageArgs) 51this TaskLoggingHelper log, 66private TaskLoggingHelper _log; 68public FailureCategoryScope(TaskLoggingHelper log)
ProvisioningProfileProvider.cs (3)
51private readonly TaskLoggingHelper _log; 62TaskLoggingHelper log, 245serviceProvider.GetRequiredService<TaskLoggingHelper>(),
TaskItemExtensions.cs (1)
17public static bool GetRequiredMetadata(this ITaskItem item, TaskLoggingHelper log, string key, out string value)
Microsoft.DotNet.PackageTesting (2)
src\Common\Internal\BuildTask.cs (2)
42private readonly TaskLoggingHelper _logger; 43public Log(TaskLoggingHelper logger)
Microsoft.DotNet.SharedFramework.Sdk (2)
src\Common\Internal\BuildTask.cs (2)
42private readonly TaskLoggingHelper _logger; 43public Log(TaskLoggingHelper logger)
Microsoft.DotNet.SignTool (40)
src\BatchSignUtil.cs (6)
14using TaskLoggingHelper = Microsoft.Build.Utilities.TaskLoggingHelper; 20private readonly TaskLoggingHelper _log; 31TaskLoggingHelper log, 412internal static bool RunWixTool(string toolName, string arguments, string workingDirectory, string wixToolsPath, TaskLoggingHelper log) 491private void VerifyCertificates(TaskLoggingHelper log) 623private void VerifyAfterSign(TaskLoggingHelper log, FileSignInfo file)
src\Configuration.cs (2)
21private readonly TaskLoggingHelper _log; 118TaskLoggingHelper log,
src\RealSignTool.cs (4)
39internal RealSignTool(SignToolArgs args, TaskLoggingHelper log) : base(args, log) 145public override SigningStatus VerifySignedDeb(TaskLoggingHelper log, string filePath) 150public override SigningStatus VerifySignedRpm(TaskLoggingHelper log, string filePath) 177public override SigningStatus VerifySignedPkgOrAppBundle(TaskLoggingHelper log, string fullPath, string pkgToolPath)
src\SignTool.cs (5)
23internal readonly TaskLoggingHelper _log; 31internal SignTool(SignToolArgs args, TaskLoggingHelper log) 41public abstract SigningStatus VerifySignedDeb(TaskLoggingHelper log, string filePath); 42public abstract SigningStatus VerifySignedRpm(TaskLoggingHelper log, string filePath); 47public abstract SigningStatus VerifySignedPkgOrAppBundle(TaskLoggingHelper log, string filePath, string pkgToolPath);
src\ValidationOnlySignTool.cs (4)
20internal ValidationOnlySignTool(SignToolArgs args, TaskLoggingHelper log) 46public override SigningStatus VerifySignedDeb(TaskLoggingHelper log, string filePath) 49public override SigningStatus VerifySignedRpm(TaskLoggingHelper log, string filePath) 76public override SigningStatus VerifySignedPkgOrAppBundle(TaskLoggingHelper log, string filePath, string pkgToolPath) => SigningStatus.Signed;
src\VerifySignatures.cs (3)
29internal static SigningStatus IsSignedDeb(TaskLoggingHelper log, string filePath) 64internal static SigningStatus IsSignedRpm(TaskLoggingHelper log, string filePath) 137internal static SigningStatus IsSignedPkgOrAppBundle(TaskLoggingHelper log, string filePath, string pkgToolPath)
src\ZipData.cs (16)
54public static IEnumerable<ZipDataEntry> ReadEntries(string archivePath, string tempDir, string pkgToolPath, TaskLoggingHelper log, bool ignoreContent = false) 99public void Repack(TaskLoggingHelper log, string tempDir, string wix3ToolsPath, string wixToolsPath, string pkgToolPath) 139private void RepackPackage(TaskLoggingHelper log) 190private void RepackRawZip(TaskLoggingHelper log) 217private void RepackWixPack(TaskLoggingHelper log, string tempDir, string wix3ToolsPath, string wixToolsPath) 339private void RepackPkgOrAppBundles(TaskLoggingHelper log, string tempDir, string pkgToolPath) 395private void RepackTarGZip(TaskLoggingHelper log, string tempDir) 445private static IEnumerable<ZipDataEntry> ReadTarGZipEntriesWithExternalTar(string archivePath, string tempDir, TaskLoggingHelper log, bool ignoreContent) 486private void RepackTarGZipWithExternalTar(TaskLoggingHelper log, string tempDir) 551private void RepackDebContainer(TaskLoggingHelper log, string tempDir) 589private string GetUpdatedControlArchive(TaskLoggingHelper log, string debianPackage, string dataArchive, string tempDir) 668internal static void ExtractTarballContents(TaskLoggingHelper log, string file, string destination, bool skipSymlinks = true) 766private void RepackRpmContainer(TaskLoggingHelper log, string tempDir) 848internal static void ExtractRpmPayloadContents(TaskLoggingHelper log, string rpmPackage, string layout) 867private static bool RunExternalProcess(TaskLoggingHelper log, string cmd, string args, out string output, string workingDir = null) 900internal static void SetUnixFileMode(TaskLoggingHelper log, uint? unixFileMode, string outputPath)
Microsoft.DotNet.SignTool.Tests (9)
FakeSignTool.cs (4)
17internal FakeSignTool(SignToolArgs args, TaskLoggingHelper log) 59public override SigningStatus VerifySignedDeb(TaskLoggingHelper log, string filePath) => SigningStatus.Signed; 61public override SigningStatus VerifySignedRpm(TaskLoggingHelper log, string filePath) => SigningStatus.Signed; 69public override SigningStatus VerifySignedPkgOrAppBundle(TaskLoggingHelper log, string filePath, string pkgToolPath) => SigningStatus.Signed;
SignToolTests.cs (5)
421var fakeLog = new TaskLoggingHelper(fakeBuildEngine, "TestLog"); 499var fakeLog = new TaskLoggingHelper(fakeBuildEngine, "TestLog"); 570var fakeLog = new TaskLoggingHelper(fakeBuildEngine, "TestLog"); 3717var fakeLog = new TaskLoggingHelper(fakeBuildEngine, "TestLog"); 3853var fakeLog = new TaskLoggingHelper(fakeBuildEngine, "SignToolTests");
Microsoft.DotNet.XliffTasks (2)
Tasks\TaskLoggingHelperExtensions.cs (2)
13public static void LogErrorInFile(this TaskLoggingHelper log, string file, string message) 30public static void LogErrorInFile(this TaskLoggingHelper log, string file, int line, string message)
Microsoft.Maui.Controls.Build.Tasks (7)
ILContext.cs (1)
47 public TaskLoggingHelper LoggingHelper { get; internal set; }
XamlCTask.cs (5)
18 /// Provides extension methods for the <see cref="TaskLoggingHelper"/> class to assist with logging warnings and errors. 36 this TaskLoggingHelper loggingHelper, 90 public static void LogWarningOrError(this TaskLoggingHelper loggingHelper, BuildExceptionCode code, string xamlFilePath, int lineNumber, int linePosition, int endLineNumber, int endLinePosition, params object[] messageArgs) 110 public static string GetXamlFilePath(this TaskLoggingHelper loggingHelper, string xamlFilePath) 415 bool TryCoreCompile(MethodDefinition initComp, ILRootNode rootnode, string xamlFilePath, TaskLoggingHelper loggingHelper, out Exception exception)
XamlTask.cs (1)
25 internal TaskLoggingHelper LoggingHelper { get; }
Microsoft.Maui.Resizetizer (1)
AsyncTask.cs (1)
50 private new TaskLoggingHelper Log => base.Log;
PresentationBuildTasks (5)
MS\Internal\MarkupCompiler\MarkupCompiler.cs (2)
148internal TaskLoggingHelper TaskLogger 3548private TaskLoggingHelper _taskLogger = null;
MS\Internal\Tasks\CompilerWrapper.cs (2)
188internal TaskLoggingHelper TaskLogger 434private TaskLoggingHelper _taskLogger;
MS\Internal\Tasks\TaskHelper.cs (1)
45internal static void DisplayLogo(TaskLoggingHelper log, string taskName)