only add unique keys when combining albums/people/memories #48
Annotations
10 warnings
build:
ImmichFrame/ViewModels/MainViewModel.cs#L17
Non-nullable field '_settings' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
build:
ImmichFrame/Helpers/AssetHelper.cs#L13
Non-nullable field '_filteredAssetInfos' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
build:
ImmichFrame/Models/UiImage.cs#L7
Non-nullable property 'Image' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
ImmichFrame/Models/UiImage.cs#L8
Non-nullable property 'ThumbhashImage' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
ImmichFrame/Models/AssetResponseDto.cs#L52
Possible null reference argument for parameter 'path' in 'DirectoryInfo Directory.CreateDirectory(string path)'.
|
build:
ImmichFrame/Models/AssetResponseDto.cs#L15
Non-nullable field '_imageDesc' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
build:
ImmichFrame/ViewModels/MainViewModel.cs#L17
Non-nullable field '_settings' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
build:
ImmichFrame/Helpers/AssetHelper.cs#L13
Non-nullable field '_filteredAssetInfos' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
build:
ImmichFrame/Models/UiImage.cs#L7
Non-nullable property 'Image' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
ImmichFrame/Models/UiImage.cs#L8
Non-nullable property 'ThumbhashImage' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|