Skip to content

Build tModLoader

Build tModLoader #3798

Re-run triggered February 23, 2024 19:23
Status Failure
Total duration 5m 46s
Artifacts

build.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 13 warnings
build: src/tModLoader/Terraria/Projectile.cs#L6889
An expression is too long or complex to compile
build: src/tModLoader/Terraria/Projectile.cs#L6889
An expression is too long or complex to compile
build
Process completed with exit code 1.
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/cache@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build: setup/PatchReviewer/DiffPatch/LineRange.cs#L7
'LineRange' defines operator == or operator != but does not override Object.Equals(object o)
build: setup/PatchReviewer/DiffPatch/LineRange.cs#L7
'LineRange' defines operator == or operator != but does not override Object.GetHashCode()
build: setup/Setup/AutoSetup.cs#L64
The variable 'e' is declared but never used
build: setup/Setup/SetupTask.cs#L12
This call site is reachable on all platforms. 'MessageBoxButtons.OKCancel' is only supported on: 'windows' 6.1 and later. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
build: setup/Setup/SetupTask.cs#L10
This call site is reachable on all platforms. 'MessageBox.Show(string?, string?, MessageBoxButtons, MessageBoxIcon)' is only supported on: 'windows' 6.1 and later. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
build: setup/Setup/SetupTask.cs#L12
This call site is reachable on all platforms. 'MessageBoxIcon.Information' is only supported on: 'windows' 6.1 and later. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
build: setup/Setup/Utilities/SteamUtils.cs#L95
This call site is reachable on all platforms. 'RegistryKey.GetValue(string?)' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
build: setup/Setup/Utilities/SteamUtils.cs#L93
This call site is reachable on all platforms. 'RegistryKey.CreateSubKey(string)' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
build: setup/Setup/FormatTask.cs#L56
This call site is reachable on all platforms. 'FileDialog.FileName' is only supported on: 'windows' 6.1 and later. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
build: setup/Setup/Utilities/SteamUtils.cs#L93
This call site is reachable on all platforms. 'Registry.LocalMachine' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
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/