Fixes #3691. Adds Popover
#8335
Annotations
20 warnings
Build Release Solution:
UICatalog/Scenarios/AdornmentsEditor.cs#L124
Converting null literal or possible null value to non-nullable type.
|
Build Release Solution:
UICatalog/Scenarios/Bars.cs#L294
Dereference of a possibly null reference.
|
Build Release Solution:
UICatalog/Scenarios/ContextMenus.cs#L19
The field 'ContextMenus._useSubMenusSingleFrame' is never used
|
Build Release Solution:
UICatalog/Scenarios/ContextMenus.cs#L17
The field 'ContextMenus._miForceMinimumPosToZero' is never used
|
Build Release Solution:
UICatalog/Scenarios/ContextMenus.cs#L16
The field 'ContextMenus._forceMinimumPosToZero' is assigned but its value is never used
|
Build Release Solution:
UnitTests/View/ViewCommandTests.cs#L7
Parameter 'output' is unread.
|
Build Release Solution:
UnitTests/Drawing/CellTests.cs#L6
Parameter 'output' is unread.
|
Build Release Solution:
UnitTests/Application/ApplicationTests.cs#L1069
Support for 'async void' unit tests is being removed from xUnit.net v3. To simplify upgrading, convert the test to 'async Task' instead. (https://xunit.net/xunit.analyzers/rules/xUnit1048)
|
Build Release Solution:
UICatalog/Scenarios/AdornmentsEditor.cs#L124
Converting null literal or possible null value to non-nullable type.
|
Build Release Solution:
UICatalog/Scenarios/Bars.cs#L294
Dereference of a possibly null reference.
|
Build Release Terminal.Gui:
Terminal.Gui/Views/Menu/Menuv2.cs#L138
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Build Release Terminal.Gui:
Terminal.Gui/Application/ApplicationNavigation.cs#L34
Unreachable code detected
|
Build Release Terminal.Gui:
Terminal.Gui/Application/Application.Keyboard.cs#L47
Dereference of a possibly null reference.
|
Build Release Terminal.Gui:
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:
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:
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:
Terminal.Gui/Views/Menu/MenuBarv2.cs#L33
Dereference of a possibly null reference.
|
Build Release Terminal.Gui:
Terminal.Gui/Views/Menu/Menu.cs#L147
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:
Terminal.Gui/Views/Menu/Menuv2.cs#L99
Missing XML comment for publicly visible type or member 'Menuv2.RaiseShortcutCommandInvoked(CommandContext)'
|
Build Release Terminal.Gui:
Terminal.Gui/Views/Shortcut.cs#L315
Missing XML comment for publicly visible type or member 'Shortcut.TargetView'
|
Loading