Skip to content

Merge pull request #738 from hjgraca/feat(e2e)-idempotency-e2e-tests #28

Merge pull request #738 from hjgraca/feat(e2e)-idempotency-e2e-tests

Merge pull request #738 from hjgraca/feat(e2e)-idempotency-e2e-tests #28

Triggered via push February 3, 2025 13:28
Status Success
Total duration 13m 3s
Artifacts

e2e-tests.yml

on: push
Matrix: deploy-aot-stack
Matrix: run-tests
Matrix: destroy-aot-stack
Fit to window
Zoom out
Zoom in

Annotations

12 warnings
run-tests (core): libraries/src/AWS.Lambda.Powertools.Tracing/Internal/Helpers.cs#L12
XML comment has badly formed XML -- 'Whitespace is not allowed at this location.'
run-tests (core): libraries/src/AWS.Lambda.Powertools.Tracing/Internal/Helpers.cs#L12
XML comment has badly formed XML -- 'Whitespace is not allowed at this location.'
run-tests (idempotency): libraries/src/AWS.Lambda.Powertools.JMESPath/Values/StringValue.cs#L93
Using member 'System.Text.Json.JsonSerializer.Serialize<TValue>(TValue, 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.
run-tests (idempotency): libraries/src/AWS.Lambda.Powertools.JMESPath/Values/StringValue.cs#L93
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.
run-tests (idempotency): libraries/src/AWS.Lambda.Powertools.JMESPath/Values/ObjectValue.cs#L165
Using member 'System.Text.Json.JsonSerializer.Serialize<TValue>(TValue, 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.
run-tests (idempotency): libraries/src/AWS.Lambda.Powertools.JMESPath/Values/ObjectValue.cs#L165
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.
run-tests (idempotency): libraries/src/AWS.Lambda.Powertools.JMESPath/Values/JsonElementValue.cs#L247
Using member 'System.Text.Json.JsonSerializer.Serialize<TValue>(TValue, 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.
run-tests (idempotency): libraries/src/AWS.Lambda.Powertools.JMESPath/Values/JsonElementValue.cs#L247
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.
run-tests (idempotency): libraries/src/AWS.Lambda.Powertools.JMESPath/Values/JsonElementValue.cs#L208
Using member 'System.Text.Json.JsonSerializer.Deserialize<TValue>(JsonNode, 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.
run-tests (idempotency): libraries/src/AWS.Lambda.Powertools.JMESPath/Values/JsonElementValue.cs#L208
Using member 'System.Text.Json.JsonSerializer.Deserialize<TValue>(JsonNode, 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.
run-tests (idempotency): libraries/src/AWS.Lambda.Powertools.JMESPath/Values/DoubleValue.cs#L106
Using member 'System.Text.Json.JsonSerializer.Serialize<TValue>(TValue, 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.
run-tests (idempotency): libraries/src/AWS.Lambda.Powertools.JMESPath/Values/DoubleValue.cs#L106
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.