Skip to content

Creating a new view with an invalid class name now shows nicer error #9

Creating a new view with an invalid class name now shows nicer error

Creating a new view with an invalid class name now shows nicer error #9

Triggered via push January 8, 2024 08:19
Status Success
Total duration 2m 9s
Artifacts

codeql.yml

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

Annotations

10 warnings
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/MenuTracker.cs#L129
Parameter 'hostBar' must have a non-null value when exiting with 'true'.
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/Operations/AddViewOperation.cs#L97
'ViewFactory.Create(Type)' is obsolete: 'Migrate to using generic Create<T> method'
Analyze (csharp): src/UI/KeyboardManager.cs#L281
Possible null reference assignment.
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.