Fixes #1785. Adds Pos.Align
- Align sets of views horizontally or vertically
#6476
dotnet-core.yml
on: pull_request
build_and_test
2m 29s
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/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#L477
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#L484
Missing XML comment for publicly visible type or member 'Pos.PosJustify.Equals(object)'
|
build_and_test:
Terminal.Gui/View/Layout/PosDim.cs#L489
Missing XML comment for publicly visible type or member 'Pos.PosJustify.GetHashCode()'
|
build_and_test:
Terminal.Gui/View/Layout/PosDim.cs#L492
Missing XML comment for publicly visible type or member 'Pos.PosJustify.ToString()'
|