Skip to content

CodeQL

CodeQL #41

Triggered via schedule May 10, 2024 05:42
Status Success
Total duration 23m 44s
Artifacts

codeql.yml

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

Annotations

10 warnings
Analyze (csharp): MvvmCross/Platforms/WinUi/Views/MvxWindowsExtensions.cs#L91
#warning: 'ClearingBackStack disabled for now'
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/ViewModels/MvxViewModelViewLookupBuilder.cs#L26
Argument of type 'IEnumerable<(Type? viewModelType, Type candidateViewType)>' cannot be used for parameter 'views' of type 'IEnumerable<(Type, Type)>' in 'IEnumerable<(Type, Type)>? MvxViewModelViewLookupBuilder.FilterViews(IEnumerable<(Type, Type)>? views)' due to differences in the nullability of reference types.
Analyze (csharp): MvvmCross/ViewModels/MvxViewModelViewLookupBuilder.cs#L34
Argument of type 'IEnumerable<(Type? viewModelType, Type candidateViewType)>' cannot be used for parameter 'views' of type 'IEnumerable<(Type, Type)>' in 'Exception MvxViewModelViewLookupBuilder.ReportBuildProblem(IEnumerable<(Type, Type)> views, ArgumentException exception)' due to differences in the nullability of reference types.
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/ViewModels/MvxViewModelExtensions.cs#L54
Dereference of a possibly null reference.
Analyze (csharp): MvvmCross/Core/MvxSimplePropertyDictionaryExtensions.cs#L123
Dereference of a possibly null reference.
Analyze (csharp): MvvmCross/ViewModels/MvxNavigationSerializer.cs#L26
Dereference of a possibly null reference.
Analyze (csharp): MvvmCross/ViewModels/MvxNavigationSerializer.cs#L26
Possible null reference argument for parameter 'serializer' in 'MvxNavigationSerializer.MvxNavigationSerializer(IMvxTextSerializer serializer)'.