Skip to content

Raytha Functions documentation #187 #45

Raytha Functions documentation #187

Raytha Functions documentation #187 #45

Triggered via push April 7, 2024 19:25
Status Success
Total duration 4m 10s
Artifacts

tests.yml

on: push
Matrix: build_tests
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build_tests (6.0.x)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build_tests (6.0.x): src/Raytha.Domain/ValueObjects/FieldValues/StringFieldValue.cs#L5
Cannot convert null literal to non-nullable reference type.
build_tests (6.0.x): src/Raytha.Domain/Common/EmailMessage.cs#L37
Non-nullable property 'Attachment' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build_tests (6.0.x): src/Raytha.Domain/Common/EmailMessage.cs#L38
Non-nullable property 'FileName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build_tests (6.0.x): src/Raytha.Domain/ValueObjects/FieldValues/ArrayFieldValue.cs#L7
Cannot convert null literal to non-nullable reference type.
build_tests (6.0.x): src/Raytha.Domain/ValueObjects/FieldValues/ArrayFieldValue.cs#L21
Possible null reference argument for parameter 'json' in 'string[]? JsonSerializer.Deserialize<string[]>(string json, JsonSerializerOptions? options = null)'.