Skip to content

Add PR base ref

Add PR base ref #3

Triggered via push March 19, 2024 11:54
Status Success
Total duration 28m 3s
Artifacts

codeql.yml

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

Annotations

10 warnings
Analyze (csharp): MvvmCross/Platforms/Ios/Views/MvxCanCreateIosViewExtensions.cs#L22
#warning: 'TODO - could this move down to IMvxView level?'
Analyze (csharp): MvvmCross/Commands/MvxAsyncCommand.cs#L176
Nullability of reference types in type of 'event EventHandler MvxCommandBase.CanExecuteChanged' doesn't match implicitly implemented member 'event EventHandler? ICommand.CanExecuteChanged'.
Analyze (csharp): MvvmCross/Commands/MvxCommand.cs#L139
Nullability of reference types in type of 'event EventHandler MvxCommandBase.CanExecuteChanged' doesn't match implicitly implemented member 'event EventHandler? ICommand.CanExecuteChanged'.
Analyze (csharp): MvvmCross/Commands/MvxCommand.cs#L170
Nullability of reference types in type of 'event EventHandler MvxCommandBase.CanExecuteChanged' doesn't match implicitly implemented member 'event EventHandler? ICommand.CanExecuteChanged'.
Analyze (csharp): MvvmCross/Platforms/Ios/Views/MvxBaseViewController.cs#L53
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Analyze (csharp): MvvmCross/Commands/MvxAsyncCommand.cs#L225
Nullability of reference types in type of 'event EventHandler MvxCommandBase.CanExecuteChanged' doesn't match implicitly implemented member 'event EventHandler? ICommand.CanExecuteChanged'.
Analyze (csharp): MvvmCross/Base/MvxSingletonCache.cs#L37
Dereference of a possibly null reference.
Analyze (csharp): MvvmCross/Base/MvxSingletonCache.cs#L39
Possible null reference return.
Analyze (csharp): MvvmCross/Base/MvxSingletonCache.cs#L49
Dereference of a possibly null reference.
Analyze (csharp): MvvmCross/Base/MvxSingletonCache.cs#L50
Possible null reference return.