Skip to content
Triggered via push December 25, 2023 13:34
Status Success
Total duration 1m 9s
Artifacts

deploy.yml

on: push
Build and Deploy library
56s
Build and Deploy library
Fit to window
Zoom out
Zoom in

Annotations

2 warnings
Build and Deploy library
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Build and Deploy library: TheDialgaTeam.Serilog/Parsing/AnsiPropertyToken.cs#L62
Using member 'System.Text.Json.JsonSerializer.Serialize<TValue>(TValue, 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.