[Baker] Fix mesh bounds rotation; #527
build.yaml
on: push
windows
36m 1s
linux
23m 20s
android-dependencies
2m 23s
macos
11m 38s
Annotations
130 warnings
|
macos:
Tools/Baker/Baker+Scene.cs#L86
The variable 'e' is declared but never used
|
|
macos:
Tools/Baker/Baker+Cleanup.cs#L33
The variable 'e' is declared but never used
|
|
macos:
Tools/Baker/Baker+Cleanup.cs#L20
The variable 'e' is declared but never used
|
|
macos
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.
|
|
macos:
Tools/Baker/Baker+Texture.cs#L163
The variable 'e' is declared but never used
|
|
macos:
Tools/Baker/Baker+Shaders.cs#L545
The variable 'e' is declared but never used
|
|
macos:
Tools/Baker/Baker+Scene.cs#L86
The variable 'e' is declared but never used
|
|
macos:
Tools/Baker/Baker+Cleanup.cs#L33
The variable 'e' is declared but never used
|
|
macos:
Tools/Baker/Baker+Cleanup.cs#L20
The variable 'e' is declared but never used
|
|
macos
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.
|
|
macos:
Engine/Core/Resources/ResourceManager.cs#L566
The variable 'e' is declared but never used
|
|
macos:
Engine/Core/Player/AppPlayer.cs#L41
Unreachable code detected
|
|
macos:
Engine/Core/Serialization/Asset/AssetSerialization.cs#L207
The variable 'e' is declared but never used
|
|
macos:
Engine/Core/External/StbImageWriteSharp/src/StbImageWrite.Generated.cs#L864
Unreachable code detected
|
|
macos:
Engine/Core/External/StbImageWriteSharp/src/StbImageWrite.Generated.cs#L851
Unreachable code detected
|
|
macos:
Engine/Core/External/StbImageWriteSharp/src/StbImageWrite.Generated.cs#L844
Unreachable code detected
|
|
macos:
Engine/Core/Entities/EntityCallback.cs#L489
The variable 'e' is declared but never used
|
|
macos:
Engine/Core/Entities/EntityCallback.cs#L313
The variable 'e' is declared but never used
|
|
macos:
Engine/Core/Entities/EntityCallback.cs#L139
The variable 'e' is declared but never used
|
|
macos:
Engine/Core/Rendering/Texture/Texture.cs#L263
The variable 'e' is declared but never used
|
|
macos:
Engine/Core/Resources/ResourceManager.cs#L888
The variable 'e' is declared but never used
|
|
macos:
Engine/Core/Resources/ResourceManager.cs#L728
The variable 'e' is declared but never used
|
|
macos:
Engine/Core/Resources/ResourceManager.cs#L719
The variable 'e' is declared but never used
|
|
macos:
Engine/Core/Resources/ResourceManager.cs#L566
The variable 'e' is declared but never used
|
|
macos:
Engine/Core/External/StbImageWriteSharp/src/StbImageWrite.Generated.cs#L864
Unreachable code detected
|
|
macos:
Engine/Core/External/StbImageWriteSharp/src/StbImageWrite.Generated.cs#L851
Unreachable code detected
|
|
macos:
Engine/Core/External/StbImageWriteSharp/src/StbImageWrite.Generated.cs#L844
Unreachable code detected
|
|
macos:
Engine/Core/Entities/EntityCallback.cs#L489
The variable 'e' is declared but never used
|
|
macos:
Engine/Core/Entities/EntityCallback.cs#L313
The variable 'e' is declared but never used
|
|
macos:
Engine/Core/Entities/EntityCallback.cs#L139
The variable 'e' is declared but never used
|
|
macos:
Engine/TypeRegistration/TypeCacheRegistrationGenerator.cs#L229
Unreachable code detected
|
|
macos:
Engine/TypeRegistration/TypeCacheRegistrationGenerator.cs#L219
Unreachable code detected
|
|
macos:
Engine/TypeRegistration/TypeCacheRegistrationGenerator.cs#L209
Unreachable code detected
|
|
macos:
Engine/TypeRegistration/TypeCacheRegistrationGenerator.cs#L199
Unreachable code detected
|
|
macos:
Engine/TypeRegistration/TypeCacheRegistrationGenerator.cs#L189
Unreachable code detected
|
|
macos:
Engine/TypeRegistration/TypeCacheRegistrationGenerator.cs#L174
Unreachable code detected
|
|
macos:
Engine/TypeRegistration/TypeCacheRegistrationGenerator.cs#L164
Unreachable code detected
|
|
macos:
Engine/TypeRegistration/TypeCacheRegistrationGenerator.cs#L114
Unreachable code detected
|
|
macos:
Engine/TypeRegistration/TypeCacheRegistrationGenerator.cs#L104
Unreachable code detected
|
|
macos:
Engine/TypeRegistration/TypeCacheRegistrationGenerator.cs#L90
Unreachable code detected
|
|
macos:
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)
|
|
macos:
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)
|
|
macos:
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)
|
|
macos:
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)
|
|
macos:
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)
|
|
macos:
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)
|
|
macos:
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)
|
|
macos:
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?'
|
|
macos:
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)
|
|
macos
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+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/Player/AppPlayer.cs#L41
Unreachable code detected
|
|
linux:
Engine/Core/Serialization/Asset/AssetSerialization.cs#L207
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/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/External/StbImageWriteSharp/src/StbImageWrite.Generated.cs#L864
Unreachable code detected
|
|
linux:
Engine/Core/External/StbImageWriteSharp/src/StbImageWrite.Generated.cs#L851
Unreachable code detected
|
|
linux:
Engine/Core/External/StbImageWriteSharp/src/StbImageWrite.Generated.cs#L844
Unreachable code detected
|
|
linux:
Engine/Core/Rendering/Texture/Texture.cs#L263
The variable 'e' is declared but never used
|
|
linux:
Engine/TypeRegistration/TypeCacheRegistrationGenerator.cs#L229
Unreachable code detected
|
|
linux:
Engine/TypeRegistration/TypeCacheRegistrationGenerator.cs#L219
Unreachable code detected
|
|
linux:
Engine/TypeRegistration/TypeCacheRegistrationGenerator.cs#L209
Unreachable code detected
|
|
linux:
Engine/TypeRegistration/TypeCacheRegistrationGenerator.cs#L199
Unreachable code detected
|
|
linux:
Engine/TypeRegistration/TypeCacheRegistrationGenerator.cs#L189
Unreachable code detected
|
|
linux:
Engine/TypeRegistration/TypeCacheRegistrationGenerator.cs#L174
Unreachable code detected
|
|
linux:
Engine/TypeRegistration/TypeCacheRegistrationGenerator.cs#L164
Unreachable code detected
|
|
linux:
Engine/TypeRegistration/TypeCacheRegistrationGenerator.cs#L114
Unreachable code detected
|
|
linux:
Engine/TypeRegistration/TypeCacheRegistrationGenerator.cs#L104
Unreachable code detected
|
|
linux:
Engine/TypeRegistration/TypeCacheRegistrationGenerator.cs#L90
Unreachable code detected
|
|
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/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/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/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)
|
|
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/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#L313
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#L139
The variable 'e' is declared but never used
|
|
windows:
Engine/Core/External/StbImageWriteSharp/src/StbImageWrite.Generated.cs#L864
Unreachable code detected
|
|
windows:
Engine/Core/External/StbImageWriteSharp/src/StbImageWrite.Generated.cs#L851
Unreachable code detected
|
|
windows:
Engine/Core/External/StbImageWriteSharp/src/StbImageWrite.Generated.cs#L844
Unreachable code detected
|
|
windows:
Engine/TypeRegistration/TypeCacheRegistrationGenerator.cs#L229
Unreachable code detected
|
|
windows:
Engine/TypeRegistration/TypeCacheRegistrationGenerator.cs#L219
Unreachable code detected
|
|
windows:
Engine/TypeRegistration/TypeCacheRegistrationGenerator.cs#L209
Unreachable code detected
|
|
windows:
Engine/TypeRegistration/TypeCacheRegistrationGenerator.cs#L199
Unreachable code detected
|
|
windows:
Engine/TypeRegistration/TypeCacheRegistrationGenerator.cs#L189
Unreachable code detected
|
|
windows:
Engine/TypeRegistration/TypeCacheRegistrationGenerator.cs#L174
Unreachable code detected
|
|
windows:
Engine/TypeRegistration/TypeCacheRegistrationGenerator.cs#L164
Unreachable code detected
|
|
windows:
Engine/TypeRegistration/TypeCacheRegistrationGenerator.cs#L114
Unreachable code detected
|
|
windows:
Engine/TypeRegistration/TypeCacheRegistrationGenerator.cs#L104
Unreachable code detected
|
|
windows:
Engine/TypeRegistration/TypeCacheRegistrationGenerator.cs#L90
Unreachable code detected
|
|
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#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/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/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:004ea9eb91a8e96197c3a3a8427690dbf457360b1275f6ef6cd171bc37e66baf
|
|
|
linux-native-dependencies
Expired
|
29.9 MB |
sha256:c13e68b236929898c3b28ee95c7cb8be1bdeb6d5a1c9a30d1b05c63f80fd1226
|
|
|
linux-production
Expired
|
211 MB |
sha256:c5d1ece84207345fc111ed9e6577c4d01419cd09594166b357b79db67cdc49e6
|
|
|
mac-native-dependencies
Expired
|
16.9 MB |
sha256:c96f7c0040a1b9aa4fc9746ae459979231760ff8f4dd1c8ce26890c9424f54ae
|
|
|
mac-production
Expired
|
214 MB |
sha256:f95bded97c78626d02329ed3f99138dc3fa8a0f22fe6817e71c05cc09d5c65ff
|
|
|
windows-native-dependencies
Expired
|
31.8 MB |
sha256:7392201ca9f2d8d0a90a698d3c86904fb3c2fa04cc78c23e979375c11e9c9679
|
|
|
windows-production
Expired
|
175 MB |
sha256:b942710a8ba8f6c9ece12d7e3a37d010fcee4753933ba55e2c0d2b0408ea7820
|
|