Deploy to GitHub Releases #33
Annotations
10 warnings
Publish Application:
MangaJaNaiConverterGui/ViewLocator.cs#L23
Nullability of reference types in type of parameter 'data' of 'bool ViewLocator.Match(object data)' doesn't match implicitly implemented member 'bool IDataTemplate.Match(object? data)' (possibly because of nullability attributes).
|
Publish Application:
MangaJaNaiConverterGui/ViewLocator.cs#L10
Nullability of reference types in type of parameter 'data' of 'Control ViewLocator.Build(object data)' doesn't match implicitly implemented member 'Control? ITemplate<object?, Control?>.Build(object? param)' (possibly because of nullability attributes).
|
Publish Application:
MangaJaNaiConverterGui/App.axaml.cs#L60
Possible null reference argument for parameter 'lifetime' in 'AutoSuspendHelper.AutoSuspendHelper(IApplicationLifetime lifetime)'.
|
Publish Application:
MangaJaNaiConverterGui/App.axaml.cs#L68
Dereference of a possibly null reference.
|
Publish Application:
MangaJaNaiConverterGui/ViewModels/MainWindowViewModel.cs#L61
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
|
Publish Application:
MangaJaNaiConverterGui/ViewModels/MainWindowViewModel.cs#L1612
Non-nullable field '_workflowName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Publish Application:
MangaJaNaiConverterGui/ViewModels/MainWindowViewModel.cs#L1612
Non-nullable field '_displayDevice' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Publish Application:
MangaJaNaiConverterGui/ViewModels/MainWindowViewModel.cs#L1612
Non-nullable field '_chains' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Publish Application:
MangaJaNaiConverterGui/Services/UpdateManagerService.cs#L22
'UpdateManager.IsUpdatePendingRestart' is obsolete: 'Use UpdatePendingRestart instead.'
|
Publish Application:
MangaJaNaiConverterGui/ViewModels/MainWindowViewModel.cs#L642
Dereference of a possibly null reference.
|
Loading