Skip to content

copy @DrasilZA changes from PR #7 #18

copy @DrasilZA changes from PR #7

copy @DrasilZA changes from PR #7 #18

Triggered via push July 2, 2024 19:47
Status Success
Total duration 54s
Artifacts

build.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
Unexpected input(s) 'continue-on-error', valid inputs are ['artifact', 'name', 'path', 'path-replace-backslashes', 'reporter', 'list-suites', 'list-tests', 'max-annotations', 'fail-on-error', 'fail-on-empty', 'working-directory', 'only-summary', 'token']
build: KaddaOK.Library/LineSplitter.cs#L21
Possible null reference argument for parameter 'source' in 'TList? Enumerable.SingleOrDefault<TList>(IEnumerable<TList> source, Func<TList, bool> predicate)'.
build: KaddaOK.Library/WordMerger.cs#L49
Dereference of a possibly null reference.
build: KaddaOK.Library/WordMerger.cs#L49
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/Controls/Dialogs/NudgeTimingsDialog.axaml.cs#L27
Converting null literal or possible null value to non-nullable type.
build: KaddaOK.AvaloniaApp/Controls/Dialogs/NudgeTimingsDialog.axaml.cs#L27
Dereference of a possibly null reference.
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/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.