CI / CD #43
Annotations
1 error and 10 warnings
Test
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/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.
|
Build:
PhotoManager/PhotoManager.UI/Controls/ViewerUserControl.xaml.cs#L71
Possible null reference assignment.
|
Loading