Skip to content

CI / CD

CI / CD #63

Triggered via pull request November 11, 2024 20:05
Status Success
Total duration 10m 36s
Artifacts

build.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: PhotoManager/PhotoManager.Domain/Asset.cs#L8
Non-nullable property 'Folder' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: PhotoManager/PhotoManager.Domain/Asset.cs#L9
Non-nullable property 'FileName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: PhotoManager/PhotoManager.Domain/Asset.cs#L17
Non-nullable property 'Hash' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: PhotoManager/PhotoManager.Domain/ProcessStatusChangedCallback.cs#L7
Non-nullable property 'NewStatus' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: PhotoManager/PhotoManager.Application/Application.cs#L131
Possible null reference assignment.
build: 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'.
build: 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'.
build: PhotoManager/PhotoManager.UI/Windows/SyncAssetsWindow.xaml.cs#L110
Possible null reference argument for parameter 'definitions' in 'void SyncAssetsWindow.Save(ObservableCollection<SyncAssetsDirectoriesDefinition> definitions)'.
build: PhotoManager/PhotoManager.UI/Windows/SyncAssetsWindow.xaml.cs#L188
Possible null reference argument for parameter 'definitions' in 'void SyncAssetsWindow.Save(ObservableCollection<SyncAssetsDirectoriesDefinition> definitions)'.
build: PhotoManager/PhotoManager.UI/Windows/SyncAssetsWindow.xaml.cs#L21
Dereference of a possibly null reference.