Fix nondeterministic test failures on CI #204
Triggered via pull request
September 25, 2024 20:24
Status
Failure
Total duration
6m 39s
Artifacts
–
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/Refactorings/UseAttributesForMetadataRefactoringProvider.cs#L107
Dereference of a possibly null reference.
|
build / Build windows-latest:
MonoDevelop.MSBuild.Editor.Common/Refactorings/SplitGroupRefactoringProvider.cs#L71
Dereference of a possibly null reference.
|
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/Handler/WorkDoneProgressExtensions.cs#L12
Dereference of a possibly null reference.
|
build / Build windows-latest:
MSBuildLanguageServer/Handler/WorkDoneProgressExtensions.cs#L31
Dereference of a possibly null reference.
|
build / Build windows-latest:
MSBuildLanguageServer/Handler/Completion/CompletionHandler.cs#L157
Possible null reference argument for parameter 'rr' in 'MSBuildCompletionDocsProvider MSBuildCompletionDocsProvider.Create(ILogger logger, ClientCapabilities clientCapabilities, ClientInfo? clientInfo, MSBuildRootDocument document, SourceText sourceText, MSBuildResolveResult rr)'.
|