Application tests #115
codeql-analysis.yml
on: pull_request
Windows CodeQL Analysis
7m 29s
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/Controls/ViewerUserControl.xaml.cs#L71
Possible null reference assignment.
|
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/ViewerUserControl.xaml.cs#L90
Dereference of a possibly null reference.
|
Windows CodeQL Analysis:
PhotoManager/PhotoManager.UI/Controls/ViewerUserControl.xaml.cs#L21
Dereference of a possibly null reference.
|
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)'.
|