fix: properly checks AllowCombatMovement on player's input (#2193) #141
build.yml
on: push
Generate Version-Specific Network Keys
36s
Build for Linux
2m 41s
Build for MacOS
5m 31s
Build for Windows
5m 34s
Debug Build Artifacts
0s
Publish to Forum
3s
Annotations
46 warnings
Generate Version-Specific Network Keys
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3, actions/setup-dotnet@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Generate Version-Specific Network Keys:
Framework/Intersect.Framework/Reflection/MemberInfoExtensions.cs#L12
Possible null reference return.
|
Generate Version-Specific Network Keys:
Framework/Intersect.Framework/Reflection/AssemblyExtensions.cs#L52
Dereference of a possibly null reference.
|
Generate Version-Specific Network Keys:
Framework/Intersect.Framework/Reflection/MemberInfoExtensions.cs#L25
Dereference of a possibly null reference.
|
Generate Version-Specific Network Keys:
Framework/Intersect.Framework/Reflection/MemberInfoExtensions.cs#L25
Dereference of a possibly null reference.
|
Generate Version-Specific Network Keys:
Framework/Intersect.Framework/Reflection/TypeExtensions.cs#L199
Possible null reference return.
|
Generate Version-Specific Network Keys:
Framework/Intersect.Framework/Reflection/TypeExtensions.cs#L202
Cannot convert null literal to non-nullable reference type.
|
Generate Version-Specific Network Keys:
Framework/Intersect.Framework/Reflection/TypeExtensions.cs#L295
Cannot convert null literal to non-nullable reference type.
|
Generate Version-Specific Network Keys:
Intersect (Core)/Color.cs#L10
'Color' overrides Object.Equals(object o) but does not override Object.GetHashCode()
|
Generate Version-Specific Network Keys:
Intersect (Core)/Color.cs#L10
'Color' defines operator == or operator != but does not override Object.GetHashCode()
|
Generate Version-Specific Network Keys:
Intersect (Core)/GameObjects/UserVariableBase.cs#L30
'UserVariableBase.Type' hides inherited member 'DatabaseObject<UserVariableBase>.Type'. Use the new keyword if hiding was intended.
|
Build for Linux
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3, actions/setup-dotnet@v3, actions/download-artifact@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Build for Linux:
Framework/Intersect.Framework/Reflection/AssemblyExtensions.cs#L52
Dereference of a possibly null reference.
|
Build for Linux:
Framework/Intersect.Framework/Reflection/MemberInfoExtensions.cs#L12
Possible null reference return.
|
Build for Linux:
Framework/Intersect.Framework/Reflection/MemberInfoExtensions.cs#L25
Dereference of a possibly null reference.
|
Build for Linux:
Framework/Intersect.Framework/Reflection/MemberInfoExtensions.cs#L25
Dereference of a possibly null reference.
|
Build for Linux:
Framework/Intersect.Framework/Reflection/TypeExtensions.cs#L199
Possible null reference return.
|
Build for Linux:
Framework/Intersect.Framework/Reflection/TypeExtensions.cs#L202
Cannot convert null literal to non-nullable reference type.
|
Build for Linux:
Framework/Intersect.Framework/Reflection/TypeExtensions.cs#L295
Cannot convert null literal to non-nullable reference type.
|
Build for Linux:
Framework/Intersect.Framework/Reflection/MemberInfoExtensions.cs#L12
Possible null reference return.
|
Build for Linux:
Framework/Intersect.Framework/Reflection/AssemblyExtensions.cs#L52
Dereference of a possibly null reference.
|
Build for Linux:
Framework/Intersect.Framework/Reflection/MemberInfoExtensions.cs#L25
Dereference of a possibly null reference.
|
Build for Windows
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3, actions/setup-dotnet@v3, actions/download-artifact@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Build for Windows
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 for Windows:
vendor/dockpanelsuite/WinFormsUI/Docking/DockPanel.cs#L13
The type name 'resfinder' only contains lower-cased ascii characters. Such names may become reserved for the language.
|
Build for Windows:
vendor/dockpanelsuite/WinFormsUI/Docking/DockPaneStripBase.cs#L294
'SecurityPermissionAttribute' is obsolete: 'Code Access Security is not supported or honored by the runtime.' (https://aka.ms/dotnet-warnings/SYSLIB0003)
|
Build for Windows:
vendor/dockpanelsuite/WinFormsUI/Docking/DockPaneStripBase.cs#L294
'SecurityAction' is obsolete: 'Code Access Security is not supported or honored by the runtime.' (https://aka.ms/dotnet-warnings/SYSLIB0003)
|
Build for Windows:
vendor/dockpanelsuite/WinFormsUI/Docking/DockPaneStripBase.cs#L294
'SecurityPermissionFlag' is obsolete: 'Code Access Security is not supported or honored by the runtime.' (https://aka.ms/dotnet-warnings/SYSLIB0003)
|
Build for Windows:
vendor/dockpanelsuite/WinFormsUI/Docking/FloatWindow.cs#L185
'SecurityPermissionAttribute' is obsolete: 'Code Access Security is not supported or honored by the runtime.' (https://aka.ms/dotnet-warnings/SYSLIB0003)
|
Build for Windows:
vendor/dockpanelsuite/WinFormsUI/Docking/FloatWindow.cs#L185
'SecurityAction' is obsolete: 'Code Access Security is not supported or honored by the runtime.' (https://aka.ms/dotnet-warnings/SYSLIB0003)
|
Build for Windows:
vendor/dockpanelsuite/WinFormsUI/Docking/FloatWindow.cs#L185
'SecurityPermissionFlag' is obsolete: 'Code Access Security is not supported or honored by the runtime.' (https://aka.ms/dotnet-warnings/SYSLIB0003)
|
Build for Windows:
vendor/dockpanelsuite/WinFormsUI/Docking/DockPane.cs#L1221
'SecurityPermissionAttribute' is obsolete: 'Code Access Security is not supported or honored by the runtime.' (https://aka.ms/dotnet-warnings/SYSLIB0003)
|
Build for Windows:
vendor/dockpanelsuite/WinFormsUI/Docking/DockPane.cs#L1221
'SecurityAction' is obsolete: 'Code Access Security is not supported or honored by the runtime.' (https://aka.ms/dotnet-warnings/SYSLIB0003)
|
Build for MacOS
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3, actions/setup-dotnet@v3, actions/download-artifact@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Build for MacOS:
Framework/Intersect.Framework/Reflection/MemberInfoExtensions.cs#L12
Possible null reference return.
|
Build for MacOS:
Framework/Intersect.Framework/Reflection/AssemblyExtensions.cs#L52
Dereference of a possibly null reference.
|
Build for MacOS:
Framework/Intersect.Framework/Reflection/MemberInfoExtensions.cs#L25
Dereference of a possibly null reference.
|
Build for MacOS:
Framework/Intersect.Framework/Reflection/MemberInfoExtensions.cs#L25
Dereference of a possibly null reference.
|
Build for MacOS:
Framework/Intersect.Framework/Reflection/TypeExtensions.cs#L199
Possible null reference return.
|
Build for MacOS:
Framework/Intersect.Framework/Reflection/TypeExtensions.cs#L202
Cannot convert null literal to non-nullable reference type.
|
Build for MacOS:
Framework/Intersect.Framework/Reflection/TypeExtensions.cs#L295
Cannot convert null literal to non-nullable reference type.
|
Build for MacOS:
Framework/Intersect.Framework/Reflection/MemberInfoExtensions.cs#L12
Possible null reference return.
|
Build for MacOS:
Framework/Intersect.Framework/Reflection/AssemblyExtensions.cs#L52
Dereference of a possibly null reference.
|
Build for MacOS:
Framework/Intersect.Framework/Reflection/MemberInfoExtensions.cs#L25
Dereference of a possibly null reference.
|
Publish GitHub Release
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/download-artifact@v3, AscensionGameDev/actions@cc2eb0e356546042e4dc7eca6788fd0b5a063b32, ncipollo/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Publish to Forum
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: AscensionGameDev/actions@0223df40becb110039c705c02cfd2cd8f274199c. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
engine
Expired
|
497 MB |
|
keys
Expired
|
2.79 KB |
|