Skip to content

CodeQL

CodeQL #6

Triggered via schedule June 14, 2024 05:48
Status Success
Total duration 30m 40s
Artifacts

codeql.yml

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

Annotations

10 warnings
Analyze (csharp): MvvmCross/ViewModels/MvxDefaultViewModelLocator.cs#L40
Nullability in constraints for type parameter 'TParameter' of method 'MvxDefaultViewModelLocator.Load<TParameter>(Type, TParameter, IMvxBundle?, IMvxBundle?, IMvxNavigateEventArgs?)' doesn't match the constraints for type parameter 'TParameter' of interface method 'IMvxViewModelLocator.Load<TParameter>(Type, TParameter, IMvxBundle?, IMvxBundle?, IMvxNavigateEventArgs?)'. Consider using an explicit interface implementation instead.
Analyze (csharp): MvvmCross/Core/MvxSimplePropertyDictionaryExtensions.cs#L123
Dereference of a possibly null reference.
Analyze (csharp): MvvmCross/Exceptions/MvxException.cs#L39
'Exception.Exception(SerializationInfo, StreamingContext)' is obsolete: 'This API supports obsolete formatter-based serialization. It should not be called or extended by application code.' (https://aka.ms/dotnet-warnings/SYSLIB0051)
Analyze (csharp): MvvmCross/Presenters/MvxViewPresenter.cs#L34
Converting null literal or possible null value to non-nullable type.
Analyze (csharp): MvvmCross/ViewModels/MvxChildViewModelCache.cs#L31
Converting null literal or possible null value to non-nullable type.
Analyze (csharp): MvvmCross/ViewModels/MvxChildViewModelCache.cs#L32
Possible null reference return.
Analyze (csharp): MvvmCross/ViewModels/MvxDefaultViewModelLocator.cs#L28
Dereference of a possibly null reference.
Analyze (csharp): MvvmCross/ViewModels/MvxChildViewModelCache.cs#L37
Possible null reference return.
Analyze (csharp): MvvmCross/ViewModels/MvxDefaultViewModelLocator.cs#L54
Dereference of a possibly null reference.