Skip to content

hoping this fixes the build? #14

hoping this fixes the build?

hoping this fixes the build? #14

Triggered via push July 2, 2024 19:21
Status Success
Total duration 1m 17s
Artifacts

build.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
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/ObservableStack.cs#L27
Possible null reference argument for parameter 'item' in 'void Collection<T>.Add(T item)'.
build: KaddaOK.AvaloniaApp/Models/ManualTimingLine.cs#L28
Possible null reference assignment.
build: KaddaOK.AvaloniaApp/Models/ManualTimingLine.cs#L42
Non-nullable field 'words' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: KaddaOK.AvaloniaApp/Views/EditLinesView.axaml.cs#L44
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/Controls/Dialogs/EditSyllableTextDialog.axaml.cs#L27
Converting null literal or possible null value to non-nullable type.