Update dotnet.yml #29
Annotations
6 errors and 2 warnings
|
Build Release (macOS)
Process completed with exit code 1.
|
|
Build Release (macOS)
Assets file '/Users/runner/work/TACTSharp/TACTSharp/TACTTool/obj/project.assets.json' doesn't have a target for 'net10.0/osx-arm64'. Ensure that restore has run and that you have included 'net10.0' in the TargetFrameworks for your project. You may also need to include 'osx-arm64' in your project's RuntimeIdentifiers.
|
|
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 (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.
|