Android support #62
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)'.
|