Skip to content

Updated changelog

Updated changelog #856

Triggered via push August 16, 2024 17:14
Status Success
Total duration 1m 42s
Artifacts

BuildandTest.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build: test/AWS.Messaging.UnitTests/MessagePublisherTests.cs#L778
Dereference of a possibly null reference.
build: test/AWS.Messaging.UnitTests/MessagePublisherTests.cs#L745
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
build: test/AWS.Messaging.UnitTests/MessagePublisherTests.cs#L777
Test methods should not use blocking task operations, as they can cause deadlocks. Use an async test method and await instead. (https://xunit.net/xunit.analyzers/rules/xUnit1031)
build: test/AWS.Messaging.UnitTests/MessagePublisherTests.cs#L778
Test methods should not use blocking task operations, as they can cause deadlocks. Use an async test method and await instead. (https://xunit.net/xunit.analyzers/rules/xUnit1031)
build: test/AWS.Messaging.UnitTests/MessagePublisherTests.cs#L779
Test methods should not use blocking task operations, as they can cause deadlocks. Use an async test method and await instead. (https://xunit.net/xunit.analyzers/rules/xUnit1031)
build: test/AWS.Messaging.UnitTests/MessagePublisherTests.cs#L778
Dereference of a possibly null reference.
build: test/AWS.Messaging.UnitTests/MessagePublisherTests.cs#L745
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
build: test/AWS.Messaging.UnitTests/MessagePublisherTests.cs#L777
Test methods should not use blocking task operations, as they can cause deadlocks. Use an async test method and await instead. (https://xunit.net/xunit.analyzers/rules/xUnit1031)
build: test/AWS.Messaging.UnitTests/MessagePublisherTests.cs#L778
Test methods should not use blocking task operations, as they can cause deadlocks. Use an async test method and await instead. (https://xunit.net/xunit.analyzers/rules/xUnit1031)
build: test/AWS.Messaging.UnitTests/MessagePublisherTests.cs#L779
Test methods should not use blocking task operations, as they can cause deadlocks. Use an async test method and await instead. (https://xunit.net/xunit.analyzers/rules/xUnit1031)