[Dependencies] Fix macOS build; #911
build.yaml
on: push
windows
9m 27s
linux
26m 32s
android-dependencies
3m 49s
macos
8m 45s
Annotations
126 warnings
|
macos
Unexpected input(s) 'include-prerelease', valid inputs are ['dotnet-version', 'dotnet-quality', 'global-json-file', 'source-url', 'owner', 'config-file', 'cache', 'cache-dependency-path']
|
|
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#L165
The variable 'e' is declared but never used
|
|
macos:
Tools/Baker/Baker+Shaders.cs#L724
The variable 'e' is declared but never used
|
|
macos:
Tools/Baker/Baker+Shaders.cs#L594
The variable 'e' is declared but never used
|
|
macos:
Tools/Baker/Baker+Scene.cs#L92
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/Staple.Core/Resources/ResourceManager.cs#L737
The variable 'e' is declared but never used
|
|
macos:
Engine/Staple.Core/Resources/ResourceManager.cs#L728
The variable 'e' is declared but never used
|
|
macos:
Engine/Staple.Core/Resources/ResourceManager.cs#L573
The variable 'e' is declared but never used
|
|
macos:
Engine/Staple.Core/Serialization/Asset/AssetSerialization.cs#L242
The variable 'e' is declared but never used
|
|
macos:
Engine/Staple.Core/External/StbImageWriteSharp/src/StbImageWrite.Generated.cs#L864
Unreachable code detected
|
|
macos:
Engine/Staple.Core/External/StbImageWriteSharp/src/StbImageWrite.Generated.cs#L851
Unreachable code detected
|
|
macos:
Engine/Staple.Core/External/StbImageWriteSharp/src/StbImageWrite.Generated.cs#L844
Unreachable code detected
|
|
macos:
Engine/Staple.Core/Entities/EntityCallback.cs#L489
The variable 'e' is declared but never used
|
|
macos:
Engine/Staple.Core/Entities/EntityCallback.cs#L313
The variable 'e' is declared but never used
|
|
macos:
Engine/Staple.Core/Entities/EntityCallback.cs#L139
The variable 'e' is declared but never used
|
|
macos:
Engine/TypeRegistration/TypeCacheRegistrationGenerator.cs#L252
Unreachable code detected
|
|
macos:
Engine/TypeRegistration/TypeCacheRegistrationGenerator.cs#L242
Unreachable code detected
|
|
macos:
Engine/TypeRegistration/TypeCacheRegistrationGenerator.cs#L232
Unreachable code detected
|
|
macos:
Engine/TypeRegistration/TypeCacheRegistrationGenerator.cs#L222
Unreachable code detected
|
|
macos:
Engine/TypeRegistration/TypeCacheRegistrationGenerator.cs#L212
Unreachable code detected
|
|
macos:
Engine/TypeRegistration/TypeCacheRegistrationGenerator.cs#L190
Unreachable code detected
|
|
macos:
Engine/TypeRegistration/TypeCacheRegistrationGenerator.cs#L180
Unreachable code detected
|
|
macos:
Engine/TypeRegistration/TypeCacheRegistrationGenerator.cs#L130
Unreachable code detected
|
|
macos:
Engine/TypeRegistration/TypeCacheRegistrationGenerator.cs#L120
Unreachable code detected
|
|
macos:
Engine/TypeRegistration/TypeCacheRegistrationGenerator.cs#L99
Unreachable code detected
|
|
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:
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.
|
|
macos
Unexpected input(s) 'include-prerelease', valid inputs are ['dotnet-version', 'dotnet-quality', 'global-json-file', 'source-url', 'owner', 'config-file', 'cache', 'cache-dependency-path']
|
|
windows
Unexpected input(s) 'include-prerelease', valid inputs are ['dotnet-version', 'dotnet-quality', 'global-json-file', 'source-url', 'owner', 'config-file', 'cache', 'cache-dependency-path']
|
|
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#L165
The variable 'e' is declared but never used
|
|
windows:
Tools/Baker/Baker+Shaders.cs#L724
The variable 'e' is declared but never used
|
|
windows:
Tools/Baker/Baker+Shaders.cs#L594
The variable 'e' is declared but never used
|
|
windows:
Tools/Baker/Baker+Scene.cs#L92
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/Staple.Core/Entities/EntityCallback.cs#L489
The variable 'e' is declared but never used
|
|
windows:
Engine/Staple.Core/Resources/ResourceManager.cs#L903
The variable 'e' is declared but never used
|
|
windows:
Engine/Staple.Core/Entities/EntityCallback.cs#L313
The variable 'e' is declared but never used
|
|
windows:
Engine/Staple.Core/Resources/ResourceManager.cs#L737
The variable 'e' is declared but never used
|
|
windows:
Engine/Staple.Core/Resources/ResourceManager.cs#L728
The variable 'e' is declared but never used
|
|
windows:
Engine/Staple.Core/Entities/EntityCallback.cs#L139
The variable 'e' is declared but never used
|
|
windows:
Engine/Staple.Core/Resources/ResourceManager.cs#L573
The variable 'e' is declared but never used
|
|
windows:
Engine/Staple.Core/External/StbImageWriteSharp/src/StbImageWrite.Generated.cs#L864
Unreachable code detected
|
|
windows:
Engine/Staple.Core/External/StbImageWriteSharp/src/StbImageWrite.Generated.cs#L851
Unreachable code detected
|
|
windows:
Engine/Staple.Core/External/StbImageWriteSharp/src/StbImageWrite.Generated.cs#L844
Unreachable code detected
|
|
windows:
Engine/TypeRegistration/TypeCacheRegistrationGenerator.cs#L252
Unreachable code detected
|
|
windows:
Engine/TypeRegistration/TypeCacheRegistrationGenerator.cs#L242
Unreachable code detected
|
|
windows:
Engine/TypeRegistration/TypeCacheRegistrationGenerator.cs#L232
Unreachable code detected
|
|
windows:
Engine/TypeRegistration/TypeCacheRegistrationGenerator.cs#L222
Unreachable code detected
|
|
windows:
Engine/TypeRegistration/TypeCacheRegistrationGenerator.cs#L212
Unreachable code detected
|
|
windows:
Engine/TypeRegistration/TypeCacheRegistrationGenerator.cs#L190
Unreachable code detected
|
|
windows:
Engine/TypeRegistration/TypeCacheRegistrationGenerator.cs#L180
Unreachable code detected
|
|
windows:
Engine/TypeRegistration/TypeCacheRegistrationGenerator.cs#L130
Unreachable code detected
|
|
windows:
Engine/TypeRegistration/TypeCacheRegistrationGenerator.cs#L120
Unreachable code detected
|
|
windows:
Engine/TypeRegistration/TypeCacheRegistrationGenerator.cs#L99
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/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#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#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#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
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
Unexpected input(s) 'include-prerelease', valid inputs are ['dotnet-version', 'dotnet-quality', 'global-json-file', 'source-url', 'owner', 'config-file', 'cache', 'cache-dependency-path']
|
|
linux
Unexpected input(s) 'include-prerelease', valid inputs are ['dotnet-version', 'dotnet-quality', 'global-json-file', 'source-url', 'owner', 'config-file', 'cache', 'cache-dependency-path']
|
|
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#L165
The variable 'e' is declared but never used
|
|
linux:
Tools/Baker/Baker+Shaders.cs#L724
The variable 'e' is declared but never used
|
|
linux:
Tools/Baker/Baker+Shaders.cs#L594
The variable 'e' is declared but never used
|
|
linux:
Tools/Baker/Baker+Scene.cs#L92
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/Staple.Core/UI/UIManager.cs#L629
Unreachable code detected
|
|
linux:
Engine/Staple.Core/Entities/EntityCallback.cs#L139
The variable 'e' is declared but never used
|
|
linux:
Engine/Staple.Core/Entities/EntityCallback.cs#L313
The variable 'e' is declared but never used
|
|
linux:
Engine/Staple.Core/Entities/EntityCallback.cs#L489
The variable 'e' is declared but never used
|
|
linux:
Engine/Staple.Core/Assets/AssetDatabase.cs#L144
The variable 'e' is declared but never used
|
|
linux:
Engine/Staple.Core/Player/AppPlayer.cs#L46
Unreachable code detected
|
|
linux:
Engine/Staple.Core/External/StbImageWriteSharp/src/StbImageWrite.Generated.cs#L864
Unreachable code detected
|
|
linux:
Engine/Staple.Core/External/StbImageWriteSharp/src/StbImageWrite.Generated.cs#L851
Unreachable code detected
|
|
linux:
Engine/Staple.Core/External/StbImageWriteSharp/src/StbImageWrite.Generated.cs#L844
Unreachable code detected
|
|
linux:
Engine/Staple.Core/Rendering/Texture/Texture.cs#L238
The variable 'e' is declared but never used
|
|
linux:
Engine/TypeRegistration/TypeCacheRegistrationGenerator.cs#L252
Unreachable code detected
|
|
linux:
Engine/TypeRegistration/TypeCacheRegistrationGenerator.cs#L242
Unreachable code detected
|
|
linux:
Engine/TypeRegistration/TypeCacheRegistrationGenerator.cs#L232
Unreachable code detected
|
|
linux:
Engine/TypeRegistration/TypeCacheRegistrationGenerator.cs#L222
Unreachable code detected
|
|
linux:
Engine/TypeRegistration/TypeCacheRegistrationGenerator.cs#L212
Unreachable code detected
|
|
linux:
Engine/TypeRegistration/TypeCacheRegistrationGenerator.cs#L190
Unreachable code detected
|
|
linux:
Engine/TypeRegistration/TypeCacheRegistrationGenerator.cs#L180
Unreachable code detected
|
|
linux:
Engine/TypeRegistration/TypeCacheRegistrationGenerator.cs#L130
Unreachable code detected
|
|
linux:
Engine/TypeRegistration/TypeCacheRegistrationGenerator.cs#L120
Unreachable code detected
|
|
linux:
Engine/TypeRegistration/TypeCacheRegistrationGenerator.cs#L99
Unreachable code detected
|
|
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/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/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/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.
|
|
linux
Unexpected input(s) 'include-prerelease', valid inputs are ['dotnet-version', 'dotnet-quality', 'global-json-file', 'source-url', 'owner', 'config-file', 'cache', 'cache-dependency-path']
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
android-native-dependencies
|
117 MB |
sha256:fd0d3565defd588cff4d670e6dde13c1ff4d4b779c81936de78c3879aacf9a6c
|
|
|
linux-native-dependencies
|
14.3 MB |
sha256:e1e129b72eafb50d96372a2a6064a2366225c1e4d3e7a9eb1967eb7b1c0de62a
|
|
|
linux-production
|
217 MB |
sha256:03dedbd98163e07ab97d21a96c6980c9965ea0246332ff5c11817591c0aee765
|
|
|
mac-native-dependencies
|
8.32 MB |
sha256:15600d61c54476705a3f9bfbf2db108a0b4179c27168a03020d5758ad6f1b156
|
|
|
mac-production
|
167 MB |
sha256:719bbd616ceb75889450d10078f8fd806934990c0195ee715cfd5783b9d11820
|
|
|
windows-native-dependencies
|
9.3 MB |
sha256:84b2d2543d07f7cadf426ae63b9f4b6b0ba9d7976a9f248b0f22f5d621c5a27c
|
|
|
windows-production
|
123 MB |
sha256:c2dfd5e320a3e97dc49963613173ce84a1730e4466e04d469e123b519348c591
|
|