[Misc] Attempt to fix premake yet again; #907
build.yaml
on: push
windows
12m 10s
linux
1m 55s
android-dependencies
3m 43s
macos
1m 28s
Annotations
3 errors and 43 warnings
|
macos
Process completed with exit code 2.
|
|
linux
Process completed with exit code 1.
|
|
android-dependencies
Process completed with exit code 1.
|
|
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']
|
|
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/UI/UIManager.cs#L629
Unreachable code detected
|
|
windows:
Engine/Staple.Core/Entities/EntityCallback.cs#L139
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/Entities/EntityCallback.cs#L489
The variable 'e' is declared but never used
|
|
windows:
Engine/Staple.Core/Assets/AssetDatabase.cs#L144
The variable 'e' is declared but never used
|
|
windows:
Engine/Staple.Core/Player/AppPlayer.cs#L46
Unreachable code detected
|
|
windows:
Engine/Staple.Core/Rendering/Texture/Texture.cs#L233
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/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/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:
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
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']
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
windows-native-dependencies
|
9.29 MB |
sha256:cd61de7ec8cf876e3bcef4536933c681d65ace2fcaea11d24f61b84db83b049e
|
|
|
windows-production
|
123 MB |
sha256:1f2061261bed969fef95bf050752766d9c96afa93230a1df7e176cad7399f218
|
|