Skip to content

CI: build for each commit #1

CI: build for each commit

CI: build for each commit #1

Triggered via pull request March 26, 2026 20:39
Status Success
Total duration 1m 4s
Artifacts

CI.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build-check: src/SharpIDE.Photino/Components/Run/RunOutputDisplay.razor#L39
Dereference of a possibly null reference.
build-check: src/SharpIDE.Photino/Program.cs#L19
Unreachable code detected
build-check: src/SharpIDE.Application/Features/Analysis/RoslynAnalysis.cs#L804
The symbol 'CompletionService.GetCompletionsAsync(Document, int, CompletionTrigger, ImmutableHashSet<string>?, OptionSet?, CancellationToken)' is banned in this project: Use internal overload instead (https://github.com/dotnet/roslyn-analyzers/blob/main/src/Microsoft.CodeAnalysis.BannedApiAnalyzers/BannedApiAnalyzers.Help.md)
build-check: src/SharpIDE.Application/Features/Analysis/RoslynAnalysis.cs#L641
The symbol 'CompletionService.GetDescriptionAsync(Document, CompletionItem, CancellationToken)' is banned in this project: Use internal overload instead (https://github.com/dotnet/roslyn-analyzers/blob/main/src/Microsoft.CodeAnalysis.BannedApiAnalyzers/BannedApiAnalyzers.Help.md)
build-check: src/SharpIDE.Application/Features/SolutionDiscovery/VsPersistence/SharpIdeModels.cs#L146
Synchronously waiting on tasks or awaiters may cause deadlocks. Use await or JoinableTaskFactory.Run instead. (https://microsoft.github.io/vs-threading/analyzers/VSTHRD002.html)
build-check: src/SharpIDE.Application/Features/SolutionDiscovery/SharpIdeFolder.cs#L29
Non-nullable property 'Folders' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build-check: src/SharpIDE.Application/Features/SolutionDiscovery/SharpIdeFolder.cs#L29
Non-nullable property 'Files' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.