Skip to content

Simulator integration heartbeat API based (#82) #493

Simulator integration heartbeat API based (#82)

Simulator integration heartbeat API based (#82) #493

Triggered via push December 15, 2023 09:01
Status Success
Total duration 2m 18s
Artifacts

buildandtest.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: Cognite.Simulator.Utils/SimulationRunnerBase.cs#L409
The variable 'e' is declared but never used
build: Cognite.Simulator.Utils/ConnectorBase.cs#L20
XML comment has cref attribute 'SimulatorIntegrationSequenceRows' that could not be resolved
build: Cognite.Simulator.Utils/StagingArea.cs#L172
Number of parameters supplied in the logging message template do not match the number of named placeholders (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2017)
build: Cognite.Simulator.Tests/UtilsTests/FileLibraryTest.cs#L356
Cannot convert null literal to non-nullable reference type.
build: Cognite.Simulator.Tests/UtilsTests/FileLibraryTest.cs#L285
Cannot convert null literal to non-nullable reference type.
build: Cognite.Simulator.Tests/UtilsTests/FileLibraryTest.cs#L28
Converting null literal or possible null value to non-nullable type.
build: Cognite.Simulator.Tests/UtilsTests/ConnectorBaseTest.cs#L95
Dereference of a possibly null reference.
build: Cognite.Simulator.Tests/UtilsTests/ConnectorBaseTest.cs#L95
Possible null reference argument for parameter 'item' in 'void List<string>.Add(string item)'.
build: Cognite.Simulator.Tests/UtilsTests/SimulationSchedulerTest.cs#L39
Converting null literal or possible null value to non-nullable type.
build: Cognite.Simulator.Tests/UtilsTests/SimulationRunnerTest.cs#L323
Nullable value type may be null.