Support remote config from extraction pipelines [DEGR-2723] #428
Annotations
10 warnings
Cognite.Simulator.Utils/ExtractionPipeline.cs#L271
Consider calling ConfigureAwait on the awaited task (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2007)
|
Cognite.Simulator.Tests/UtilsTests/FileLibraryTest.cs#L285
Cannot convert null literal to non-nullable reference type.
|
Cognite.Simulator.Tests/UtilsTests/FileLibraryTest.cs#L356
Cannot convert null literal to non-nullable reference type.
|
Cognite.Simulator.Tests/UtilsTests/SimulationSchedulerTest.cs#L38
Converting null literal or possible null value to non-nullable type.
|
Cognite.Simulator.Tests/UtilsTests/SimulationSchedulerTest.cs#L118
Converting null literal or possible null value to non-nullable type.
|
Cognite.Simulator.Tests/UtilsTests/SimulationRunnerTest.cs#L442
Nullable value type may be null.
|
Cognite.Simulator.Tests/UtilsTests/SimulationRunnerTest.cs#L431
Non-nullable field '_inputs' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Cognite.Simulator.Tests/UtilsTests/FileLibraryTest.cs#L28
Converting null literal or possible null value to non-nullable type.
|
Cognite.Simulator.Tests/UtilsTests/ConnectorBaseTest.cs#L97
Dereference of a possibly null reference.
|
Cognite.Simulator.Tests/UtilsTests/ConnectorBaseTest.cs#L97
Possible null reference argument for parameter 'item' in 'void List<string>.Add(string item)'.
|
The logs for this run have expired and are no longer available.
Loading