Use LineCanvas to draw TableView borders #2574
Draft
Annotations
1 error and 10 warnings
Test
Process completed with exit code 1.
|
Build Debug:
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 Debug:
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 Debug:
Terminal.Gui/Views/TextView.cs#L38
Possible null reference argument for parameter 'left' in 'bool ColorScheme.operator ==(ColorScheme left, ColorScheme right)'.
|
Build Debug:
Terminal.Gui/Views/TextView.cs#L38
Possible null reference argument for parameter 'right' in 'bool ColorScheme.operator ==(ColorScheme left, ColorScheme right)'.
|
Build Debug:
Terminal.Gui/Views/TextView.cs#L2536
Cannot convert null literal to non-nullable reference type.
|
Build Debug:
Terminal.Gui/Views/TextView.cs#L2563
Possible null reference argument for parameter 'left' in 'bool ColorScheme.operator !=(ColorScheme left, ColorScheme right)'.
|
Build Debug:
Terminal.Gui/Views/TextView.cs#L2563
Cannot convert null literal to non-nullable reference type.
|
Build Debug:
Terminal.Gui/Views/TextView.cs#L2587
Possible null reference argument for parameter 'left' in 'bool ColorScheme.operator !=(ColorScheme left, ColorScheme right)'.
|
Build Debug:
Terminal.Gui/Views/TextView.cs#L2587
Cannot convert null literal to non-nullable reference type.
|
Build Debug:
Terminal.Gui/Views/TextView.cs#L2611
Possible null reference argument for parameter 'left' in 'bool ColorScheme.operator !=(ColorScheme left, ColorScheme right)'.
|
The logs for this run have expired and are no longer available.
Loading