Skip to content

Exclude test project from code coverage #10

Exclude test project from code coverage

Exclude test project from code coverage #10

Triggered via push February 10, 2024 17:47
Status Success
Total duration 2m 31s
Artifacts

codeql.yml

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

Annotations

12 warnings
Analyze (csharp)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/[email protected], actions/checkout@v3, github/codeql-action/init@v2, github/codeql-action/autobuild@v2, github/codeql-action/analyze@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
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/ToCode/Property.cs#L293
Dereference of a possibly null reference.
Analyze (csharp): src/ToCode/Property.cs#L294
Dereference of a possibly null reference.
Analyze (csharp): src/ToCode/Property.cs#L294
Unboxing a possibly null value.
Analyze (csharp): src/ToCode/Property.cs#L295
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/Operations/PasteOperation.cs#L144
'ViewFactory.Create(Type)' is obsolete: 'Migrate to using generic Create<T> method'
Analyze (csharp): src/Operations/MenuOperations/RemoveMenuItemOperation.cs#L146
Dereference of a possibly null reference.
Analyze (csharp): src/Operations/MenuOperations/RemoveMenuItemOperation.cs#L149
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'