Skip to content

CI / CD

CI / CD #12

Triggered via pull request September 25, 2024 21:39
Status Failure
Total duration 12m 29s
Artifacts

build.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

1 error and 10 warnings
build
Process completed with exit code 1.
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/ViewModels/FolderNavigationViewModel.cs#L12
Non-nullable field 'targetPath' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.