Skip to content

ix some more bug, cleanup code and add more unit tests. #648

ix some more bug, cleanup code and add more unit tests.

ix some more bug, cleanup code and add more unit tests. #648

Triggered via push September 2, 2024 16:54
Status Failure
Total duration 3m 18s
Artifacts

publish.yml

on: push
Build and Publish to Nuget.org
3m 7s
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/View/Layout/Pos.cs#L336
XML comment has syntactically incorrect cref attribute 'Pos}'
Build and Publish to Nuget.org: Terminal.Gui/Views/Menu/MenuItem.cs#L23
Non-nullable field '_menuBar' 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/Views/Menu/MenuItem.cs#L23
Non-nullable field '_title' 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/Views/Menu/MenuItem.cs#L23
Non-nullable property 'Data' 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/Menu/Menu.cs#L145
Non-nullable field '_host' 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/Views/ColorPicker.cs#L156
Nullability of reference types in type of parameter 'sender' of 'void ColorPicker.UpdateValueFromName(object sender, HasFocusEventArgs e)' doesn't match the target delegate 'EventHandler<HasFocusEventArgs>' (possibly because of nullability attributes).
Build and Publish to Nuget.org: Terminal.Gui/View/Layout/Dim.cs#L52
XML comment has cref attribute 'Fill(int)' that could not be resolved
Build and Publish to Nuget.org: Terminal.Gui/View/View.Layout.cs#L454
XML comment has cref attribute 'Fill(int)' that could not be resolved
Build and Publish to Nuget.org: Terminal.Gui/View/View.Layout.cs#L503
XML comment has cref attribute 'Fill(int)' that could not be resolved
Build and Publish to Nuget.org: Terminal.Gui/Views/Toplevel.cs#L27
Ambiguous reference in cref attribute: 'Dim.Fill'. Assuming 'Dim.Fill()', but could have also matched other overloads including 'Dim.Fill(Dim)'.