Nullable enum support in ValueFactory GetNewValue #1095
Annotations
10 errors and 11 warnings
|
package:
Showcase/Tabs.Designer.cs#L831
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#L706
'TextView' does not contain a definition for 'AllowsReturn' and no accessible extension method 'AllowsReturn' accepting a first argument of type 'TextView' could be found (are you missing a using directive or an assembly reference?)
|
|
package:
Showcase/Tabs.Designer.cs#L705
'TextView' does not contain a definition for 'AllowsTab' and no accessible extension method 'AllowsTab' accepting a first argument of type 'TextView' could be found (are you missing a using directive or an assembly reference?)
|
|
package:
Showcase/Tabs.Designer.cs#L704
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#L95
'TextView' does not contain a definition for 'AllowsReturn' and no accessible extension method 'AllowsReturn' accepting a first argument of type 'TextView' could be found (are you missing a using directive or an assembly reference?)
|
|
package:
Showcase/Tabs.Designer.cs#L94
'TextView' does not contain a definition for 'AllowsTab' and no accessible extension method 'AllowsTab' accepting a first argument of type 'TextView' could be found (are you missing a using directive or an assembly reference?)
|
|
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
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/ViewExtensions.cs#L183
Possible null reference argument for parameter 'v' in 'Design? ViewExtensions.GetNearestContainerDesign(View v)'.
|
|
package:
src/ViewExtensions.cs#L158
Possible null reference argument for parameter 'view' in 'Design? ViewExtensions.GetNearestDesign(View view)'.
|
|
package:
src/ViewExtensions.cs#L35
Nullability of reference types in value of type 'List<View?>' doesn't match target type 'IReadOnlyCollection<View>'.
|
|
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.'
|