Use LineCanvas to draw TableView borders #5955
dotnet-core.yml
on: pull_request
build_and_test
2m 40s
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)'.
|