chore(deps): update dependency microsoft.extensions.dependencyinjection.abstractions to v9 #1257
Annotations
11 warnings
build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
build:
Sample.BasicComConnector/NewSimClient.cs#L13
In externally visible method 'NewSimClient.NewSimClient(ILogger<NewSimClient> logger, DefaultConfig<NewSimAutomationConfig> config)', validate parameter 'config' is non-null before using it. If appropriate, throw an 'ArgumentNullException' when the argument is 'null'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1062)
|
build:
Sample.BasicComConnector/NewSimClient.cs#L46
In externally visible method 'Task NewSimClient.ExtractModelInformation(DefaultModelFilestate state, CancellationToken _token)', validate parameter 'state' is non-null before using it. If appropriate, throw an 'ArgumentNullException' when the argument is 'null'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1062)
|
build:
Sample.BasicComConnector/NewSimClient.cs#L79
In externally visible method 'Task<Dictionary<string, SimulatorValueItem>> NewSimClient.RunSimulation(DefaultModelFilestate modelState, SimulatorRoutineRevision routineRev, Dictionary<string, SimulatorValueItem> inputData)', validate parameter 'modelState' is non-null before using it. If appropriate, throw an 'ArgumentNullException' when the argument is 'null'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1062)
|
build:
Sample.BasicComConnector/NewSimRoutine.cs#L23
In externally visible method 'void NewSimRoutine.SetInput(SimulatorRoutineRevisionInput inputConfig, SimulatorValueItem input, Dictionary<string, string> arguments)', validate parameter 'input' is non-null before using it. If appropriate, throw an 'ArgumentNullException' when the argument is 'null'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1062)
|
build:
Sample.BasicComConnector/NewSimRoutine.cs#L16
In externally visible method 'void NewSimRoutine.SetInput(SimulatorRoutineRevisionInput inputConfig, SimulatorValueItem input, Dictionary<string, string> arguments)', validate parameter 'arguments' is non-null before using it. If appropriate, throw an 'ArgumentNullException' when the argument is 'null'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1062)
|
build:
Sample.BasicComConnector/NewSimRoutine.cs#L41
In externally visible method 'SimulatorValueItem NewSimRoutine.GetOutput(SimulatorRoutineRevisionOutput outputConfig, Dictionary<string, string> arguments)', validate parameter 'arguments' is non-null before using it. If appropriate, throw an 'ArgumentNullException' when the argument is 'null'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1062)
|
build:
Sample.BasicComConnector/NewSimRoutine.cs#L49
In externally visible method 'SimulatorValueItem NewSimRoutine.GetOutput(SimulatorRoutineRevisionOutput outputConfig, Dictionary<string, string> arguments)', validate parameter 'outputConfig' is non-null before using it. If appropriate, throw an 'ArgumentNullException' when the argument is 'null'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1062)
|
build:
Cognite.Simulator.Utils/Configuration.cs#L277
Missing XML comment for publicly visible type or member 'DefaultConnectorConfig'
|
build:
Cognite.Simulator.Utils/Configuration.cs#L279
Missing XML comment for publicly visible type or member 'DefaultConnectorConfig.ModelLibrary'
|
build:
Cognite.Simulator.Utils/Configuration.cs#L280
Missing XML comment for publicly visible type or member 'DefaultConnectorConfig.RoutineLibrary'
|