Skip to content

Bump version

Bump version #26

Triggered via push November 15, 2025 12:56
Status Failure
Total duration 28s
Artifacts

dotnet.yml

on: push
Matrix: Build Release
Fit to window
Zoom out
Zoom in

Annotations

5 errors, 2 warnings, and 1 notice
Build Release (linux)
Process completed with exit code 1.
Build Release (macOS)
The strategy configuration was canceled because "build.linux" failed
Build Release (macOS)
The operation was canceled.
Build Release (windows)
The strategy configuration was canceled because "build.linux" failed
Build Release (windows)
The operation was canceled.
Build Release (linux): TACTSharp/Build.cs#L71
Using member 'System.Text.Json.JsonSerializer.Deserialize<TValue>(String, JsonSerializerOptions)' which has 'RequiresDynamicCodeAttribute' can break functionality when AOT compiling. JSON serialization and deserialization might require types that cannot be statically analyzed and might need runtime code generation. Use System.Text.Json source generation for native AOT applications.
Build Release (linux): TACTSharp/Build.cs#L71
Using member 'System.Text.Json.JsonSerializer.Deserialize<TValue>(String, JsonSerializerOptions)' which has 'RequiresUnreferencedCodeAttribute' can break functionality when trimming application code. JSON serialization and deserialization might require types that cannot be statically analyzed. Use the overload that takes a JsonTypeInfo or JsonSerializerContext, or make sure all of the required types are preserved.
Build Release (macOS)
The macOS-13 based runner images are being deprecated, consider switching to macOS-15 (macos-15-intel) or macOS 15 arm64 (macos-latest) instead. For more details see https://github.com/actions/runner-images/issues/13046