Skip to content

Merge pull request #3267 from dodexahedron/v2_3256_cleanup_2 #435

Merge pull request #3267 from dodexahedron/v2_3256_cleanup_2

Merge pull request #3267 from dodexahedron/v2_3256_cleanup_2 #435

Triggered via push February 26, 2024 15:07
Status Success
Total duration 1m 9s
Artifacts

publish.yml

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

Annotations

10 warnings
Build and Publish to Nuget.org: Terminal.Gui/Application.cs#L1168
Dereference of a possibly null reference.
Build and Publish to Nuget.org: Terminal.Gui/Application.cs#L1444
Converting null literal or possible null value to non-nullable type.
Build and Publish to Nuget.org: Terminal.Gui/Application.cs#L1515
Dereference of a possibly null reference.
Build and Publish to Nuget.org: Terminal.Gui/Application.cs#L1365
Non-nullable event 'MouseEvent' must contain a non-null value when exiting constructor. Consider declaring the event as nullable.
Build and Publish to Nuget.org: Terminal.Gui/ConsoleDrivers/CursesDriver/CursesDriver.cs#L820
Bitwise-or operator used on a sign-extended operand; consider casting to a smaller unsigned type first
Build and Publish to Nuget.org: Terminal.Gui/Views/Menu/MenuBar.cs#L1477
The field 'MenuBar._openedByHotKey' is assigned but its value is never used
Build and Publish to Nuget.org: Terminal.Gui/Types/Point.TemporaryOperators.cs#L5
Missing XML comment for publicly visible type or member 'Point.implicit operator Point(Point)'
Build and Publish to Nuget.org: Terminal.Gui/Types/Point.TemporaryOperators.cs#L6
Missing XML comment for publicly visible type or member 'Point.implicit operator Point(Point)'
Build and Publish to Nuget.org: Terminal.Gui/Types/Point.TemporaryOperators.cs#L7
Missing XML comment for publicly visible type or member 'Point.operator !=(Point, Point)'
Build and Publish to Nuget.org: Terminal.Gui/Types/Point.TemporaryOperators.cs#L8
Missing XML comment for publicly visible type or member 'Point.operator ==(Point, Point)'