Skip to content

Merge pull request #305 from gui-cs/multi-line #22

Merge pull request #305 from gui-cs/multi-line

Merge pull request #305 from gui-cs/multi-line #22

Triggered via push December 13, 2024 16:14
Status Success
Total duration 2m 5s
Artifacts

codeql.yml

on: push
Matrix: Analyze
Fit to window
Zoom out
Zoom in

Annotations

12 warnings
Analyze (csharp)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Analyze (csharp)
CodeQL Action v2 will be deprecated on December 5th, 2024. Please update all occurrences of the CodeQL Action in your workflow files to v3. For more information, see https://github.blog/changelog/2024-01-12-code-scanning-deprecation-of-codeql-action-v2/
Analyze (csharp): Showcase/Program.cs#L36
Converting null literal or possible null value to non-nullable type.
Analyze (csharp): Showcase/Program.cs#L38
Possible null reference argument for parameter 'view' in 'void Application.Run(Toplevel view, Func<Exception, bool>? errorHandler = null)'.
Analyze (csharp): src/UI/Windows/IValueGetterDialog.cs#L6
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Analyze (csharp): src/UI/Windows/SizeEditor.cs#L23
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context. Auto-generated code requires an explicit '#nullable' directive in source.
Analyze (csharp): src/UI/Windows/SliderOptionEditor.cs#L39
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context. Auto-generated code requires an explicit '#nullable' directive in source.
Analyze (csharp): src/ArrayExtensions.cs#L49
Converting null literal or possible null value to non-nullable type.
Analyze (csharp): src/ArrayExtensions.cs#L49
Possible null reference return.
Analyze (csharp): src/DesignState.cs#L68
Dereference of a possibly null reference.
Analyze (csharp): src/MenuTracker.cs#L129
Parameter 'hostBar' must have a non-null value when exiting with 'true'.
Analyze (csharp): src/PosExtensions.cs#L179
Converting null literal or possible null value to non-nullable type.