Skip to content

Commit 695ebf3

Browse files
SCAN4NET-102 SQ<9.9 UI warning comment (#2216)
1 parent 340bf9d commit 695ebf3

File tree

1 file changed

+3
-0
lines changed
  • src/SonarScanner.MSBuild.Common/Interfaces

1 file changed

+3
-0
lines changed

src/SonarScanner.MSBuild.Common/Interfaces/ILogger.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,9 @@ public interface ILogger
6060

6161
void LogError(string message, params object[] args);
6262

63+
/// <summary>
64+
/// Log a warning and display it in the UI (starting from SQ 9.9 LTS).
65+
/// </summary>
6366
void LogUIWarning(string message, params object[] args);
6467

6568
/// <summary>

0 commit comments

Comments
 (0)