Skip to content

Bump UnityEngine.Modules from 3.4.0 to 6000.0.17 in /UniTAS/Patcher.Tests #865

Bump UnityEngine.Modules from 3.4.0 to 6000.0.17 in /UniTAS/Patcher.Tests

Bump UnityEngine.Modules from 3.4.0 to 6000.0.17 in /UniTAS/Patcher.Tests #865

Triggered via pull request August 31, 2024 00:01
Status Failure
Total duration 36s
Artifacts

build-on-push.yml

on: pull_request
buildAndTest
25s
buildAndTest
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 5 warnings
buildAndTest: UniTAS/Patcher/Models/GUI/WindowConfig.cs#L7
The type 'ValueType' is defined in an assembly that is not referenced. You must add a reference to assembly 'netstandard, Version=2.1.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51'.
buildAndTest: UniTAS/Patcher/Models/Rect.cs#L16
The type 'ValueType' is defined in an assembly that is not referenced. You must add a reference to assembly 'netstandard, Version=2.1.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51'.
buildAndTest: UniTAS/Patcher/Models/GUI/WindowConfig.cs#L10
The type 'ValueType' is defined in an assembly that is not referenced. You must add a reference to assembly 'netstandard, Version=2.1.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51'.
buildAndTest: UniTAS/Patcher/Models/Rect.cs#L8
The type 'ValueType' is defined in an assembly that is not referenced. You must add a reference to assembly 'netstandard, Version=2.1.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51'.
buildAndTest: UniTAS/Patcher/Interfaces/Patches/PatchTypes/PatchTypeUnityInit.cs#L6
The type 'MeansImplicitUseAttribute' exists in both 'JetBrains.Annotations, Version=4242.42.42.42, Culture=neutral, PublicKeyToken=1010a0d8d6380325' and 'UnityEngine.CoreModule, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null'
buildAndTest: UniTAS/Patcher/Patches/Harmony/UnityInit/DontDestroyOnLoadTracker.cs#L19
'ILogger' is an ambiguous reference between 'UniTAS.Patcher.Services.Logging.ILogger' and 'UnityEngine.ILogger'
buildAndTest: UniTAS/Patcher/Models/VirtualEnvironment/KeyCodeWrap.cs#L8
The type 'Enum' is defined in an assembly that is not referenced. You must add a reference to assembly 'netstandard, Version=2.1.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51'.
buildAndTest: UniTAS/Patcher/Models/VirtualEnvironment/KeyCodeWrap.cs#L10
The type 'Enum' is defined in an assembly that is not referenced. You must add a reference to assembly 'netstandard, Version=2.1.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51'.
buildAndTest: UniTAS/Patcher/Models/Customization/Bind.cs#L61
The type 'Enum' is defined in an assembly that is not referenced. You must add a reference to assembly 'netstandard, Version=2.1.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51'.
buildAndTest: UniTAS/Patcher/Models/Customization/Bind.cs#L64
The type 'Enum' is defined in an assembly that is not referenced. You must add a reference to assembly 'netstandard, Version=2.1.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51'.
buildAndTest: UniTAS/Patcher/Utils/InputSystemUtils.cs#L95
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
buildAndTest: UniTAS/Patcher/Utils/InputSystemUtils.cs#L121
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
buildAndTest: UniTAS/Patcher/Utils/InputSystemUtils.cs#L265
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
buildAndTest: UniTAS/Patcher/Utils/InputSystemUtils.cs#L506
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
buildAndTest: UniTAS/Patcher/Patches/Harmony/UnityInit/LegacyInputPatch.cs#L808
'Input.isGyroAvailable' is obsolete: 'isGyroAvailable property is deprecated. Please use SystemInfo.supportsGyroscope instead.'