Skip to content

Roslyn Branches

Roslyn Branches #1955

Manually triggered November 18, 2024 12:47
Status Failure
Total duration 7m 9s
Artifacts

roslyn-branches.yml

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

Annotations

1 error and 12 warnings
Roslyn Branches
Error when evaluating 'strategy' for job 'cleanup-branch'. .github/workflows/roslyn-branches.yml (Line: 73, Col: 15): Matrix must define at least one vector
Generate Run Matrix
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
main (update)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
main (update): !roslyn-branches/dotnet-main/sharplab/source/#external/mirrorsharp-codemirror-6-preview/Common/Internal/Roslyn/RoslynSession.cs#L37
Non-nullable field '_completionService' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
main (update): !roslyn-branches/dotnet-main/sharplab/source/#external/mirrorsharp-codemirror-6-preview/Common/Internal/Roslyn/RoslynSession.cs#L37
Non-nullable property 'QuickInfoService' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
main (update): !roslyn-branches/dotnet-main/sharplab/source/#external/mirrorsharp-codemirror-6-preview/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-codemirror-6-preview/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-codemirror-6-preview/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-codemirror-6-preview/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-codemirror-6-preview/Common/Internal/Handlers/Shared/CompletionSupport.cs#L67
Possible null reference argument for parameter 'newText' in 'TextChange.TextChange(TextSpan span, string newText)'.