Skip to content

Android build

Android build #81

Triggered via pull request April 14, 2024 16:38
@JW-CHJW-CH
synchronize #51
dev.jw.android
Status Success
Total duration 3m 44s
Artifacts

dotnet.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: ImmichFrame/Views/MainView.axaml.cs#L27
Non-nullable field '_viewModel' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: ImmichFrame/Views/MainView.axaml.cs#L173
Converting null literal or possible null value to non-nullable type.
build: ImmichFrame/Views/MainView.axaml.cs#L173
Dereference of a possibly null reference.
build: ImmichFrame/Models/AssetResponseDto.cs#L60
Possible null reference argument for parameter 'path' in 'DirectoryInfo Directory.CreateDirectory(string path)'.
build: ImmichFrame/ViewModels/ViewModelBase.cs#L9
Non-nullable field 'ShowMessageBoxFromThread' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: ImmichFrame/ViewModels/ViewModelBase.cs#L10
Non-nullable field 'ShowMessageBox' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: ImmichFrame/ViewModels/SettingsViewModel.cs#L57
Possible null reference argument for parameter 'input' in 'Guid Guid.Parse(string input)'.
build: ImmichFrame/ViewModels/SettingsViewModel.cs#L68
Possible null reference argument for parameter 'input' in 'Guid Guid.Parse(string input)'.
build: ImmichFrame/Models/Settings.cs#L213
Dereference of a possibly null reference.
build: ImmichFrame/Models/Settings.cs#L267
Possible null reference argument for parameter 'input' in 'bool Regex.IsMatch(string input, string pattern)'.