Skip to content

Bump System.Text.Json from 6.0.1 to 8.0.4 in /src/SqsPoller.Extensions.Publisher #130

Bump System.Text.Json from 6.0.1 to 8.0.4 in /src/SqsPoller.Extensions.Publisher

Bump System.Text.Json from 6.0.1 to 8.0.4 in /src/SqsPoller.Extensions.Publisher #130

Status Success
Total duration 30s
Artifacts

unit-tests.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

12 warnings
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build: src/SqsPoller/SqsConsumer.cs#L8
Non-nullable property 'MessageAttribute' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/SqsPoller/SqsConsumer.cs#L9
Non-nullable property 'Value' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/SqsPoller/SqsPollerHostedService.cs#L67
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
build: src/SqsPoller/SqsPollerHostedService.cs#L82
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
build: src/SqsPoller/ConsumerResolver.cs#L79
Dereference of a possibly null reference.
build: test/SqsPoller.Tests.Unit/SqsPollerHostedServiceTests.cs#L37
Number of parameters supplied in the logging message template do not match the number of named placeholders
build: test/SqsPoller.Tests.Unit/SqsPollerHostedServiceTests.cs#L68
Number of parameters supplied in the logging message template do not match the number of named placeholders
build: test/SqsPoller.Tests.Unit/SqsPollerHostedServiceTests.cs#L125
Number of parameters supplied in the logging message template do not match the number of named placeholders
build: test/SqsPoller.Tests.Unit/SqsPollerHostedServiceTests.cs#L129
Number of parameters supplied in the logging message template do not match the number of named placeholders
build: test/SqsPoller.Tests.Unit/SqsPollerHostedServiceTests.cs#L98
Number of parameters supplied in the logging message template do not match the number of named placeholders