Fixes #1265 - Adds Sixel rendering support #7820
Annotations
10 warnings
Build Release:
Terminal.Gui/Application/Application.Keyboard.cs#L15
Non-nullable field 'Sixel' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Build Release:
Terminal.Gui/Views/Menu/MenuItem.cs#L23
Non-nullable field '_menuBar' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Build Release:
Terminal.Gui/Views/Menu/MenuItem.cs#L23
Non-nullable field '_title' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Build Release:
Terminal.Gui/Views/Menu/MenuItem.cs#L23
Non-nullable property 'Data' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build Release:
Terminal.Gui/Views/Menu/Menu.cs#L145
Non-nullable field '_host' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Build Release:
Terminal.Gui/Application/Application.Driver.cs#L30
Missing XML comment for publicly visible type or member 'Application.Sixel'
|
Build Release:
Terminal.Gui/Drawing/Quant/CIE76ColorDistance.cs#L9
Missing XML comment for publicly visible type or member 'CIE76ColorDistance.CalculateDistance(Color, Color)'
|
Build Release:
Terminal.Gui/Drawing/Quant/CIE94ColorDistance.cs#L15
Missing XML comment for publicly visible type or member 'CIE94ColorDistance.CalculateDistance(Color, Color)'
|
Build Release:
Terminal.Gui/Drawing/Quant/ColorQuantizer.cs#L33
Missing XML comment for publicly visible type or member 'ColorQuantizer.BuildPalette(Color[*,*])'
|
Build Release:
Terminal.Gui/Drawing/Quant/ColorQuantizer.cs#L50
Missing XML comment for publicly visible type or member 'ColorQuantizer.GetNearestColor(Color)'
|
Loading