Skip to content

Merge pull request #615 from b-editor/new-animation #488

Merge pull request #615 from b-editor/new-animation

Merge pull request #615 from b-editor/new-animation #488

Triggered via push July 31, 2023 05:48
Status Success
Total duration 1m 34s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: src/Beutl.Graphics/Media/TextFormatting/Compat/FormattedTextParser.cs#L52
Converting null literal or possible null value to non-nullable type.
build: src/Beutl.Graphics/Media/TextFormatting/Compat/FormattedTextParser.cs#L63
Converting null literal or possible null value to non-nullable type.
build: src/Beutl.Graphics/Media/TextFormatting/Compat/FormattedTextParser.cs#L75
Possible null reference argument for parameter 'item' in 'void Stack<IBrush>.Push(IBrush item)'.
build: src/Beutl.Graphics/Media/TextFormatting/Compat/FormattedTextParser.cs#L131
Argument of type 'Stack<IBrush>' cannot be used for parameter 'stack' of type 'Stack<IBrush?>' in 'IBrush? StackExtensions.PopOrDefault<IBrush?>(Stack<IBrush?> stack, IBrush? defaultValue)' due to differences in the nullability of reference types.
build: src/Beutl.Graphics/Media/TextFormatting/Compat/FormattedTextParser.cs#L131
Converting null literal or possible null value to non-nullable type.
build: tests/TextFormattingPlayground/MainWindow.axaml.cs#L59
Cannot convert null literal to non-nullable reference type.
build: src/Beutl.Graphics/Media/TextFormatting/Compat/FormattedTextParser.cs#L52
Converting null literal or possible null value to non-nullable type.
build: src/Beutl.Graphics/Media/TextFormatting/Compat/FormattedTextParser.cs#L63
Converting null literal or possible null value to non-nullable type.
build: src/Beutl.Graphics/Media/TextFormatting/Compat/FormattedTextParser.cs#L75
Possible null reference argument for parameter 'item' in 'void Stack<IBrush>.Push(IBrush item)'.
build: src/Beutl.Graphics/Media/TextFormatting/Compat/FormattedTextParser.cs#L131
Argument of type 'Stack<IBrush>' cannot be used for parameter 'stack' of type 'Stack<IBrush?>' in 'IBrush? StackExtensions.PopOrDefault<IBrush?>(Stack<IBrush?> stack, IBrush? defaultValue)' due to differences in the nullability of reference types.