Skip to content

Fix stream position not 0 #18

Fix stream position not 0

Fix stream position not 0 #18

Triggered via pull request March 16, 2024 17:33
Status Success
Total duration 44s
Artifacts

dotnet.yml

on: pull_request
Fit to window
Zoom out
Zoom in

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/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#L32
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.