Fixes #3192. Improve correctness / clarity of existing View.AutoSize
functionality/unit tests
#5975
Annotations
14 warnings
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: simon-k/dotnet-code-coverage-badge@v1.0.0. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
The following actions uses node12 which is deprecated and will be forced to run on node16: simon-k/dotnet-code-coverage-badge@v1.0.0. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Create Test Coverage Badge
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Create Test Coverage Badge
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Build Debug:
Terminal.Gui/Drawing/ColorScheme.cs#L216
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#L216
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/ConsoleDrivers/CursesDriver/CursesDriver.cs#L820
Bitwise-or operator used on a sign-extended operand; consider casting to a smaller unsigned type first
|
Build Debug:
Terminal.Gui/Drawing/ColorScheme.cs#L143
Non-nullable property 'ColorSchemes' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build Debug:
Terminal.Gui/Views/TextView.cs#L35
Possible null reference argument for parameter 'left' in 'bool ColorScheme.operator ==(ColorScheme left, ColorScheme right)'.
|
Build Debug:
Terminal.Gui/Views/TextView.cs#L35
Possible null reference argument for parameter 'right' in 'bool ColorScheme.operator ==(ColorScheme left, ColorScheme right)'.
|
Build Debug:
Terminal.Gui/Views/TextView.cs#L3221
Cannot convert null literal to non-nullable reference type.
|
Build Debug:
Terminal.Gui/Views/TextView.cs#L4031
Possible null reference argument for parameter 'left' in 'bool ColorScheme.operator !=(ColorScheme left, ColorScheme right)'.
|
Build Debug:
Terminal.Gui/Views/TextView.cs#L4031
Cannot convert null literal to non-nullable reference type.
|
Build Debug:
Terminal.Gui/Views/TextView.cs#L4057
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