Skip to content

Merge pull request #264 from dodexahedron/convert-tests-to-constraint… #2

Merge pull request #264 from dodexahedron/convert-tests-to-constraint…

Merge pull request #264 from dodexahedron/convert-tests-to-constraint… #2

Triggered via push December 30, 2023 02:33
Status Success
Total duration 2m 4s
Artifacts

codeql.yml

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

Annotations

10 warnings
Analyze (csharp): src/MenuTracker.cs#L97
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/UI/KeyboardManager.cs#L283
Possible null reference assignment.
Analyze (csharp): src/Operations/AddViewOperation.cs#L83
'ViewFactory.Create(Type)' is obsolete: 'Migrate to using generic Create<T> method'
Analyze (csharp): src/MenuTracker.cs#L86
Missing XML comment for publicly visible type or member 'MenuTracker.TryGetParent(MenuItem, out MenuBar?, out MenuBarItem?)'
Analyze (csharp): src/Operations/Operation.cs#L8
Missing XML comment for publicly visible type or member 'Operation._timesDone'
Analyze (csharp): src/UI/Editor.cs#L243
XML comment has cref attribute 'KeyPressed' that could not be resolved
Analyze (csharp): src/UI/KeyboardManager.cs#L33
XML comment has cref attribute 'RootKey' that could not be resolved
Analyze (csharp): src/UI/MouseManager.cs#L7
XML comment has cref attribute 'RootMouseEvent' that could not be resolved
Analyze (csharp): src/UI/MouseManager.cs#L34
XML comment has cref attribute 'RootMouseEvent' that could not be resolved