Skip to content

Look to add ball bouncing animation #29

Look to add ball bouncing animation

Look to add ball bouncing animation #29

Triggered via push July 6, 2024 08:23
Status Failure
Total duration 1m 24s
Artifacts

publish.yml

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

Annotations

10 errors and 10 warnings
Build and Publish to Nuget.org: UICatalog/Scenarios/BasicColors.cs#L95
Cannot implicitly convert type 'Terminal.Gui.Color' to 'Color'
Build and Publish to Nuget.org: UICatalog/Scenarios/BasicColors.cs#L96
Cannot implicitly convert type 'Terminal.Gui.Color' to 'Color'
Build and Publish to Nuget.org: UICatalog/Scenarios/BasicColors.cs#L99
'Color' does not contain a definition for 'R' and no accessible extension method 'R' accepting a first argument of type 'Color' could be found (are you missing a using directive or an assembly reference?)
Build and Publish to Nuget.org: UICatalog/Scenarios/BasicColors.cs#L99
'Color' does not contain a definition for 'G' and no accessible extension method 'G' accepting a first argument of type 'Color' could be found (are you missing a using directive or an assembly reference?)
Build and Publish to Nuget.org: UICatalog/Scenarios/BasicColors.cs#L99
'Color' does not contain a definition for 'B' and no accessible extension method 'B' accepting a first argument of type 'Color' could be found (are you missing a using directive or an assembly reference?)
Build and Publish to Nuget.org: UICatalog/Scenarios/BasicColors.cs#L99
'Color' does not contain a definition for 'GetClosestNamedColor' and no accessible extension method 'GetClosestNamedColor' accepting a first argument of type 'Color' could be found (are you missing a using directive or an assembly reference?)
Build and Publish to Nuget.org: UICatalog/Scenarios/BasicColors.cs#L102
Argument 1: cannot convert from 'Color' to 'in Terminal.Gui.Color'
Build and Publish to Nuget.org: UICatalog/Scenarios/BasicColors.cs#L102
Argument 2: cannot convert from 'Color' to 'in Terminal.Gui.Color'
Build and Publish to Nuget.org: UICatalog/Scenarios/BasicColors.cs#L105
'Color' does not contain a definition for 'R' and no accessible extension method 'R' accepting a first argument of type 'Color' could be found (are you missing a using directive or an assembly reference?)
Build and Publish to Nuget.org: UICatalog/Scenarios/BasicColors.cs#L105
'Color' does not contain a definition for 'G' and no accessible extension method 'G' accepting a first argument of type 'Color' could be found (are you missing a using directive or an assembly reference?)
Build and Publish to Nuget.org: Terminal.Gui/Views/Menu/MenuBar.cs#L1597
Reference kind modifier of parameter 'in TContext context' doesn't match the corresponding parameter 'ref readonly TContext context' in overridden or implemented member.
Build and Publish to Nuget.org: Terminal.Gui/Application/ApplicationMouse.cs#L275
Dereference of a possibly null reference.
Build and Publish to Nuget.org: Terminal.Gui/View/Adornment/ShadowView.cs#L18
Dereference of a possibly null reference.
Build and Publish to Nuget.org: Terminal.Gui/View/Adornment/Margin.cs#L36
Dereference of a possibly null reference.
Build and Publish to Nuget.org: Terminal.Gui/View/Layout/ViewLayout.cs#L347
Dereference of a possibly null reference.
Build and Publish to Nuget.org: Terminal.Gui/Views/CheckBox.cs#L9
Missing XML comment for publicly visible type or member 'CheckState.None'
Build and Publish to Nuget.org: Terminal.Gui/Views/CheckBox.cs#L10
Missing XML comment for publicly visible type or member 'CheckState.Checked'
Build and Publish to Nuget.org: Terminal.Gui/Views/CheckBox.cs#L11
Missing XML comment for publicly visible type or member 'CheckState.UnChecked'
Build and Publish to Nuget.org
Missing XML comment for publicly visible type or member 'IExtensionsForEnumTypeAttributes.EnumType'