Skip to content

Android support

Android support #62

Triggered via pull request April 8, 2024 14:01
Status Success
Total duration 2m 19s
Artifacts

dotnet.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: ImmichFrame/Views/SettingsView.axaml.cs#L19
Dereference of a possibly null reference.
build: ImmichFrame/Views/SettingsView.axaml.cs#L21
Dereference of a possibly null reference.
build: ImmichFrame/Views/SettingsView.axaml.cs#L21
Converting null literal or possible null value to non-nullable type.
build: ImmichFrame/Views/SettingsView.axaml.cs#L21
Dereference of a possibly null reference.
build: ImmichFrame/Views/MainView.axaml.cs#L175
Dereference of a possibly null reference.
build: ImmichFrame/Views/MainView.axaml.cs#L175
Converting null literal or possible null value to non-nullable type.
build: ImmichFrame/Views/MainView.axaml.cs#L175
Dereference of a possibly null reference.
build: ImmichFrame/ViewModels/MainWindowViewModel.cs#L18
The variable 'ex' is declared but never used
build: ImmichFrame/ViewModels/MainViewModel.cs#L15
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)'.