Skip to content

Merge pull request #56 from mmomjian/update-readme #95

Merge pull request #56 from mmomjian/update-readme

Merge pull request #56 from mmomjian/update-readme #95

Triggered via push April 16, 2024 17:06
Status Success
Total duration 4m 16s
Artifacts

dotnet.yml

on: push
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#L176
Converting null literal or possible null value to non-nullable type.
build: ImmichFrame/Views/MainView.axaml.cs#L176
Dereference of a possibly null reference.
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#L59
Possible null reference argument for parameter 'input' in 'Guid Guid.Parse(string input)'.
build: ImmichFrame/ViewModels/SettingsViewModel.cs#L70
Possible null reference argument for parameter 'input' in 'Guid Guid.Parse(string input)'.
build: ImmichFrame/Models/AssetResponseDto.cs#L63
Possible null reference argument for parameter 'path' in 'DirectoryInfo Directory.CreateDirectory(string path)'.
build: ImmichFrame/Models/Settings.cs#L212
Dereference of a possibly null reference.
build: ImmichFrame/Models/Settings.cs#L266
Possible null reference argument for parameter 'input' in 'bool Regex.IsMatch(string input, string pattern)'.