Skip to content

fix: re-enable LAN after stopping SD card logging #218

fix: re-enable LAN after stopping SD card logging

fix: re-enable LAN after stopping SD card logging #218

Triggered via pull request April 4, 2026 04:05
Status Success
Total duration 43s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: src/Daqifi.Core.Tests/Device/SdCard/SdCardCsvFileParserTests.cs#L462
Dereference of a possibly null reference.
build: src/Daqifi.Core.Tests/Device/SdCard/SdCardCsvFileParserTests.cs#L206
Dereference of a possibly null reference.
build: src/Daqifi.Core.Tests/Device/SdCard/SdCardCsvFileParserTests.cs#L205
Dereference of a possibly null reference.
build: src/Daqifi.Core.Tests/Device/SdCard/SdCardCsvFileParserTests.cs#L204
Dereference of a possibly null reference.
build: src/Daqifi.Core.Tests/Device/SdCard/SdCardCsvFileParserTests.cs#L184
Dereference of a possibly null reference.
build: src/Daqifi.Core.Tests/Device/SdCard/SdCardCsvFileParserTests.cs#L183
Dereference of a possibly null reference.
build: src/Daqifi.Core.Tests/Device/Protocol/ProtobufProtocolHandlerTests.cs#L130
Converting null literal or possible null value to non-nullable type.
build: src/Daqifi.Core.Tests/Device/Protocol/ProtobufProtocolHandlerTests.cs#L76
Converting null literal or possible null value to non-nullable type.
build: src/Daqifi.Core.Tests/Device/Protocol/ProtobufProtocolHandlerTests.cs#L45
Converting null literal or possible null value to non-nullable type.
build: src/Daqifi.Core/Communication/Consumers/StreamMessageConsumer.cs#L128
Avoid inexact read with 'System.IO.Stream.Read(byte[], int, int)' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2022)