Skip to content

chore: Modified bug issue template to add checkbox to report potential regression. #861

chore: Modified bug issue template to add checkbox to report potential regression.

chore: Modified bug issue template to add checkbox to report potential regression. #861

Triggered via pull request September 5, 2024 21:58
Status Success
Total duration 1m 28s
Artifacts

BuildandTest.yml

on: pull_request
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)