Skip to content

test

test #56

Triggered via push October 22, 2024 12:22
Status Failure
Total duration 27s
Artifacts

deploy.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 error and 12 warnings
Deploy
Process completed with exit code 1.
Deploy
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/
Deploy
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Deploy: backend/ResQueue/ResQueue/Dtos/Queue/QueueViewDto.cs#L5
Non-nullable property 'QueueName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Deploy: backend/ResQueue/ResQueue/Models/Postgres/QueueView.cs#L5
Non-nullable property 'queue_name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Deploy: backend/ResQueue/ResQueue/Models/Postgres/Queue.cs#L7
Non-nullable property 'name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Deploy: backend/ResQueue/ResQueue/Models/Postgres/MessageDelivery.cs#L11
Non-nullable property 'partition_key' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Deploy: backend/ResQueue/ResQueue/Models/Postgres/MessageDelivery.cs#L12
Non-nullable property 'routing_key' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Deploy: backend/ResQueue/ResQueue/Models/Postgres/MessageDelivery.cs#L18
Non-nullable property 'transport_headers' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Deploy: backend/ResQueue/ResQueue/Models/Postgres/MessageDelivery.cs#L20
Non-nullable property 'message' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Deploy: backend/ResQueue/ResQueue/Models/Postgres/Message.cs#L6
Non-nullable property 'content_type' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Deploy: backend/ResQueue/ResQueue/Models/Postgres/Message.cs#L7
Non-nullable property 'message_type' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Deploy: backend/ResQueue/ResQueue/Models/Postgres/Message.cs#L8
Non-nullable property 'body' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.