Skip to content

Merge branch 'main' of https://github.com/wowdev/TACTSharp #30

Merge branch 'main' of https://github.com/wowdev/TACTSharp

Merge branch 'main' of https://github.com/wowdev/TACTSharp #30

Triggered via push January 31, 2026 04:58
Status Failure
Total duration 4m 19s
Artifacts

dotnet.yml

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

Annotations

5 errors and 6 warnings
Build Release (macOS)
Process completed with exit code 1.
Build Release (windows)
The strategy configuration was canceled because "build.macOS" failed
Build Release (windows)
The operation was canceled.
Build Release (linux)
The strategy configuration was canceled because "build.macOS" failed
Build Release (linux)
The operation was canceled.
Build Release (macOS): TACTSharp/Build.cs#L78
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 (macOS): TACTSharp/Build.cs#L78
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 (windows): TACTSharp/Build.cs#L78
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 (windows): TACTSharp/Build.cs#L78
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 (linux): TACTSharp/Build.cs#L78
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#L78
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.