Move-Setting.CurrentSettings-to-OnLoaded #34
Annotations
10 warnings
build:
ImmichFrame/Helpers/AssetHelper.cs#L14
Non-nullable field '_memoryAssetInfos' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
build:
ImmichFrame/Helpers/AssetHelper.cs#L30
Non-nullable field '_albumAssetInfos' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
build:
ImmichFrame/Helpers/AssetHelper.cs#L47
Non-nullable field '_peopleAssetInfos' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
build:
ImmichFrame/Models/AssetResponseDto.cs#L41
Possible null reference argument for parameter 'path' in 'DirectoryInfo Directory.CreateDirectory(string path)'.
|
build:
ImmichFrame/Models/AssetResponseDto.cs#L14
Non-nullable field '_imageDesc' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
build:
ImmichFrame/Models/Settings.cs#L12
Non-nullable property 'ImmichServerUrl' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
ImmichFrame/Models/Settings.cs#L13
Non-nullable property 'ApiKey' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
ImmichFrame/Models/Settings.cs#L18
Non-nullable property 'Albums' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
ImmichFrame/Models/Settings.cs#L19
Non-nullable property 'People' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
ImmichFrame/Models/Settings.cs#L33
Non-nullable field '_settings' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|