Deploy to GitHub Releases #16
deploy.yml
on: workflow_dispatch
deploy-to-github-releases
2m 43s
Annotations
10 warnings
deploy-to-github-releases:
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).
|
deploy-to-github-releases:
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).
|
deploy-to-github-releases:
MangaJaNaiConverterGui/ViewModels/MainWindowViewModel.cs#L58
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.
|
deploy-to-github-releases:
MangaJaNaiConverterGui/ViewModels/MainWindowViewModel.cs#L1307
Non-nullable field '_workflowName' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
deploy-to-github-releases:
MangaJaNaiConverterGui/ViewModels/MainWindowViewModel.cs#L1307
Non-nullable field '_displayDevice' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
deploy-to-github-releases:
MangaJaNaiConverterGui/ViewModels/MainWindowViewModel.cs#L1307
Non-nullable field '_chains' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
deploy-to-github-releases:
MangaJaNaiConverterGui/ViewModels/MainWindowViewModel.cs#L342
Dereference of a possibly null reference.
|
deploy-to-github-releases:
MangaJaNaiConverterGui/ViewModels/MainWindowViewModel.cs#L379
Dereference of a possibly null reference.
|
deploy-to-github-releases:
MangaJaNaiConverterGui/ViewModels/MainWindowViewModel.cs#L399
Possible null reference argument for parameter 'source' in 'IEnumerable<UpscaleWorkflow> Enumerable.Skip<UpscaleWorkflow>(IEnumerable<UpscaleWorkflow> source, int count)'.
|
deploy-to-github-releases:
MangaJaNaiConverterGui/ViewModels/MainWindowViewModel.cs#L421
Possible null reference assignment.
|