Skip to content

Merge pull request #298 from gui-cs/color-picker-hsv-support #19

Merge pull request #298 from gui-cs/color-picker-hsv-support

Merge pull request #298 from gui-cs/color-picker-hsv-support #19

Triggered via push August 24, 2024 15:07
Status Success
Total duration 2m 3s
Artifacts

codeql.yml

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

Annotations

12 warnings
Analyze (csharp)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-dotnet@v3.2.0, actions/checkout@v3, github/codeql-action/init@v2, github/codeql-action/autobuild@v2, github/codeql-action/analyze@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
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): src/UI/Windows/SliderOptionEditor.cs#L36
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/ToCode/Property.cs#L313
Dereference of a possibly null reference.
Analyze (csharp): src/ToCode/Property.cs#L314
Dereference of a possibly null reference.
Analyze (csharp): src/ToCode/Property.cs#L314
Unboxing a possibly null value.
Analyze (csharp): src/ToCode/Property.cs#L315
Dereference of a possibly null reference.
Analyze (csharp): src/Operations/AddViewOperation.cs#L97
'ViewFactory.Create(Type)' is obsolete: 'Migrate to using generic Create<T> method'