Skip to content

fix: scale raw ADC values in CSV and JSON SD card parsers #201

fix: scale raw ADC values in CSV and JSON SD card parsers

fix: scale raw ADC values in CSV and JSON SD card parsers #201

Triggered via pull request March 20, 2026 03:35
Status Success
Total duration 1m 2s
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)