Skip to content

Make ready for release 5.3.2 #910

Make ready for release 5.3.2

Make ready for release 5.3.2 #910

Triggered via push August 11, 2026 09:12
Status Success
Total duration 15m 9s
Artifacts

ci-unit.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

4 warnings
unit-tests
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v3, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
unit-tests: tests/DotPulsar.Tests/Internal/AwaiterTests.cs#L139
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)
unit-tests: tests/DotPulsar.Tests/Internal/AwaiterTests.cs#L102
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)
unit-tests: tests/DotPulsar.Tests/Internal/AwaiterTests.cs#L34
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)