Fixes #1785. Adds Pos.Align
- Align sets of views horizontally or vertically
#6478
dotnet-core.yml
on: pull_request
build_and_test
2m 53s
Annotations
1 error and 10 warnings
build_and_test
Process completed with exit code 1.
|
build_and_test:
Terminal.Gui/Application.cs#L1527
Converting null literal or possible null value to non-nullable type.
|
build_and_test:
Terminal.Gui/ConsoleDrivers/CursesDriver/CursesDriver.cs#L826
Bitwise-or operator used on a sign-extended operand; consider casting to a smaller unsigned type first
|
build_and_test:
Terminal.Gui/ConsoleDrivers/WindowsDriver.cs#L1266
Unreachable code detected
|
build_and_test:
Terminal.Gui/Views/Dialog.cs#L31
The field 'Dialog._inLayout' is never used
|
build_and_test:
Terminal.Gui/Views/Menu/MenuBar.cs#L1478
The field 'MenuBar._openedByHotKey' is assigned but its value is never used
|
build_and_test:
Terminal.Gui/Drawing/Justification.cs#L99
Ambiguous reference in cref attribute: 'Justify'. Assuming 'Justifier.Justify(int[])', but could have also matched other overloads including 'Justifier.Justify(Justification, bool, int, int[])'.
|
build_and_test:
Terminal.Gui/Drawing/Justification.cs#L123
Parameter 'putSpaceBetweenItems' has no matching param tag in the XML comment for 'Justifier.Justify(Justification, bool, int, int[])' (but other parameters do)
|
build_and_test:
Terminal.Gui/View/Layout/PosDim.cs#L209
XML comment has a param tag for 'views', but there is no parameter by that name
|
build_and_test:
Terminal.Gui/View/Layout/PosDim.cs#L478
XML comment has a param tag for 'views', but there is no parameter by that name
|
build_and_test:
Terminal.Gui/View/Layout/PosDim.cs#L489
Missing XML comment for publicly visible type or member 'Pos.PosJustify.Equals(object)'
|