Skip to content

Fix adornment detection #1097

Fix adornment detection

Fix adornment detection #1097

Triggered via push March 31, 2026 03:12
Status Failure
Total duration 23s
Artifacts

build.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 11 warnings
package: Showcase/Tabs.Designer.cs#L93
The type or namespace name 'ShadowStyle' does not exist in the namespace 'Terminal.Gui.ViewBase' (are you missing an assembly reference?)
package: Showcase/Tabs.Designer.cs#L72
The type or namespace name 'ShadowStyle' does not exist in the namespace 'Terminal.Gui.ViewBase' (are you missing an assembly reference?)
package: Showcase/Tabs.Designer.cs#L62
'Tabs' does not contain a definition for 'Modal' and no accessible extension method 'Modal' accepting a first argument of type 'Tabs' could be found (are you missing a using directive or an assembly reference?)
package: Showcase/Tabs.Designer.cs#L61
The type or namespace name 'ShadowStyle' does not exist in the namespace 'Terminal.Gui.ViewBase' (are you missing an assembly reference?)
package: Showcase/Menus.Designer.cs#L214
'MenuBarItem' does not contain a definition for 'Children' and no accessible extension method 'Children' accepting a first argument of type 'MenuBarItem' could be found (are you missing a using directive or an assembly reference?)
package: Showcase/Menus.Designer.cs#L180
'MenuBarItem' does not contain a definition for 'Children' and no accessible extension method 'Children' accepting a first argument of type 'MenuBarItem' could be found (are you missing a using directive or an assembly reference?)
package: Showcase/Menus.Designer.cs#L162
'MenuBarItem' does not contain a definition for 'Children' and no accessible extension method 'Children' accepting a first argument of type 'MenuBarItem' could be found (are you missing a using directive or an assembly reference?)
package: Showcase/Menus.Designer.cs#L155
'MenuBarItem' does not contain a definition for 'Children' and no accessible extension method 'Children' accepting a first argument of type 'MenuBarItem' could be found (are you missing a using directive or an assembly reference?)
package: Showcase/Menus.Designer.cs#L103
The type or namespace name 'ShadowStyle' does not exist in the namespace 'Terminal.Gui.ViewBase' (are you missing an assembly reference?)
package: Showcase/Menus.Designer.cs#L94
The type or namespace name 'ShadowStyle' does not exist in the namespace 'Terminal.Gui.ViewBase' (are you missing an assembly reference?)
package
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-dotnet@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
package: src/Operations/AddViewOperation.cs#L106
'ViewFactory.Create(Type)' is obsolete: 'Migrate to using generic Create<T> method'
package: src/Operations/DragOperation.cs#L36
Non-nullable property 'PreventDrag' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
package: src/MenuTracker.cs#L174
Parameter 'hostBar' must have a non-null value when exiting with 'true'.
package: src/UI/Windows/SliderOptionEditor.cs#L42
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context. Auto-generated code requires an explicit '#nullable' directive in source.
package: src/UI/Windows/SizeEditor.cs#L28
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context. Auto-generated code requires an explicit '#nullable' directive in source.
package: src/UI/Windows/IValueGetterDialog.cs#L6
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
package: Showcase/Program.cs#L41
Nullability of reference types in value of type 'int?' doesn't match target type 'int'.
package: Showcase/Program.cs#L48
'Application.Shutdown()' is obsolete: 'The legacy static Application object is going away.'
package: Showcase/Program.cs#L47
'Application.Run(IRunnable, Func<Exception, bool>?)' is obsolete: 'The legacy static Application object is going away.'
package: Showcase/Program.cs#L21
'Application.Init(string?)' is obsolete: 'The legacy static Application object is going away.'