.editorconfig Cleanup for cs1711 (#1951)

* Cleanup warning

* Add comment about resolved compiler warnings

* Also remove CS1711 issue for Kusto
This commit is contained in:
Chris LaFreniere
2023-03-22 17:56:48 -07:00
committed by GitHub
parent ae0b95c731
commit 4d1585ed68
3 changed files with 3 additions and 3 deletions

View File

@@ -119,7 +119,6 @@ namespace Microsoft.SqlTools.ServiceLayer.Utility
/// <summary>
/// This will enforce time out to run an async task without returning result
/// </summary>
/// <typeparam name="TResult"></typeparam>
/// <param name="task">The async task to run</param>
/// <param name="timeout">Time out in milliseconds</param>
/// <returns></returns>