[Editor] More WIP on Prefab editing; #525
build.yaml
on: push
windows
33m 36s
linux
22m 44s
android-dependencies
2m 33s
macos
12m 3s
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/Rendering/Texture/Texture.cs#L263
The variable 'e' is declared but never used
|
|
macos:
Engine/Core/Player/AppPlayer.cs#L41
Unreachable code detected
|
|
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/Entities/EntityCallback.cs#L489
The variable 'e' is declared but never used
|
|
macos:
Engine/Core/Serialization/Asset/AssetSerialization.cs#L207
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/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/Rendering/Texture/Texture.cs#L263
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/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/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#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/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/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/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)
|
|
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/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/Serialization/Asset/AssetSerialization.cs#L207
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/Entities/EntityCallback.cs#L139
The variable 'e' is declared but never used
|
|
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#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#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/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/Entities/EntityCallback.cs#L313
The variable 'e' is declared but never used
|
|
windows:
Engine/Core/Resources/ResourceManager.cs#L2100
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/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/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/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)
|
|
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:90162cf54898f76f717ca845b5502e23200fb18ff3ffefa61cd4a5e33a812ccd
|
|
|
linux-native-dependencies
Expired
|
29.9 MB |
sha256:c627a78617c332db076b17d6110faa6db1940646202eba8ceb38f0a56fd269be
|
|
|
linux-production
Expired
|
211 MB |
sha256:6d0b4f46a762bd0e19fd16769afc7ed8f170c5143a4c39c1e23bc2f78426dd8c
|
|
|
mac-native-dependencies
Expired
|
16.9 MB |
sha256:2e902862a403805a2a652315bc4bf68d242d5881d1dff38753a2d23f33d7c752
|
|
|
mac-production
Expired
|
214 MB |
sha256:056cddf2243e653b007ecc70cd767ee95b08fad1b25e1bf3b69482e60a38e9db
|
|
|
windows-native-dependencies
Expired
|
31.8 MB |
sha256:3503db4c67349772c2993eb0e08edf6d5478679d9a260e292ce9efa195bacea8
|
|
|
windows-production
Expired
|
175 MB |
sha256:df2cd64e3d632c530027bf90fcf803167878ea2e6244441191fe9c9436671d6f
|
|