Skip to content

Fixes #3652. Setting Menus causes unexpected Exception. (#3653) #34

Fixes #3652. Setting Menus causes unexpected Exception. (#3653)

Fixes #3652. Setting Menus causes unexpected Exception. (#3653) #34

Triggered via push August 14, 2024 18:24
Status Failure
Total duration 1m 31s
Artifacts

publish.yml

on: push
Build and Publish to Nuget.org
1m 22s
Build and Publish to Nuget.org
Fit to window
Zoom out
Zoom in

Annotations

1 error and 10 warnings
Build and Publish to Nuget.org
Process completed with exit code 1.
Build and Publish to Nuget.org: Terminal.Gui/Views/Label.cs#L54
The member 'Label.FocusNext()' does not hide an accessible member. The new keyword is not required.
Build and Publish to Nuget.org: Terminal.Gui/Application/Application.cs#L35
Converting null literal or possible null value to non-nullable type.
Build and Publish to Nuget.org: Terminal.Gui/Application/Application.cs#L54
Converting null literal or possible null value to non-nullable type.
Build and Publish to Nuget.org: Terminal.Gui/Application/Application.cs#L60
Dereference of a possibly null reference.
Build and Publish to Nuget.org: Terminal.Gui/Application/Application.Keyboard.cs#L297
Non-nullable property 'CommandImplementations' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build and Publish to Nuget.org: Terminal.Gui/Views/NumericUpDown.cs#L25
Non-nullable field '_increment' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
Build and Publish to Nuget.org: Terminal.Gui/Drawing/Thickness.cs#L58
Call to non-readonly member 'Thickness.Left.get' from a 'readonly' member results in an implicit copy of 'this'.
Build and Publish to Nuget.org: Terminal.Gui/Drawing/Thickness.cs#L58
Call to non-readonly member 'Thickness.Top.get' from a 'readonly' member results in an implicit copy of 'this'.
Build and Publish to Nuget.org: Terminal.Gui/Drawing/Thickness.cs#L58
Call to non-readonly member 'Thickness.Right.get' from a 'readonly' member results in an implicit copy of 'this'.
Build and Publish to Nuget.org: Terminal.Gui/Drawing/Thickness.cs#L58
Call to non-readonly member 'Thickness.Bottom.get' from a 'readonly' member results in an implicit copy of 'this'.