Skip to content

Fix coverage.info file path issue in CI workflow #30

Fix coverage.info file path issue in CI workflow

Fix coverage.info file path issue in CI workflow #30

Re-run triggered October 19, 2025 13:07
Status Success
Total duration 59s
Artifacts

dotnet.yml

on: pull_request
build-and-test
55s
build-and-test
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build-and-test: ManagedCode.TimeSeries.Tests/SummersTests.cs#L126
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-and-test: ManagedCode.TimeSeries.Tests/SummersTests.cs#L125
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-and-test: ManagedCode.TimeSeries.Tests/AccumulatorsTests.cs#L299
Dereference of a possibly null reference.
build-and-test: ManagedCode.TimeSeries.Tests/AccumulatorsTests.cs#L286
Converting null literal or possible null value to non-nullable type.
build-and-test: ManagedCode.TimeSeries.Tests/SummersTests.cs#L151
Dereference of a possibly null reference.
build-and-test: ManagedCode.TimeSeries.Tests/SummersTests.cs#L138
Converting null literal or possible null value to non-nullable type.
build-and-test: ManagedCode.TimeSeries.Benchmark/Benchmarks/Bench1.cs#L32
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-and-test: ManagedCode.TimeSeries.Benchmark/Benchmarks/Bench1.cs#L22
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-and-test: ManagedCode.TimeSeries.Benchmark/Benchmarks/Bench1.cs#L12
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-and-test: ManagedCode.TimeSeries/Abstractions/BaseTimeSeries.cs#L415
Possible null reference assignment.