Skip to content
This repository has been archived by the owner on Jan 19, 2025. It is now read-only.

[Resonance] Fix TPS problem #8181

[Resonance] Fix TPS problem

[Resonance] Fix TPS problem #8181

Triggered via pull request July 28, 2024 21:35
Status Failure
Total duration 2m 13s
Artifacts

dev.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 5 warnings
build: Exiled.CustomModules/API/Features/CustomAbilities/Item/ActiveAbilityBehaviour.cs#L17
The type 'Exiled.API.Features.Items.Item' cannot be used as type parameter 'TEntity' in the generic type or method 'ActiveAbilityBehaviour<TEntity>'. There is no implicit reference conversion from 'Exiled.API.Features.Items.Item' to 'Exiled.API.Features.Core.GameEntity'.
build: Exiled.CustomModules/API/Features/CustomAbilities/Item/ItemAbility.cs#L21
The type 'Exiled.API.Features.Items.Item' cannot be used as type parameter 'T' in the generic type or method 'CustomAbility<T>'. There is no implicit reference conversion from 'Exiled.API.Features.Items.Item' to 'Exiled.API.Features.Core.GameEntity'.
build: Exiled.CustomModules/API/Features/CustomAbilities/Item/LevelAbilityBehaviour.cs#L17
The type 'Exiled.API.Features.Items.Item' cannot be used as type parameter 'TEntity' in the generic type or method 'LevelAbilityBehaviour<TEntity>'. There is no implicit reference conversion from 'Exiled.API.Features.Items.Item' to 'Exiled.API.Features.Core.GameEntity'.
build: Exiled.CustomModules/API/Features/CustomAbilities/Item/PassiveAbilityBehaviour.cs#L17
The type 'Exiled.API.Features.Items.Item' cannot be used as type parameter 'TEntity' in the generic type or method 'PassiveAbilityBehaviour<TEntity>'. There is no implicit reference conversion from 'Exiled.API.Features.Items.Item' to 'Exiled.API.Features.Core.GameEntity'.
build: Exiled.CustomModules/API/Features/CustomAbilities/Item/UnlockableAbilityBehaviour.cs#L17
The type 'Exiled.API.Features.Items.Item' cannot be used as type parameter 'TEntity' in the generic type or method 'UnlockableAbilityBehaviour<TEntity>'. There is no implicit reference conversion from 'Exiled.API.Features.Items.Item' to 'Exiled.API.Features.Core.GameEntity'.
build: Exiled.CustomModules/API/Features/CustomAbilities/Pickup/PassiveAbilityBehaviour.cs#L16
The type 'Exiled.API.Features.Pickups.Pickup' cannot be used as type parameter 'TEntity' in the generic type or method 'PassiveAbilityBehaviour<TEntity>'. There is no implicit reference conversion from 'Exiled.API.Features.Pickups.Pickup' to 'Exiled.API.Features.Core.GameEntity'.
build: Exiled.CustomModules/API/Features/CustomAbilities/Pickup/PickupAbility.cs#L22
The type 'Exiled.API.Features.Pickups.Pickup' cannot be used as type parameter 'T' in the generic type or method 'CustomAbility<T>'. There is no implicit reference conversion from 'Exiled.API.Features.Pickups.Pickup' to 'Exiled.API.Features.Core.GameEntity'.
build: Exiled.CustomModules/API/Features/CustomItems/Items/ItemBehaviour.cs#L35
The type 'Exiled.API.Features.Items.Item' cannot be used as type parameter 'TEntity' in the generic type or method 'ModuleBehaviour<TEntity>'. There is no implicit reference conversion from 'Exiled.API.Features.Items.Item' to 'Exiled.API.Features.Core.GameEntity'.
build: Exiled.CustomModules/API/Features/CustomItems/Pickups/PickupBehaviour.cs#L30
The type 'Exiled.API.Features.Pickups.Pickup' cannot be used as type parameter 'TEntity' in the generic type or method 'ModuleBehaviour<TEntity>'. There is no implicit reference conversion from 'Exiled.API.Features.Pickups.Pickup' to 'Exiled.API.Features.Core.GameEntity'.
build: Exiled.CustomModules/API/Features/CustomAbilities/Item/ActiveAbilityBehaviour.cs#L17
The type 'Exiled.API.Features.Items.Item' cannot be used as type parameter 'TEntity' in the generic type or method 'ActiveAbilityBehaviour<TEntity>'. There is no implicit reference conversion from 'Exiled.API.Features.Items.Item' to 'Exiled.API.Features.Core.GameEntity'.
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/[email protected], iRebbok/setup-nuget@master, actions/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/[email protected], iRebbok/setup-nuget@master, actions/[email protected]. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build
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 `save-state` 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 `save-state` 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/