7 references to TraceWarning
Microsoft.DotNet.ApiCompat.Core (2)
Executor.cs (2)
182Trace.TraceWarning("Enforcing MDIL servicing rules and exclusion of non-browsable types are both enabled, but they are not compatible so non-browsable types will not be excluded."); 187Trace.TraceWarning("Enforcing MDIL servicing rules or exclusion of non-browsable types are enabled " +
Microsoft.DotNet.VersionTools (5)
src\BuildInfo.cs (1)
116Trace.TraceWarning(
src\Dependencies\BuildOutput\ProjectJsonUpdater.cs (2)
57Trace.TraceWarning($"Non-fatal exception occurred processing '{projectJsonFile}'. Skipping file. Exception: {e}. "); 111Trace.TraceWarning($"Couldn't parse '{oldVersion}' for package '{id}' in '{projectJsonFile}'. Skipping.");
src\Dependencies\Submodule\IndicatorPackageSubmoduleUpdater.cs (1)
61Trace.TraceWarning(
src\Dependencies\Submodule\SubmoduleUpdater.cs (1)
27Trace.TraceWarning($"Unable to find a desired hash for '{Path}', leaving as '{currentHash}'.");