Skip to content

Merge pull request #379 from brandmooffin/release/2.4.7.13 #429

Merge pull request #379 from brandmooffin/release/2.4.7.13

Merge pull request #379 from brandmooffin/release/2.4.7.13 #429

Triggered via push August 1, 2024 18:00
Status Success
Total duration 36s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build: box2d/Collision/b2AABB.cs#L10
'b2AABB' overrides Object.Equals(object o) but does not override Object.GetHashCode()
build: box2d/Collision/b2AABB.cs#L10
'b2AABB' defines operator == or operator != but does not override Object.GetHashCode()
build: cocos2d/label_nodes/CCLabelBMFont.cs#L193
'CCLabelBMFont.Color' hides inherited member 'CCNode.Color'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
build: cocos2d/label_nodes/CCLabelBMFont.cs#L214
'CCLabelBMFont.DisplayedColor' hides inherited member 'CCNode.DisplayedColor'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
build: cocos2d/label_nodes/CCLabelBMFont.cs#L219
'CCLabelBMFont.Opacity' hides inherited member 'CCNode.Opacity'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
build: cocos2d/label_nodes/CCLabelBMFont.cs#L239
'CCLabelBMFont.DisplayedOpacity' hides inherited member 'CCNode.DisplayedOpacity'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
build: cocos2d/label_nodes/CCLabelBMFont.cs#L244
'CCLabelBMFont.IsOpacityModifyRGB' hides inherited member 'CCNode.IsOpacityModifyRGB'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
build: cocos2d/label_nodes/CCLabelBMFont.cs#L264
'CCLabelBMFont.CascadeColorEnabled' hides inherited member 'CCNode.CascadeColorEnabled'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
build: cocos2d/label_nodes/CCLabelBMFont.cs#L270
'CCLabelBMFont.CascadeOpacityEnabled' hides inherited member 'CCNode.CascadeOpacityEnabled'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
build: cocos2d/label_nodes/CCLabelBMFont.cs#L276
'CCLabelBMFont.UpdateDisplayedColor(CCColor3B)' hides inherited member 'CCNode.UpdateDisplayedColor(CCColor3B)'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.