Bump coverlet.collector from 3.2.0 to 6.0.0 #495
Annotations
10 warnings
src/Beutl.Graphics/Media/TextFormatting/Compat/FormattedTextParser.cs#L52
Converting null literal or possible null value to non-nullable type.
|
src/Beutl.Graphics/Media/TextFormatting/Compat/FormattedTextParser.cs#L63
Converting null literal or possible null value to non-nullable type.
|
src/Beutl.Graphics/Media/TextFormatting/Compat/FormattedTextParser.cs#L75
Possible null reference argument for parameter 'item' in 'void Stack<IBrush>.Push(IBrush item)'.
|
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.
|
src/Beutl.Graphics/Media/TextFormatting/Compat/FormattedTextParser.cs#L131
Converting null literal or possible null value to non-nullable type.
|
tests/TextFormattingPlayground/MainWindow.axaml.cs#L59
Cannot convert null literal to non-nullable reference type.
|
src/Beutl.Graphics/Media/TextFormatting/Compat/FormattedTextParser.cs#L52
Converting null literal or possible null value to non-nullable type.
|
src/Beutl.Graphics/Media/TextFormatting/Compat/FormattedTextParser.cs#L63
Converting null literal or possible null value to non-nullable type.
|
src/Beutl.Graphics/Media/TextFormatting/Compat/FormattedTextParser.cs#L75
Possible null reference argument for parameter 'item' in 'void Stack<IBrush>.Push(IBrush item)'.
|
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.
|
The logs for this run have expired and are no longer available.
Loading