Skip to content

[WIP] VS Code extension #173

[WIP] VS Code extension

[WIP] VS Code extension #173

Triggered via pull request May 29, 2024 03:35
Status Failure
Total duration 5m 24s
Artifacts

pull_request.yml

on: pull_request
Matrix: build / build
Fit to window
Zoom out
Zoom in

Annotations

1 error and 10 warnings
build / Build windows-latest
Process completed with exit code 1.
build / Build windows-latest: MonoDevelop.Xml/Editor/Parsing/BackgroundParser.ParseOperation.cs#L65
Cannot convert null literal to non-nullable reference type.
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: MSBuildLanguageServer/Import/RequestContext.cs#L250
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/Parser/LspXmlParser.cs#L69
The event 'LspXmlParserService.LspXmlParser.ParseCompleted' is never used
build / Build windows-latest: MonoDevelop.Xml/Editor/Parsing/BackgroundParser.ParseOperation.cs#L65
Cannot convert null literal to non-nullable reference type.
build / Build windows-latest: MSBuildLanguageServer/Import/Program.cs#L95
Possible null reference argument for parameter 'path' in 'DirectoryInfo Directory.CreateDirectory(string path)'.