Skip to content

Ytmm export updates #15

Ytmm export updates

Ytmm export updates #15

Triggered via pull request July 2, 2024 19:22
Status Failure
Total duration 1m 1s
Artifacts

build.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

1 error and 10 warnings
build
HttpError: Resource not accessible by integration
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.