We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 340bf9d commit 695ebf3Copy full SHA for 695ebf3
src/SonarScanner.MSBuild.Common/Interfaces/ILogger.cs
@@ -60,6 +60,9 @@ public interface ILogger
60
61
void LogError(string message, params object[] args);
62
63
+ /// <summary>
64
+ /// Log a warning and display it in the UI (starting from SQ 9.9 LTS).
65
+ /// </summary>
66
void LogUIWarning(string message, params object[] args);
67
68
/// <summary>
0 commit comments