Skip to content

Big warnings cleanup #36

Big warnings cleanup

Big warnings cleanup #36

Triggered via pull request March 19, 2024 11:57
@CheesebaronCheesebaron
synchronize #4839
Status Success
Total duration 13m 36s
Artifacts

sonar.yml

on: pull_request_target
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: 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'.
build: 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'.
build: 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'.
build: 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'.
build: MvvmCross/Base/MvxSingletonCache.cs#L37
Dereference of a possibly null reference.
build: MvvmCross/Base/MvxSingletonCache.cs#L39
Possible null reference return.
build: MvvmCross/Base/MvxSingletonCache.cs#L49
Dereference of a possibly null reference.
build: MvvmCross/Base/MvxSingletonCache.cs#L50
Possible null reference return.
build: MvvmCross/Base/MvxSingletonCache.cs#L60
Dereference of a possibly null reference.
build: MvvmCross/Base/MvxSingletonCache.cs#L61
Possible null reference return.