CI / CD #69
Annotations
1 error and 11 warnings
🔨 Test
Process completed with exit code 1.
|
💾 Upload test results
No files were found with the provided path: test-results. No artifacts will be uploaded.
|
🔨 Build
The "--output" option isn't supported when building a solution. Specifying a solution-level output path results in all projects copying outputs to the same directory, which can lead to inconsistent builds.
|
🔨 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/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