Skip to content

OpenCoreMMO Build Workflow #85

OpenCoreMMO Build Workflow

OpenCoreMMO Build Workflow #85

Triggered via pull request September 16, 2024 20:41
Status Failure
Total duration 9m 42s
Artifacts

opencoremmo-validation.yaml

on: pull_request
Matrix: workflow / Build & Test / build
Matrix: workflow / CodeQL Analysis / Analyze
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 37 warnings
workflow / CodeQL Analysis / Analyze (csharp)
The current .NET SDK does not support targeting .NET 8.0. Either target .NET 7.0 or lower, or use a version of the .NET SDK that supports .NET 8.0. Download the .NET SDK from https://aka.ms/dotnet/download
workflow / CodeQL Analysis / Analyze (csharp)
The current .NET SDK does not support targeting .NET 8.0. Either target .NET 7.0 or lower, or use a version of the .NET SDK that supports .NET 8.0. Download the .NET SDK from https://aka.ms/dotnet/download
workflow / CodeQL Analysis / Analyze (csharp)
The current .NET SDK does not support targeting .NET 8.0. Either target .NET 7.0 or lower, or use a version of the .NET SDK that supports .NET 8.0. Download the .NET SDK from https://aka.ms/dotnet/download
workflow / CodeQL Analysis / Analyze (csharp)
The current .NET SDK does not support targeting .NET 8.0. Either target .NET 7.0 or lower, or use a version of the .NET SDK that supports .NET 8.0. Download the .NET SDK from https://aka.ms/dotnet/download
workflow / CodeQL Analysis / Analyze (csharp)
The current .NET SDK does not support targeting .NET 8.0. Either target .NET 7.0 or lower, or use a version of the .NET SDK that supports .NET 8.0. Download the .NET SDK from https://aka.ms/dotnet/download
workflow / CodeQL Analysis / Analyze (csharp)
The current .NET SDK does not support targeting .NET 8.0. Either target .NET 7.0 or lower, or use a version of the .NET SDK that supports .NET 8.0. Download the .NET SDK from https://aka.ms/dotnet/download
workflow / CodeQL Analysis / Analyze (csharp)
The current .NET SDK does not support targeting .NET 8.0. Either target .NET 7.0 or lower, or use a version of the .NET SDK that supports .NET 8.0. Download the .NET SDK from https://aka.ms/dotnet/download
workflow / CodeQL Analysis / Analyze (csharp)
The current .NET SDK does not support targeting .NET 8.0. Either target .NET 7.0 or lower, or use a version of the .NET SDK that supports .NET 8.0. Download the .NET SDK from https://aka.ms/dotnet/download
workflow / CodeQL Analysis / Analyze (csharp)
The current .NET SDK does not support targeting .NET 8.0. Either target .NET 7.0 or lower, or use a version of the .NET SDK that supports .NET 8.0. Download the .NET SDK from https://aka.ms/dotnet/download
workflow / CodeQL Analysis / Analyze (csharp)
The current .NET SDK does not support targeting .NET 8.0. Either target .NET 7.0 or lower, or use a version of the .NET SDK that supports .NET 8.0. Download the .NET SDK from https://aka.ms/dotnet/download
workflow / Build & Test / macOS-latest
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3.1.0, actions/setup-dotnet@v3.0.2, actions/cache@v3.0.11, nick-fields/retry@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
workflow / Build & Test / macOS-latest: src/GameWorldSimulator/NeoServer.Game.Common/Contracts/Items/Types/Containers/IContainer.cs#L38
'IContainer.Parent' hides inherited member 'IItem.Parent'. Use the new keyword if hiding was intended.
workflow / Build & Test / macOS-latest: src/GameWorldSimulator/NeoServer.Game.Common/Contracts/Items/Types/Containers/IContainer.cs#L63
'IContainer.OnItemRemoved' hides inherited member 'IItem.OnItemRemoved(IThing)'. Use the new keyword if hiding was intended.
workflow / Build & Test / macOS-latest: src/GameWorldSimulator/NeoServer.Game.Common/Contracts/Items/Types/Containers/IContainer.cs#L69
'IContainer.SetParent(IThing)' hides inherited member 'IItem.SetParent(IThing)'. Use the new keyword if hiding was intended.
workflow / Build & Test / macOS-latest: src/GameWorldSimulator/NeoServer.Game.Combat/Attacks/DistanceCombatAttack.cs#L34
'DistanceCombatAttack.CalculateAttack(ICombatActor, ICombatActor, CombatAttackValue, out CombatDamage)' hides inherited member 'CombatAttack.CalculateAttack(ICombatActor, ICombatActor, CombatAttackValue, out CombatDamage)'. Use the new keyword if hiding was intended.
workflow / Build & Test / macOS-latest: src/GameWorldSimulator/NeoServer.Game.Combat/Attacks/MeleeCombatAttack.cs#L29
'MeleeCombatAttack.CalculateAttack(ICombatActor, ICombatActor, CombatAttackValue, out CombatDamage)' hides inherited member 'CombatAttack.CalculateAttack(ICombatActor, ICombatActor, CombatAttackValue, out CombatDamage)'. Use the new keyword if hiding was intended.
workflow / Build & Test / macOS-latest: src/GameWorldSimulator/NeoServer.Game.Items/Items/Containers/Container/Container.cs#L43
'Container.Parent' hides inherited member 'BaseItem.Parent'. Use the new keyword if hiding was intended.
workflow / Build & Test / macOS-latest: src/GameWorldSimulator/NeoServer.Game.Items/Items/Containers/Container/Container.cs#L63
'Container.SetParent(IThing)' hides inherited member 'BaseItem.SetParent(IThing)'. Use the new keyword if hiding was intended.
workflow / Build & Test / macOS-latest: src/GameWorldSimulator/NeoServer.Game.Items/Items/Containers/Container/Container.cs#L250
'Container.OnItemRemoved' hides inherited member 'BaseItem.OnItemRemoved(IThing)'. Use the new keyword if hiding was intended.
workflow / Build & Test / macOS-latest: src/GameWorldSimulator/NeoServer.Game.Items/Items/Paper.cs#L48
'Paper.Use(IPlayer)' hides inherited member 'BaseItem.Use(IPlayer)'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
workflow / Build & Test / ubuntu-latest
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3.1.0, actions/setup-dotnet@v3.0.2, actions/cache@v3.0.11, nick-fields/retry@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
workflow / Build & Test / ubuntu-latest: src/GameWorldSimulator/NeoServer.Game.Common/Contracts/Items/Types/Containers/IContainer.cs#L38
'IContainer.Parent' hides inherited member 'IItem.Parent'. Use the new keyword if hiding was intended.
workflow / Build & Test / ubuntu-latest: src/GameWorldSimulator/NeoServer.Game.Common/Contracts/Items/Types/Containers/IContainer.cs#L63
'IContainer.OnItemRemoved' hides inherited member 'IItem.OnItemRemoved(IThing)'. Use the new keyword if hiding was intended.
workflow / Build & Test / ubuntu-latest: src/GameWorldSimulator/NeoServer.Game.Common/Contracts/Items/Types/Containers/IContainer.cs#L69
'IContainer.SetParent(IThing)' hides inherited member 'IItem.SetParent(IThing)'. Use the new keyword if hiding was intended.
workflow / Build & Test / ubuntu-latest: src/GameWorldSimulator/NeoServer.Game.Combat/Attacks/DistanceCombatAttack.cs#L34
'DistanceCombatAttack.CalculateAttack(ICombatActor, ICombatActor, CombatAttackValue, out CombatDamage)' hides inherited member 'CombatAttack.CalculateAttack(ICombatActor, ICombatActor, CombatAttackValue, out CombatDamage)'. Use the new keyword if hiding was intended.
workflow / Build & Test / ubuntu-latest: src/GameWorldSimulator/NeoServer.Game.Combat/Attacks/MeleeCombatAttack.cs#L29
'MeleeCombatAttack.CalculateAttack(ICombatActor, ICombatActor, CombatAttackValue, out CombatDamage)' hides inherited member 'CombatAttack.CalculateAttack(ICombatActor, ICombatActor, CombatAttackValue, out CombatDamage)'. Use the new keyword if hiding was intended.
workflow / Build & Test / ubuntu-latest: src/GameWorldSimulator/NeoServer.Game.Items/Items/Containers/Container/Container.cs#L43
'Container.Parent' hides inherited member 'BaseItem.Parent'. Use the new keyword if hiding was intended.
workflow / Build & Test / ubuntu-latest: src/GameWorldSimulator/NeoServer.Game.Items/Items/Containers/Container/Container.cs#L63
'Container.SetParent(IThing)' hides inherited member 'BaseItem.SetParent(IThing)'. Use the new keyword if hiding was intended.
workflow / Build & Test / ubuntu-latest: src/GameWorldSimulator/NeoServer.Game.Items/Items/Containers/Container/Container.cs#L250
'Container.OnItemRemoved' hides inherited member 'BaseItem.OnItemRemoved(IThing)'. Use the new keyword if hiding was intended.
workflow / Build & Test / ubuntu-latest: src/GameWorldSimulator/NeoServer.Game.Items/Items/Paper.cs#L48
'Paper.Use(IPlayer)' hides inherited member 'BaseItem.Use(IPlayer)'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
workflow / Build & Test / windows-latest
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3.1.0, actions/setup-dotnet@v3.0.2, actions/cache@v3.0.11, nick-fields/retry@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
workflow / Build & Test / windows-latest: src/GameWorldSimulator/NeoServer.Game.Common/Contracts/Items/Types/Containers/IContainer.cs#L38
'IContainer.Parent' hides inherited member 'IItem.Parent'. Use the new keyword if hiding was intended.
workflow / Build & Test / windows-latest: src/GameWorldSimulator/NeoServer.Game.Common/Contracts/Items/Types/Containers/IContainer.cs#L63
'IContainer.OnItemRemoved' hides inherited member 'IItem.OnItemRemoved(IThing)'. Use the new keyword if hiding was intended.
workflow / Build & Test / windows-latest: src/GameWorldSimulator/NeoServer.Game.Common/Contracts/Items/Types/Containers/IContainer.cs#L69
'IContainer.SetParent(IThing)' hides inherited member 'IItem.SetParent(IThing)'. Use the new keyword if hiding was intended.
workflow / Build & Test / windows-latest: src/GameWorldSimulator/NeoServer.Game.Combat/Attacks/DistanceCombatAttack.cs#L34
'DistanceCombatAttack.CalculateAttack(ICombatActor, ICombatActor, CombatAttackValue, out CombatDamage)' hides inherited member 'CombatAttack.CalculateAttack(ICombatActor, ICombatActor, CombatAttackValue, out CombatDamage)'. Use the new keyword if hiding was intended.
workflow / Build & Test / windows-latest: src/GameWorldSimulator/NeoServer.Game.Combat/Attacks/MeleeCombatAttack.cs#L29
'MeleeCombatAttack.CalculateAttack(ICombatActor, ICombatActor, CombatAttackValue, out CombatDamage)' hides inherited member 'CombatAttack.CalculateAttack(ICombatActor, ICombatActor, CombatAttackValue, out CombatDamage)'. Use the new keyword if hiding was intended.
workflow / Build & Test / windows-latest: src/GameWorldSimulator/NeoServer.Game.Items/Items/Paper.cs#L48
'Paper.Use(IPlayer)' hides inherited member 'BaseItem.Use(IPlayer)'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
workflow / Build & Test / windows-latest: src/GameWorldSimulator/NeoServer.Game.Items/Items/Containers/Container/Container.cs#L43
'Container.Parent' hides inherited member 'BaseItem.Parent'. Use the new keyword if hiding was intended.
workflow / Build & Test / windows-latest: src/GameWorldSimulator/NeoServer.Game.Items/Items/Containers/Container/Container.cs#L63
'Container.SetParent(IThing)' hides inherited member 'BaseItem.SetParent(IThing)'. Use the new keyword if hiding was intended.
workflow / Build & Test / windows-latest: src/GameWorldSimulator/NeoServer.Game.Items/Items/Containers/Container/Container.cs#L250
'Container.OnItemRemoved' hides inherited member 'BaseItem.OnItemRemoved(IThing)'. Use the new keyword if hiding was intended.
workflow / CodeQL Analysis / Analyze (csharp)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
workflow / CodeQL Analysis / Analyze (csharp)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, github/codeql-action/init@v2, actions/setup-dotnet@v1, github/codeql-action/autobuild@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
workflow / CodeQL Analysis / Analyze (csharp)
CodeQL Action v2 will be deprecated on December 5th, 2024. Please update all occurrences of the CodeQL Action in your workflow files to v3. For more information, see https://github.blog/changelog/2024-01-12-code-scanning-deprecation-of-codeql-action-v2/
workflow / CodeQL Analysis / Analyze (csharp)
.NET 7.0 is no longer supported and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the .NET support policy.