Skip to content

Application tests

Application tests #115

Triggered via pull request January 4, 2025 22:48
Status Success
Total duration 7m 41s
Artifacts

codeql-analysis.yml

on: pull_request
Windows CodeQL Analysis
7m 29s
Windows CodeQL Analysis
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Windows CodeQL Analysis: PhotoManager/PhotoManager.Application/Application.cs#L118
Possible null reference assignment.
Windows CodeQL Analysis: PhotoManager/PhotoManager.UI/ViewModels/BaseViewModel.cs#L8
Nullability of reference types in type of 'event PropertyChangedEventHandler BaseViewModel.PropertyChanged' doesn't match implicitly implemented member 'event PropertyChangedEventHandler? INotifyPropertyChanged.PropertyChanged'.
Windows CodeQL Analysis: PhotoManager/PhotoManager.UI/ViewModels/FindDuplicatedAssetsViewModel.cs#L235
Nullability of reference types in type of 'event PropertyChangedEventHandler DuplicatedSetViewModel.PropertyChanged' doesn't match implicitly implemented member 'event PropertyChangedEventHandler? INotifyPropertyChanged.PropertyChanged'.
Windows CodeQL Analysis: PhotoManager/PhotoManager.UI/Controls/ViewerUserControl.xaml.cs#L24
Non-nullable event 'ThumbnailSelected' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the event as nullable.
Windows CodeQL Analysis: PhotoManager/PhotoManager.UI/Windows/SyncAssetsWindow.xaml.cs#L110
Possible null reference argument for parameter 'definitions' in 'void SyncAssetsWindow.Save(ObservableCollection<SyncAssetsDirectoriesDefinition> definitions)'.
Windows CodeQL Analysis: PhotoManager/PhotoManager.UI/Controls/ThumbnailsUserControl.xaml.cs#L26
Non-nullable event 'ThumbnailSelected' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the event as nullable.
Windows CodeQL Analysis: PhotoManager/PhotoManager.UI/Windows/SyncAssetsWindow.xaml.cs#L188
Possible null reference argument for parameter 'definitions' in 'void SyncAssetsWindow.Save(ObservableCollection<SyncAssetsDirectoriesDefinition> definitions)'.