feat: start using new simint api #452
Annotations
1 error and 10 warnings
build
Process completed with exit code 1.
|
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#L285
Cannot convert null literal to non-nullable reference type.
|
build:
Cognite.Simulator.Tests/UtilsTests/FileLibraryTest.cs#L356
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/SimulationSchedulerTest.cs#L38
Converting null literal or possible null value to non-nullable type.
|
build:
Cognite.Simulator.Tests/UtilsTests/FileLibraryTest.cs#L113
Converting null literal or possible null value to non-nullable type.
|
build:
Cognite.Simulator.Tests/UtilsTests/ConnectorBaseTest.cs#L97
Dereference of a possibly null reference.
|
build:
Cognite.Simulator.Tests/UtilsTests/ConnectorBaseTest.cs#L97
Possible null reference argument for parameter 'item' in 'void List<string>.Add(string item)'.
|
build:
Cognite.Simulator.Tests/UtilsTests/ConnectorBaseTest.cs#L112
Dereference of a possibly null reference.
|
build:
Cognite.Simulator.Tests/UtilsTests/SimulationSchedulerTest.cs#L152
Converting null literal or possible null value to non-nullable type.
|