mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-01-13 17:23:02 -05:00
.editorconfig Cleanup for cs1711 (#1951)
* Cleanup warning * Add comment about resolved compiler warnings * Also remove CS1711 issue for Kusto
This commit is contained in:
@@ -146,7 +146,9 @@ dotnet_diagnostic.CS1587.severity = none
|
||||
dotnet_diagnostic.CS1574.severity = none
|
||||
dotnet_diagnostic.CS0419.severity = none
|
||||
dotnet_diagnostic.CS1723.severity = none
|
||||
dotnet_diagnostic.CS1711.severity = none
|
||||
|
||||
# XML doc compiler warnings that have been resolved
|
||||
dotnet_diagnostic.CS1711.severity = error
|
||||
|
||||
|
||||
#### Core EditorConfig Options ####
|
||||
|
||||
@@ -117,7 +117,6 @@ namespace Microsoft.Kusto.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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user