Skip to content

[Dependencies] Working on UFBX C# wrapper; #540

[Dependencies] Working on UFBX C# wrapper;

[Dependencies] Working on UFBX C# wrapper; #540

Triggered via push May 15, 2025 11:30
Status Failure
Total duration 31m 50s
Artifacts 3

build.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 error and 80 warnings
linux
Process completed with exit code 1.
linux: Tools/Baker/Baker+Scene.cs#L86
The variable 'e' is declared but never used
linux: Tools/Baker/Baker+Cleanup.cs#L33
The variable 'e' is declared but never used
linux: Tools/Baker/Baker+Cleanup.cs#L20
The variable 'e' is declared but never used
linux
The "--output" option isn't supported when building a solution. Specifying a solution-level output path results in all projects copying outputs to the same directory, which can lead to inconsistent builds.
linux: Tools/Baker/Baker+Texture.cs#L163
The variable 'e' is declared but never used
linux: Tools/Baker/Baker+Shaders.cs#L545
The variable 'e' is declared but never used
linux: Tools/Baker/Baker+Scene.cs#L86
The variable 'e' is declared but never used
linux: Tools/Baker/Baker+Cleanup.cs#L33
The variable 'e' is declared but never used
linux: Tools/Baker/Baker+Cleanup.cs#L20
The variable 'e' is declared but never used
linux
The "--output" option isn't supported when building a solution. Specifying a solution-level output path results in all projects copying outputs to the same directory, which can lead to inconsistent builds.
linux: Engine/Core/Resources/ResourceManager.cs#L566
The variable 'e' is declared but never used
linux: Engine/Core/Serialization/Asset/AssetSerialization.cs#L207
The variable 'e' is declared but never used
linux: Engine/Core/Entities/EntityCallback.cs#L139
The variable 'e' is declared but never used
linux: Engine/Core/Entities/EntityCallback.cs#L489
The variable 'e' is declared but never used
linux: Engine/Core/Entities/EntityCallback.cs#L313
The variable 'e' is declared but never used
linux: Engine/Core/Player/AppPlayer.cs#L41
Unreachable code detected
linux: Engine/Core/Rendering/Texture/Texture.cs#L263
The variable 'e' is declared but never used
linux: Dependencies/MessagePack/Resolvers/DynamicObjectResolver.cs#L2429
'NotSupportedException.NotSupportedException(SerializationInfo, StreamingContext)' is obsolete: 'This API supports obsolete formatter-based serialization. It should not be called or extended by application code.' (https://aka.ms/dotnet-warnings/SYSLIB0051)
linux: Dependencies/NAudio/NAudio.Core/Wave/WaveOutputs/DirectSoundOut.cs#L565
This call site is reachable on all platforms. 'Marshal.ReleaseComObject(object)' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
linux: Dependencies/NAudio/NAudio.Core/Wave/WaveOutputs/DirectSoundOut.cs#L570
This call site is reachable on all platforms. 'Marshal.ReleaseComObject(object)' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
linux: Dependencies/NAudio/NAudio.Core/Wave/WaveOutputs/DirectSoundOut.cs#L559
This call site is reachable on all platforms. 'Marshal.ReleaseComObject(object)' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
linux: Dependencies/NAudio/NAudio.Core/Wave/WaveStreams/Mp3FileReaderBase.cs#L113
Avoid inexact read with 'System.IO.Stream.Read(byte[], int, int)' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2022)
linux: Dependencies/NAudio/NAudio.Core/Wave/WaveStreams/WaveFileReader.cs#L82
Avoid inexact read with 'System.IO.Stream.Read(byte[], int, int)' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2022)
linux: Dependencies/NAudio/NAudio.Core/Wave/WaveOutputs/DirectSoundOut.cs#L170
'Thread.Abort()' is obsolete: 'Thread.Abort is not supported and throws PlatformNotSupportedException.' (https://aka.ms/dotnet-warnings/SYSLIB0006)
linux: Dependencies/NAudio/NAudio.Core/Wave/WaveOutputs/DirectSoundOut.cs#L72
The result of the expression is always 'true' since a value of type 'nint' is never equal to 'null' of type 'nint?'
linux: Dependencies/NVorbis/NVorbis/StreamDecoder.cs#L322
Comparing a span to 'null' might be redundant, the 'null' literal will be implicitly converted to a 'Span<T>.Empty' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2265)
linux
The "--output" option isn't supported when building a solution. Specifying a solution-level output path results in all projects copying outputs to the same directory, which can lead to inconsistent builds.
windows: Tools/Baker/Baker+Scene.cs#L86
The variable 'e' is declared but never used
windows: Tools/Baker/Baker+Cleanup.cs#L33
The variable 'e' is declared but never used
windows: Tools/Baker/Baker+Cleanup.cs#L20
The variable 'e' is declared but never used
windows
The "--output" option isn't supported when building a solution. Specifying a solution-level output path results in all projects copying outputs to the same directory, which can lead to inconsistent builds.
windows: Tools/Baker/Baker+Texture.cs#L163
The variable 'e' is declared but never used
windows: Tools/Baker/Baker+Shaders.cs#L545
The variable 'e' is declared but never used
windows: Tools/Baker/Baker+Scene.cs#L86
The variable 'e' is declared but never used
windows: Tools/Baker/Baker+Cleanup.cs#L33
The variable 'e' is declared but never used
windows: Tools/Baker/Baker+Cleanup.cs#L20
The variable 'e' is declared but never used
windows
The "--output" option isn't supported when building a solution. Specifying a solution-level output path results in all projects copying outputs to the same directory, which can lead to inconsistent builds.
windows: Engine/Core/Resources/ResourceManager.cs#L888
The variable 'e' is declared but never used
windows: Engine/Core/Resources/ResourceManager.cs#L728
The variable 'e' is declared but never used
windows: Engine/Core/Resources/ResourceManager.cs#L719
The variable 'e' is declared but never used
windows: Engine/Core/Resources/ResourceManager.cs#L566
The variable 'e' is declared but never used
windows: Engine/Core/Entities/EntityCallback.cs#L489
The variable 'e' is declared but never used
windows: Engine/Core/Entities/EntityCallback.cs#L313
The variable 'e' is declared but never used
windows: Engine/Core/Entities/EntityCallback.cs#L139
The variable 'e' is declared but never used
windows: Dependencies/MessagePack/MessagePackSerializationException.cs#L53
'Exception.Exception(SerializationInfo, StreamingContext)' is obsolete: 'This API supports obsolete formatter-based serialization. It should not be called or extended by application code.' (https://aka.ms/dotnet-warnings/SYSLIB0051)
windows: Dependencies/NAudio/NAudio.Core/Wave/WaveOutputs/DirectSoundOut.cs#L559
This call site is reachable on all platforms. 'Marshal.ReleaseComObject(object)' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
windows: Dependencies/NAudio/NAudio.Core/Wave/WaveOutputs/DirectSoundOut.cs#L565
This call site is reachable on all platforms. 'Marshal.ReleaseComObject(object)' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
windows: Dependencies/NAudio/NAudio.Core/Wave/WaveOutputs/DirectSoundOut.cs#L570
This call site is reachable on all platforms. 'Marshal.ReleaseComObject(object)' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
windows: Dependencies/NAudio/NAudio.Core/Wave/WaveStreams/Mp3FileReaderBase.cs#L113
Avoid inexact read with 'System.IO.Stream.Read(byte[], int, int)' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2022)
windows: Dependencies/NAudio/NAudio.Core/Wave/WaveStreams/WaveFileReader.cs#L82
Avoid inexact read with 'System.IO.Stream.Read(byte[], int, int)' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2022)
windows: Dependencies/NAudio/NAudio.Core/Wave/WaveOutputs/DirectSoundOut.cs#L170
'Thread.Abort()' is obsolete: 'Thread.Abort is not supported and throws PlatformNotSupportedException.' (https://aka.ms/dotnet-warnings/SYSLIB0006)
windows: Dependencies/NAudio/NAudio.Core/Wave/WaveOutputs/DirectSoundOut.cs#L72
The result of the expression is always 'true' since a value of type 'nint' is never equal to 'null' of type 'nint?'
windows: Dependencies/NVorbis/NVorbis/StreamDecoder.cs#L322
Comparing a span to 'null' might be redundant, the 'null' literal will be implicitly converted to a 'Span<T>.Empty' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2265)
windows
The "--output" option isn't supported when building a solution. Specifying a solution-level output path results in all projects copying outputs to the same directory, which can lead to inconsistent builds.

Artifacts

Produced during runtime
Name Size Digest
android-native-dependencies Expired
24.6 MB
sha256:ed9f045c501088851e9d8e046a948f363c75011466660008dbfa64dfc6c530a0
windows-native-dependencies Expired
35.3 MB
sha256:417680f59afafd564509705bc02a4533155e2e78f5f76766eca8ba4609dd2323
windows-production Expired
177 MB
sha256:3b5ea483d174edd8f9398fb7d3c3682cc81aacb784a31ac7b8ef181b97b7f047