Merge pull request #429 from brandmooffin/update/skia-improvements #201
Annotations
11 warnings
Setup MSBuild.exe
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Build the application
It is no longer necessary to use the Microsoft.NET.Sdk.WindowsDesktop SDK. Consider changing the Sdk attribute of the root Project element to 'Microsoft.NET.Sdk'.
|
Build the application:
box2d/Collision/b2AABB.cs#L10
'b2AABB' overrides Object.Equals(object o) but does not override Object.GetHashCode()
|
Build the application:
box2d/Collision/b2AABB.cs#L10
'b2AABB' defines operator == or operator != but does not override Object.GetHashCode()
|
Build the application
Found version-specific or distribution-specific runtime identifier(s): debian-x64, fedora-x64, opensuse-x64, rhel-x64, win7-arm, win7-x64, win7-x86. Affected libraries: Libuv. In .NET 8.0 and higher, assets for version-specific and distribution-specific runtime identifiers will not be found by default. See https://aka.ms/dotnet/rid-usage for details.
|
Build the application
It is no longer necessary to use the Microsoft.NET.Sdk.WindowsDesktop SDK. Consider changing the Sdk attribute of the root Project element to 'Microsoft.NET.Sdk'.
|
Build the application:
cocos2d/predefine/ccTypes.cs#L129
'CCColor4B' defines operator == or operator != but does not override Object.Equals(object o)
|
Build the application:
cocos2d/predefine/ccTypes.cs#L129
'CCColor4B' defines operator == or operator != but does not override Object.GetHashCode()
|
Build the application:
cocos2d/predefine/ccTypes.cs#L268
'CCColor4F' defines operator == or operator != but does not override Object.Equals(object o)
|
Build the application:
cocos2d/predefine/ccTypes.cs#L268
'CCColor4F' defines operator == or operator != but does not override Object.GetHashCode()
|
Build the application:
cocos2d/predefine/ccTypes.cs#L502
'CCPointI' defines operator == or operator != but does not override Object.Equals(object o)
|
Loading