Skip to content

Merge pull request #33 from 3rob3/Move-Setting.CurrentSettings-to-OnL… #35

Merge pull request #33 from 3rob3/Move-Setting.CurrentSettings-to-OnL…

Merge pull request #33 from 3rob3/Move-Setting.CurrentSettings-to-OnL… #35

Triggered via push March 23, 2024 14:48
Status Success
Total duration 37s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
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.
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.