Skip to content

Use LineCanvas to draw TableView borders #5955

Use LineCanvas to draw TableView borders

Use LineCanvas to draw TableView borders #5955

Triggered via pull request February 1, 2024 20:50
Status Failure
Total duration 2m 52s
Artifacts

dotnet-core.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

1 error and 10 warnings
build_and_test
Process completed with exit code 1.
build_and_test: Terminal.Gui/Drawing/ColorScheme.cs#L242
Nullability of reference types in type of parameter 'x' of 'bool SchemeNameComparerIgnoreCase.Equals(string x, string y)' doesn't match implicitly implemented member 'bool IEqualityComparer<string>.Equals(string? x, string? y)' (possibly because of nullability attributes).
build_and_test: Terminal.Gui/Drawing/ColorScheme.cs#L242
Nullability of reference types in type of parameter 'y' of 'bool SchemeNameComparerIgnoreCase.Equals(string x, string y)' doesn't match implicitly implemented member 'bool IEqualityComparer<string>.Equals(string? x, string? y)' (possibly because of nullability attributes).
build_and_test: Terminal.Gui/Views/TextView.cs#L38
Possible null reference argument for parameter 'left' in 'bool ColorScheme.operator ==(ColorScheme left, ColorScheme right)'.
build_and_test: Terminal.Gui/Views/TextView.cs#L38
Possible null reference argument for parameter 'right' in 'bool ColorScheme.operator ==(ColorScheme left, ColorScheme right)'.
build_and_test: Terminal.Gui/Views/TextView.cs#L2536
Cannot convert null literal to non-nullable reference type.
build_and_test: Terminal.Gui/Views/TextView.cs#L2563
Possible null reference argument for parameter 'left' in 'bool ColorScheme.operator !=(ColorScheme left, ColorScheme right)'.
build_and_test: Terminal.Gui/Views/TextView.cs#L2563
Cannot convert null literal to non-nullable reference type.
build_and_test: Terminal.Gui/Views/TextView.cs#L2587
Possible null reference argument for parameter 'left' in 'bool ColorScheme.operator !=(ColorScheme left, ColorScheme right)'.
build_and_test: Terminal.Gui/Views/TextView.cs#L2587
Cannot convert null literal to non-nullable reference type.
build_and_test: Terminal.Gui/Views/TextView.cs#L2611
Possible null reference argument for parameter 'left' in 'bool ColorScheme.operator !=(ColorScheme left, ColorScheme right)'.