Skip to content

workflow: only restore packages for projects that are being built #31

workflow: only restore packages for projects that are being built

workflow: only restore packages for projects that are being built #31

Triggered via push November 14, 2024 06:48
Status Failure
Total duration 4m 20s
Artifacts 5

build.yml

on: push
Matrix: build-cli
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 46 warnings
build-gui
The specified RuntimeIdentifier 'net9.0-windows' is not recognized. See https://aka.ms/netsdk1083 for more information.
build-gui
The specified RuntimeIdentifier 'net9.0-windows' is not recognized. See https://aka.ms/netsdk1083 for more information.
build-gui
The specified RuntimeIdentifier 'net9.0-windows' is not recognized. See https://aka.ms/netsdk1083 for more information.
build-gui
The specified RuntimeIdentifier 'net9.0-windows' is not recognized. See https://aka.ms/netsdk1083 for more information.
build-gui
Process completed with exit code 1.
build-cli (9.0.x, linux-x64)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/cache@v3, actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build-cli (9.0.x, linux-x64): Il2CppInspector.Common/Cpp/MangledNameBuilder.cs#L220
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build-cli (9.0.x, linux-x64): Il2CppInspector.Common/FileFormatStreams/FileFormatStream.cs#L210
'FileFormatStream<T>.Bits' hides inherited member 'BinaryObjectStreamReader.Bits'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
build-cli (9.0.x, linux-x64): Il2CppInspector.Common/Next/Pointer.cs#L48
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build-cli (9.0.x, linux-x64): Il2CppInspector.Common/Next/PrimitivePointer.cs#L48
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build-cli (9.0.x, linux-x64): Il2CppInspector.Common/FileFormatStreams/ProcessMapReader.cs#L108
Avoid inexact read with 'System.IO.FileStream.Read(byte[], int, int)' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2022)
build-cli (9.0.x, linux-x64): Il2CppInspector.CLI/Program.cs#L263
The type 'Utils' in '/home/runner/work/Il2CppInspectorRedux/Il2CppInspectorRedux/Il2CppInspector.CLI/Utils.cs' conflicts with the imported namespace 'Il2CppInspector.Utils' in 'Il2CppInspector.Common, Version=2023.1.0.0, Culture=neutral, PublicKeyToken=null'. Using the type defined in '/home/runner/work/Il2CppInspectorRedux/Il2CppInspectorRedux/Il2CppInspector.CLI/Utils.cs'.
build-cli (9.0.x, linux-x64): Il2CppInspector.CLI/Program.cs#L264
The type 'Utils' in '/home/runner/work/Il2CppInspectorRedux/Il2CppInspectorRedux/Il2CppInspector.CLI/Utils.cs' conflicts with the imported namespace 'Il2CppInspector.Utils' in 'Il2CppInspector.Common, Version=2023.1.0.0, Culture=neutral, PublicKeyToken=null'. Using the type defined in '/home/runner/work/Il2CppInspectorRedux/Il2CppInspectorRedux/Il2CppInspector.CLI/Utils.cs'.
build-cli (9.0.x, linux-x64): Il2CppInspector.CLI/Program.cs#L177
'System.Reflection.Assembly.Location.get' always returns an empty string for assemblies embedded in a single-file app. If the path to the app directory is needed, consider calling 'System.AppContext.BaseDirectory'.
build-cli (9.0.x, win-x64)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/cache@v3, actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build-cli (9.0.x, win-x64): Il2CppInspector.Common/Cpp/MangledNameBuilder.cs#L220
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build-cli (9.0.x, win-x64): Il2CppInspector.Common/Next/Pointer.cs#L48
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build-cli (9.0.x, win-x64): Il2CppInspector.Common/Next/PrimitivePointer.cs#L48
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build-cli (9.0.x, win-x64): Il2CppInspector.Common/FileFormatStreams/FileFormatStream.cs#L210
'FileFormatStream<T>.Bits' hides inherited member 'BinaryObjectStreamReader.Bits'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
build-cli (9.0.x, win-x64): Il2CppInspector.Common/FileFormatStreams/ProcessMapReader.cs#L108
Avoid inexact read with 'System.IO.FileStream.Read(byte[], int, int)' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2022)
build-cli (9.0.x, win-x64): Il2CppInspector.CLI/Program.cs#L263
The type 'Utils' in '/home/runner/work/Il2CppInspectorRedux/Il2CppInspectorRedux/Il2CppInspector.CLI/Utils.cs' conflicts with the imported namespace 'Il2CppInspector.Utils' in 'Il2CppInspector.Common, Version=2023.1.0.0, Culture=neutral, PublicKeyToken=null'. Using the type defined in '/home/runner/work/Il2CppInspectorRedux/Il2CppInspectorRedux/Il2CppInspector.CLI/Utils.cs'.
build-cli (9.0.x, win-x64): Il2CppInspector.CLI/Program.cs#L264
The type 'Utils' in '/home/runner/work/Il2CppInspectorRedux/Il2CppInspectorRedux/Il2CppInspector.CLI/Utils.cs' conflicts with the imported namespace 'Il2CppInspector.Utils' in 'Il2CppInspector.Common, Version=2023.1.0.0, Culture=neutral, PublicKeyToken=null'. Using the type defined in '/home/runner/work/Il2CppInspectorRedux/Il2CppInspectorRedux/Il2CppInspector.CLI/Utils.cs'.
build-cli (9.0.x, win-x64): Il2CppInspector.CLI/Program.cs#L177
'System.Reflection.Assembly.Location.get' always returns an empty string for assemblies embedded in a single-file app. If the path to the app directory is needed, consider calling 'System.AppContext.BaseDirectory'.
build-cli (9.0.x, osx-arm64)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/cache@v3, actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build-cli (9.0.x, osx-arm64): Il2CppInspector.Common/Cpp/MangledNameBuilder.cs#L220
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build-cli (9.0.x, osx-arm64): Il2CppInspector.Common/Next/Pointer.cs#L48
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build-cli (9.0.x, osx-arm64): Il2CppInspector.Common/FileFormatStreams/FileFormatStream.cs#L210
'FileFormatStream<T>.Bits' hides inherited member 'BinaryObjectStreamReader.Bits'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
build-cli (9.0.x, osx-arm64): Il2CppInspector.Common/Next/PrimitivePointer.cs#L48
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build-cli (9.0.x, osx-arm64): Il2CppInspector.Common/FileFormatStreams/ProcessMapReader.cs#L108
Avoid inexact read with 'System.IO.FileStream.Read(byte[], int, int)' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2022)
build-cli (9.0.x, osx-arm64): Il2CppInspector.CLI/Program.cs#L263
The type 'Utils' in '/home/runner/work/Il2CppInspectorRedux/Il2CppInspectorRedux/Il2CppInspector.CLI/Utils.cs' conflicts with the imported namespace 'Il2CppInspector.Utils' in 'Il2CppInspector.Common, Version=2023.1.0.0, Culture=neutral, PublicKeyToken=null'. Using the type defined in '/home/runner/work/Il2CppInspectorRedux/Il2CppInspectorRedux/Il2CppInspector.CLI/Utils.cs'.
build-cli (9.0.x, osx-arm64): Il2CppInspector.CLI/Program.cs#L264
The type 'Utils' in '/home/runner/work/Il2CppInspectorRedux/Il2CppInspectorRedux/Il2CppInspector.CLI/Utils.cs' conflicts with the imported namespace 'Il2CppInspector.Utils' in 'Il2CppInspector.Common, Version=2023.1.0.0, Culture=neutral, PublicKeyToken=null'. Using the type defined in '/home/runner/work/Il2CppInspectorRedux/Il2CppInspectorRedux/Il2CppInspector.CLI/Utils.cs'.
build-cli (9.0.x, osx-arm64): Il2CppInspector.CLI/Program.cs#L177
'System.Reflection.Assembly.Location.get' always returns an empty string for assemblies embedded in a single-file app. If the path to the app directory is needed, consider calling 'System.AppContext.BaseDirectory'.
build-cli (9.0.x, linux-arm64)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/cache@v3, actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build-cli (9.0.x, linux-arm64): Il2CppInspector.Common/Cpp/MangledNameBuilder.cs#L220
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build-cli (9.0.x, linux-arm64): Il2CppInspector.Common/Next/Pointer.cs#L48
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build-cli (9.0.x, linux-arm64): Il2CppInspector.Common/Next/PrimitivePointer.cs#L48
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build-cli (9.0.x, linux-arm64): Il2CppInspector.Common/FileFormatStreams/FileFormatStream.cs#L210
'FileFormatStream<T>.Bits' hides inherited member 'BinaryObjectStreamReader.Bits'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
build-cli (9.0.x, linux-arm64): Il2CppInspector.Common/FileFormatStreams/ProcessMapReader.cs#L108
Avoid inexact read with 'System.IO.FileStream.Read(byte[], int, int)' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2022)
build-cli (9.0.x, linux-arm64): Il2CppInspector.CLI/Program.cs#L263
The type 'Utils' in '/home/runner/work/Il2CppInspectorRedux/Il2CppInspectorRedux/Il2CppInspector.CLI/Utils.cs' conflicts with the imported namespace 'Il2CppInspector.Utils' in 'Il2CppInspector.Common, Version=2023.1.0.0, Culture=neutral, PublicKeyToken=null'. Using the type defined in '/home/runner/work/Il2CppInspectorRedux/Il2CppInspectorRedux/Il2CppInspector.CLI/Utils.cs'.
build-cli (9.0.x, linux-arm64): Il2CppInspector.CLI/Program.cs#L264
The type 'Utils' in '/home/runner/work/Il2CppInspectorRedux/Il2CppInspectorRedux/Il2CppInspector.CLI/Utils.cs' conflicts with the imported namespace 'Il2CppInspector.Utils' in 'Il2CppInspector.Common, Version=2023.1.0.0, Culture=neutral, PublicKeyToken=null'. Using the type defined in '/home/runner/work/Il2CppInspectorRedux/Il2CppInspectorRedux/Il2CppInspector.CLI/Utils.cs'.
build-cli (9.0.x, linux-arm64): Il2CppInspector.CLI/Program.cs#L177
'System.Reflection.Assembly.Location.get' always returns an empty string for assemblies embedded in a single-file app. If the path to the app directory is needed, consider calling 'System.AppContext.BaseDirectory'.
build-cli (9.0.x, osx-x64)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/cache@v3, actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build-cli (9.0.x, osx-x64): Il2CppInspector.Common/Cpp/MangledNameBuilder.cs#L220
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build-cli (9.0.x, osx-x64): Il2CppInspector.Common/Next/Pointer.cs#L48
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build-cli (9.0.x, osx-x64): Il2CppInspector.Common/Next/PrimitivePointer.cs#L48
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build-cli (9.0.x, osx-x64): Il2CppInspector.Common/FileFormatStreams/FileFormatStream.cs#L210
'FileFormatStream<T>.Bits' hides inherited member 'BinaryObjectStreamReader.Bits'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
build-cli (9.0.x, osx-x64): Il2CppInspector.Common/FileFormatStreams/ProcessMapReader.cs#L108
Avoid inexact read with 'System.IO.FileStream.Read(byte[], int, int)' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2022)
build-cli (9.0.x, osx-x64): Il2CppInspector.CLI/Program.cs#L263
The type 'Utils' in '/home/runner/work/Il2CppInspectorRedux/Il2CppInspectorRedux/Il2CppInspector.CLI/Utils.cs' conflicts with the imported namespace 'Il2CppInspector.Utils' in 'Il2CppInspector.Common, Version=2023.1.0.0, Culture=neutral, PublicKeyToken=null'. Using the type defined in '/home/runner/work/Il2CppInspectorRedux/Il2CppInspectorRedux/Il2CppInspector.CLI/Utils.cs'.
build-cli (9.0.x, osx-x64): Il2CppInspector.CLI/Program.cs#L264
The type 'Utils' in '/home/runner/work/Il2CppInspectorRedux/Il2CppInspectorRedux/Il2CppInspector.CLI/Utils.cs' conflicts with the imported namespace 'Il2CppInspector.Utils' in 'Il2CppInspector.Common, Version=2023.1.0.0, Culture=neutral, PublicKeyToken=null'. Using the type defined in '/home/runner/work/Il2CppInspectorRedux/Il2CppInspectorRedux/Il2CppInspector.CLI/Utils.cs'.
build-cli (9.0.x, osx-x64): Il2CppInspector.CLI/Program.cs#L177
'System.Reflection.Assembly.Location.get' always returns an empty string for assemblies embedded in a single-file app. If the path to the app directory is needed, consider calling 'System.AppContext.BaseDirectory'.
build-gui
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/

Artifacts

Produced during runtime
Name Size
Il2CppInspectorRedux.CLI-linux-arm64.zip
1.57 MB
Il2CppInspectorRedux.CLI-linux-x64.zip
1.57 MB
Il2CppInspectorRedux.CLI-osx-arm64.zip
1.57 MB
Il2CppInspectorRedux.CLI-osx-x64.zip
1.57 MB
Il2CppInspectorRedux.CLI-win-x64.zip
1.6 MB