Skip to content

Merge pull request #54 from PyMCU/chore/core-busl #134

Merge pull request #54 from PyMCU/chore/core-busl

Merge pull request #54 from PyMCU/chore/core-busl #134

Triggered via push July 14, 2026 06:14
Status Success
Total duration 2m 4s
Artifacts

test.yml

on: push
Unit Tests
38s
Unit Tests
Matrix: integration-tests
Fit to window
Zoom out
Zoom in

Annotations

44 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@v4, actions/setup-dotnet@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Unit Tests: tests/RP2040Sharp.IntegrationTests/Tests/PyMcuVsMicroPythonBenchmark.cs#L84
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: src/RP2040Sharp.Wireless/Ble/BtSharedBus.cs#L45
The field 'BtSharedBus._swReady' is assigned but its value is never used
Unit Tests: src/RP2040Sharp.Wireless/Ble/HciController.cs#L56
Field 'HciController.OwnAddrType' is never assigned to, and will always have its default value 0
Unit Tests: tests/RP2040Sharp.Tests/Pio/PioExhaustiveTests.cs#L51
Bitwise-or operator used on a sign-extended operand; consider casting to a smaller unsigned type first
Unit Tests: tests/RP2040Sharp.Tests/Gdb/GdbServerTests.cs#L31
Dereference of a possibly null reference.
Unit Tests: tests/RP2040Sharp.Tests/Gdb/GdbServerTests.cs#L31
Dereference of a possibly null reference.
Unit Tests: tests/RP2040Sharp.IntegrationTests/Tests/PyMcuVsMicroPythonBenchmark.cs#L121
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/RP2040Sharp.IntegrationTests/Tests/PyMcuVsMicroPythonBenchmark.cs#L84
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: src/RP2040Sharp.Wireless/Ble/BtSharedBus.cs#L45
The field 'BtSharedBus._swReady' is assigned but its value is never used
Unit Tests: src/RP2040Sharp.Wireless/Ble/HciController.cs#L56
Field 'HciController.OwnAddrType' is never assigned to, and will always have its default value 0
Integration Tests (v1.21.0)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache@v4, actions/checkout@v4, actions/setup-dotnet@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Integration Tests (v1.21.0): tests/RP2040Sharp.IntegrationTests/Tests/PyMcuVsMicroPythonBenchmark.cs#L84
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)
Integration Tests (v1.21.0): src/RP2040Sharp.Wireless/Ble/BtSharedBus.cs#L45
The field 'BtSharedBus._swReady' is assigned but its value is never used
Integration Tests (v1.21.0): src/RP2040Sharp.Wireless/Ble/HciController.cs#L56
Field 'HciController.OwnAddrType' is never assigned to, and will always have its default value 0
Integration Tests (v1.21.0): tests/RP2040Sharp.Tests/Pio/PioExhaustiveTests.cs#L51
Bitwise-or operator used on a sign-extended operand; consider casting to a smaller unsigned type first
Integration Tests (v1.21.0): tests/RP2040Sharp.Tests/Gdb/GdbServerTests.cs#L31
Dereference of a possibly null reference.
Integration Tests (v1.21.0): tests/RP2040Sharp.Tests/Gdb/GdbServerTests.cs#L31
Dereference of a possibly null reference.
Integration Tests (v1.21.0): tests/RP2040Sharp.IntegrationTests/Tests/PyMcuVsMicroPythonBenchmark.cs#L121
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)
Integration Tests (v1.21.0): tests/RP2040Sharp.IntegrationTests/Tests/PyMcuVsMicroPythonBenchmark.cs#L84
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)
Integration Tests (v1.21.0): src/RP2040Sharp.Wireless/Ble/BtSharedBus.cs#L45
The field 'BtSharedBus._swReady' is assigned but its value is never used
Integration Tests (v1.21.0): src/RP2040Sharp.Wireless/Ble/HciController.cs#L56
Field 'HciController.OwnAddrType' is never assigned to, and will always have its default value 0
Integration Tests (v1.19.1)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache@v4, actions/checkout@v4, actions/setup-dotnet@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Integration Tests (v1.19.1): tests/RP2040Sharp.Tests/Gdb/GdbServerTests.cs#L31
Dereference of a possibly null reference.
Integration Tests (v1.19.1): src/RP2040Sharp.Wireless/Ble/BtSharedBus.cs#L45
The field 'BtSharedBus._swReady' is assigned but its value is never used
Integration Tests (v1.19.1): src/RP2040Sharp.Wireless/Ble/HciController.cs#L56
Field 'HciController.OwnAddrType' is never assigned to, and will always have its default value 0
Integration Tests (v1.19.1): tests/RP2040Sharp.IntegrationTests/Tests/PyMcuVsMicroPythonBenchmark.cs#L121
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)
Integration Tests (v1.19.1): tests/RP2040Sharp.IntegrationTests/Tests/PyMcuVsMicroPythonBenchmark.cs#L84
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)
Integration Tests (v1.19.1): tests/RP2040Sharp.Tests/Pio/PioExhaustiveTests.cs#L51
Bitwise-or operator used on a sign-extended operand; consider casting to a smaller unsigned type first
Integration Tests (v1.19.1): tests/RP2040Sharp.Tests/Gdb/GdbServerTests.cs#L31
Dereference of a possibly null reference.
Integration Tests (v1.19.1): tests/RP2040Sharp.Tests/Gdb/GdbServerTests.cs#L31
Dereference of a possibly null reference.
Integration Tests (v1.19.1): src/RP2040Sharp.Wireless/Ble/BtSharedBus.cs#L45
The field 'BtSharedBus._swReady' is assigned but its value is never used
Integration Tests (v1.19.1): src/RP2040Sharp.Wireless/Ble/HciController.cs#L56
Field 'HciController.OwnAddrType' is never assigned to, and will always have its default value 0
Integration Tests (v1.20.0)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache@v4, actions/checkout@v4, actions/setup-dotnet@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Integration Tests (v1.20.0): tests/RP2040Sharp.IntegrationTests/Tests/PyMcuVsMicroPythonBenchmark.cs#L84
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)
Integration Tests (v1.20.0): src/RP2040Sharp.Wireless/Ble/BtSharedBus.cs#L45
The field 'BtSharedBus._swReady' is assigned but its value is never used
Integration Tests (v1.20.0): src/RP2040Sharp.Wireless/Ble/HciController.cs#L56
Field 'HciController.OwnAddrType' is never assigned to, and will always have its default value 0
Integration Tests (v1.20.0): tests/RP2040Sharp.Tests/Pio/PioExhaustiveTests.cs#L51
Bitwise-or operator used on a sign-extended operand; consider casting to a smaller unsigned type first
Integration Tests (v1.20.0): tests/RP2040Sharp.Tests/Gdb/GdbServerTests.cs#L31
Dereference of a possibly null reference.
Integration Tests (v1.20.0): tests/RP2040Sharp.Tests/Gdb/GdbServerTests.cs#L31
Dereference of a possibly null reference.
Integration Tests (v1.20.0): tests/RP2040Sharp.IntegrationTests/Tests/PyMcuVsMicroPythonBenchmark.cs#L121
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)
Integration Tests (v1.20.0): tests/RP2040Sharp.IntegrationTests/Tests/PyMcuVsMicroPythonBenchmark.cs#L84
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)
Integration Tests (v1.20.0): src/RP2040Sharp.Wireless/Ble/BtSharedBus.cs#L45
The field 'BtSharedBus._swReady' is assigned but its value is never used
Integration Tests (v1.20.0): src/RP2040Sharp.Wireless/Ble/HciController.cs#L56
Field 'HciController.OwnAddrType' is never assigned to, and will always have its default value 0