Android support #60
Annotations
10 warnings
build:
ImmichFrame/ViewModels/MainViewModel.cs#L37
Non-nullable field '_settings' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
build:
ImmichFrame/Models/AssetResponseDto.cs#L60
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/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/ViewModels/MainViewModel.cs#L37
Non-nullable field '_settings' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
build:
ImmichFrame/Models/AssetResponseDto.cs#L60
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/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.
|