Skip to content

keyboard use on edit tab #9

keyboard use on edit tab

keyboard use on edit tab #9

Triggered via push April 13, 2024 20:39
Status Failure
Total duration 1m 11s
Artifacts

build.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 error and 10 warnings
build
Process completed with exit code 1.
build: KaddaOK.Library/WordMerger.cs#L12
Nullability of reference types in return type of 'LyricWord? WordMerger.MergeWord(ObservableCollection<LyricLine>? allLines, LyricWord wordToMerge, bool withWordBefore)' doesn't match implicitly implemented member 'LyricWord IWordMerger.MergeWord(ObservableCollection<LyricLine>? allLines, LyricWord wordToMerge, bool withWordBefore)' (possibly because of nullability attributes).
build: KaddaOK.Library/WordMerger.cs#L44
Dereference of a possibly null reference.
build: KaddaOK.Library/WordMerger.cs#L44
Dereference of a possibly null reference.
build: KaddaOK.Library/RzlrcContentsGenerator.cs#L189
Possible null reference argument for parameter 'source' in 'bool Enumerable.Any<LyricItem>(IEnumerable<LyricItem> source)'.
build: KaddaOK.Library/RzlrcContentsGenerator.cs#L191
Possible null reference argument for parameter 'source' in 'IEnumerable<LyricItem> Enumerable.Where<LyricItem>(IEnumerable<LyricItem> source, Func<LyricItem, bool> predicate)'.
build: KaddaOK.AvaloniaApp/WaveformDraw.cs#L80
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
build: KaddaOK.AvaloniaApp/Controls/Dialogs/EditSyllableTextDialog.axaml.cs#L27
Converting null literal or possible null value to non-nullable type.
build: KaddaOK.AvaloniaApp/Controls/Dialogs/EditSyllableTextDialog.axaml.cs#L27
Dereference of a possibly null reference.
build: KaddaOK.AvaloniaApp/Views/NarrowingView.axaml.cs#L29
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.
build: KaddaOK.AvaloniaApp/Views/EditLinesView.axaml.cs#L38
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.