Skip to content

Merge pull request #250 from baronfel/patch-1 #96

Merge pull request #250 from baronfel/patch-1

Merge pull request #250 from baronfel/patch-1 #96

Triggered via push September 25, 2024 20:25
Status Failure
Total duration 7m 14s
Artifacts

main.yml

on: push
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.MSBuild/Language/MSBuildNavigation.cs#L218
Possible null reference argument for parameter 'name' in 'MSBuildNavigationResult.MSBuildNavigationResult(MSBuildReferenceKind kind, string name, int offset, int length, string? destFile = null, TextSpan? targetSpan = null)'.
build / Build windows-latest: MonoDevelop.MSBuild.Editor.Common/Roslyn/RoslynTaskMetadataBuilder.cs#L328
Possible null reference argument for parameter 'path1' in 'string Path.Combine(string path1, string path2)'.
build / Build windows-latest: MonoDevelop.MSBuild.Editor.Common/Refactorings/UseAttributesForMetadataRefactoringProvider.cs#L71
Possible null reference argument for parameter 'name' in 'MSBuildAttributeSyntax MSBuildElementSyntax.GetAttribute(string name)'.
build / Build windows-latest: MonoDevelop.MSBuild.Editor.Common/Completion/SdkCompletion.cs#L36
Cannot convert null literal to non-nullable reference type.
build / Build windows-latest: MSBuildLanguageServer/Import/Program.cs#L107
Possible null reference argument for parameter 'path' in 'DirectoryInfo Directory.CreateDirectory(string path)'.
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.