Skip to content

Fixes #3169. Bounds -> Viewport: Content Scrolling in View #6408

Fixes #3169. Bounds -> Viewport: Content Scrolling in View

Fixes #3169. Bounds -> Viewport: Content Scrolling in View #6408

Triggered via pull request April 14, 2024 21:45
Status Success
Total duration 5m 4s
Artifacts

dotnet-core.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

14 warnings
build_and_test
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: simon-k/dotnet-code-coverage-badge@v1.0.0. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build_and_test
The following actions uses node12 which is deprecated and will be forced to run on node16: simon-k/dotnet-code-coverage-badge@v1.0.0. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build_and_test
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build_and_test
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
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/Menu/MenuBar.cs#L1472
The field 'MenuBar._openedByHotKey' is assigned but its value is never used
build_and_test: UICatalog/Scenarios/Adornments.cs#L16
Member 'Adornments.Init()' overrides obsolete member 'Scenario.Init()'. Add the Obsolete attribute to 'Adornments.Init()'.
build_and_test: UICatalog/Scenarios/Adornments.cs#L133
Member 'Adornments.Run()' overrides obsolete member 'Scenario.Run()'. Add the Obsolete attribute to 'Adornments.Run()'.
build_and_test: UICatalog/Scenarios/AllViewsTester.cs#L43
Member 'AllViewsTester.Init()' overrides obsolete member 'Scenario.Init()'. Add the Obsolete attribute to 'AllViewsTester.Init()'.
build_and_test: UICatalog/Scenarios/ListColumns.cs#L51
Member 'ListColumns.Setup()' overrides obsolete member 'Scenario.Setup()'. Add the Obsolete attribute to 'ListColumns.Setup()'.
build_and_test: UICatalog/Scenarios/ListsAndCombos.cs#L15
Member 'ListsAndCombos.Setup()' overrides obsolete member 'Scenario.Setup()'. Add the Obsolete attribute to 'ListsAndCombos.Setup()'.
build_and_test: UICatalog/Scenarios/ContextMenus.cs#L20
Member 'ContextMenus.Setup()' overrides obsolete member 'Scenario.Setup()'. Add the Obsolete attribute to 'ContextMenus.Setup()'.