Skip to content

Code Quality Analysis #17

Code Quality Analysis

Code Quality Analysis #17

Manually triggered November 14, 2025 19:13
Status Success
Total duration 4m 57s
Artifacts

code-review.yml

on: workflow_dispatch
Code Quality Analysis
4m 52s
Code Quality Analysis
Fit to window
Zoom out
Zoom in

Annotations

1 error and 10 warnings
Code Quality Analysis
CodeQL Action v3 will be deprecated in December 2026. Please update all occurrences of the CodeQL Action in your workflow files to v4. For more information, see https://github.blog/changelog/2025-10-28-upcoming-deprecation-of-codeql-action-v3/
Code Quality Analysis: Tests/UnitTests/ArchitecturalRules/AnalyzerIntegrationTests.cs#L140
Dereference of a possibly null reference.
Code Quality Analysis: Tests/UnitTests/ArchitecturalRules/AnalyzerIntegrationTests.cs#L128
Dereference of a possibly null reference.
Code Quality Analysis: Tests/ApprovalTests/Regression/AssignmentDuplicateTests.cs#L26
Dereference of a possibly null reference.
Code Quality Analysis: Tests/ApprovalTests/Regression/MemberAccessDuplicateTests.cs#L25
Dereference of a possibly null reference.
Code Quality Analysis: CSharpCodeAnalyst/Analyzers/EventRegistration/Analyzer.cs#L58
The event 'Analyzer.DataChanged' is never used
Code Quality Analysis: CSharpCodeAnalyst/Areas/CycleGroupsArea/CycleGroupViewModel.cs#L16
Non-nullable field '_name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
Code Quality Analysis: CSharpCodeAnalyst/Areas/TreeArea/TreeViewModel.cs#L386
Nullable value type may be null.
Code Quality Analysis: CSharpCodeAnalyst/Analyzers/EventRegistration/Analyzer.cs#L58
The event 'Analyzer.DataChanged' is never used
Code Quality Analysis: CSharpCodeAnalyst/Areas/CycleGroupsArea/CycleGroupViewModel.cs#L16
Non-nullable field '_name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
Code Quality Analysis: CSharpCodeAnalyst/Areas/TreeArea/TreeViewModel.cs#L386
Nullable value type may be null.