Skip to content

Build and and deploy DSF packages #128

Build and and deploy DSF packages

Build and and deploy DSF packages #128

Manually triggered September 18, 2024 14:40
Status Success
Total duration 7m 12s
Artifacts

deploy.yml

on: workflow_dispatch

Annotations

4 warnings
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, actions/setup-dotnet@v3, Creepios/sftp-action@v1.0.5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build
Can't add secret mask for empty string in ##[add-mask] command.
build: src/DuetAPIClient/HttpEndpoints/HttpEndpointConnection.cs#L119
Using member 'System.Text.Json.JsonSerializer.DeserializeAsync<TValue>(Stream, JsonSerializerOptions, CancellationToken)' 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: src/DuetAPIClient/HttpEndpoints/HttpEndpointConnection.cs#L132
Using member 'System.Text.Json.JsonSerializer.SerializeToUtf8Bytes(Object, Type, 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.