Fixes #3691 - Adds ViewArrangement.Popover
#3852
Draft
Annotations
20 warnings
Build Release Solution:
Tests/UnitTests/Configuration/ConfigurationMangerTests.cs#L488
Do not use Assert.NotEmpty to check if a value exists in a collection. Use Assert.Contains instead. (https://xunit.net/xunit.analyzers/rules/xUnit2030)
|
Build Release Solution:
UICatalog/Scenarios/ContextMenus.cs#L16
The field 'ContextMenus._forceMinimumPosToZero' is assigned but its value is never used
|
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:
TerminalGuiFluentTesting/GuiTestContext.cs#L323
Missing XML comment for publicly visible type or member 'GuiTestContext.Down()'
|
Build Release Solution:
TerminalGuiFluentTesting/GuiTestContext.cs#L186
Missing XML comment for publicly visible type or member 'GuiTestContext.ScreenShot(string, TextWriter)'
|
Build Release Solution:
TerminalGuiFluentTesting/GuiTestContext.cs#L25
Non-nullable field '_ex' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Build Release Solution:
TerminalGuiFluentTesting/FakeOutput.cs#L8
Non-nullable property 'LastBuffer' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build Release Solution:
TerminalGuiFluentTesting/FakeInput.cs#L12
Non-nullable property 'InputBuffer' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build Release Solution:
TerminalGuiFluentTesting/TextWriterLogger.cs#L7
Nullability in constraints for type parameter 'TState' of method 'TextWriterLogger.BeginScope<TState>(TState)' doesn't match the constraints for type parameter 'TState' of interface method 'ILogger.BeginScope<TState>(TState)'. Consider using an explicit interface implementation instead.
|
Build Release Terminal.Gui:
Terminal.Gui/Views/Menu/MenuBar.cs#L1445
Dereference of a possibly null reference.
|
Build Release Terminal.Gui:
Terminal.Gui/Views/Menu/Menu.cs#L464
Dereference of a possibly null reference.
|
Build Release Terminal.Gui:
Terminal.Gui/Views/Menu/Menu.cs#L459
Dereference of a possibly null reference.
|
Build Release Terminal.Gui:
Terminal.Gui/Views/Menu/Menu.cs#L11
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/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/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 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/MenuItemv2.cs#L90
Possible null reference assignment.
|
Build Release Terminal.Gui:
Terminal.Gui/Views/Menu/MenuItemv2.cs#L85
Possible null reference assignment.
|
Build Release Terminal.Gui:
Terminal.Gui/Views/TabView/TabView.cs#L246
Nullable value type may be null.
|
Loading