Add VS Code extension #165
Annotations
3 errors and 6 warnings
build / Build windows-latest:
MonoDevelop.MSBuild.Tests/Helpers/MSBuildDocumentTest.Text.cs#L28
The type or namespace name 'TextWithMarkers' could not be found (are you missing a using directive or an assembly reference?)
|
build / Build windows-latest:
MonoDevelop.MSBuild.Tests/Helpers/MSBuildDocumentTest.Text.cs#L28
The type or namespace name 'TextWithMarkers' could not be found (are you missing a using directive or an assembly reference?)
|
build / Build windows-latest
Process completed with exit code 1.
|
build / Build windows-latest:
MSBuildLanguageServer/Handler/HoverHandler.cs#L23
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
build / Build windows-latest:
MSBuildLanguageServer/Import/RequestContext.cs#L237
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
build / Build windows-latest:
MSBuildLanguageServer/Import/LspWorkspaceManager.cs#L117
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
build / Build windows-latest:
MSBuildLanguageServer/Import/LspWorkspaceManager.cs#L152
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
build / Build windows-latest:
MSBuildLanguageServer/Import/Program.cs#L95
Possible null reference argument for parameter 'path' in 'DirectoryInfo Directory.CreateDirectory(string path)'.
|
build / Build windows-latest:
external/roslyn/src/Compilers/Core/Portable/InternalUtilities/GeneratedCodeUtilities.cs#L38
Use 'SymbolEqualityComparer' when comparing symbols
|