Skip to content

Roslyn Branches

Roslyn Branches #1591

Manually triggered December 3, 2023 09:59
Status Failure
Total duration 7m 29s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

roslyn-branches.yml

on: workflow_dispatch
Generate Run Matrix
59s
Generate Run Matrix
Matrix: cleanup-branch
Waiting for pending jobs
Matrix: update-branch
Fit to window
Zoom out
Zoom in

Annotations

1 error and 10 warnings
Roslyn Branches
Error when evaluating 'strategy' for job 'cleanup-branch'. .github/workflows/roslyn-branches.yml (Line: 72, Col: 15): Matrix must define at least one vector
main (update): !roslyn-branches/dotnet-main/sharplab/source/#external/mirrorsharp/Common/Internal/Roslyn/RoslynSession.cs#L37
Non-nullable field '_completionService' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
main (update): !roslyn-branches/dotnet-main/sharplab/source/#external/mirrorsharp/Common/Internal/Roslyn/RoslynSession.cs#L37
Non-nullable property 'QuickInfoService' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
main (update): !roslyn-branches/dotnet-main/sharplab/source/#external/mirrorsharp/Common/Internal/Roslyn/RoslynSession.cs#L85
Possible null reference argument for parameter 'newText' in 'TextChange.TextChange(TextSpan span, string newText)'.
main (update): !roslyn-branches/dotnet-main/sharplab/source/#external/mirrorsharp/Common/Internal/Roslyn/RoslynSession.cs#L99
'DiagnosticAnalyzerExtensions.WithAnalyzers(Compilation, ImmutableArray<DiagnosticAnalyzer>, AnalyzerOptions?, CancellationToken)' is obsolete: 'Use WithAnalyzers overload without a cancellation token'
main (update): !roslyn-branches/dotnet-main/sharplab/source/#external/mirrorsharp/Common/Internal/Roslyn/RoslynSession.cs#L109
Nullability of reference types in value of type 'Task<CompletionList>' doesn't match target type 'Task<CompletionList?>'.
main (update): !roslyn-branches/dotnet-main/sharplab/source/#external/mirrorsharp/Common/Internal/Handlers/RequestInfoTipHandler.cs#L30
Possible null reference argument for parameter 'info' in 'bool RequestInfoTipHandler.IsNullOrEmpty(QuickInfoItem info)'.
main (update): !roslyn-branches/dotnet-main/sharplab/source/#external/mirrorsharp/Common/Internal/Handlers/Shared/CompletionSupport.cs#L44
'CompletionList.Items' is obsolete: 'This property is obsolete. Use ItemsList instead'
main (update): !roslyn-branches/dotnet-main/sharplab/source/#external/mirrorsharp/Common/Internal/Handlers/Shared/CompletionSupport.cs#L67
Possible null reference argument for parameter 'newText' in 'TextChange.TextChange(TextSpan span, string newText)'.