Master.remove node instances from definition #112
Annotations
12 warnings
Build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-java@v3, actions/checkout@v3, actions/setup-dotnet@v1, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Build:
src/Magnett.Automation.Core/Commons/CommonNamedKey.cs#L3
Seal class 'CommonNamedKey' or implement 'IEqualityComparer<T>' instead. (https://rules.sonarsource.com/csharp/RSPEC-4035)
|
Build:
src/Magnett.Automation.Core/StateMachines/Implementations/Machine.cs#L3
Seal class 'Machine' or implement 'IEqualityComparer<T>' instead. (https://rules.sonarsource.com/csharp/RSPEC-4035)
|
Build:
src/Magnett.Automation.Core/StateMachines/Exceptions/StateNotFoundException.cs#L11
'Exception.Exception(SerializationInfo, StreamingContext)' is obsolete: 'This API supports obsolete formatter-based serialization. It should not be called or extended by application code.' (https://aka.ms/dotnet-warnings/SYSLIB0051)
|
Build:
src/Magnett.Automation.Core/StateMachines/Exceptions/InvalidMachineDefinitionException.cs#L11
'Exception.Exception(SerializationInfo, StreamingContext)' is obsolete: 'This API supports obsolete formatter-based serialization. It should not be called or extended by application code.' (https://aka.ms/dotnet-warnings/SYSLIB0051)
|
Build:
src/Magnett.Automation.Core/StateMachines/Exceptions/ActionNotFoundException.cs#L12
'Exception.Exception(SerializationInfo, StreamingContext)' is obsolete: 'This API supports obsolete formatter-based serialization. It should not be called or extended by application code.' (https://aka.ms/dotnet-warnings/SYSLIB0051)
|
Build:
src/Magnett.Automation.Core/Commons/CommonNamedKey.cs#L3
Seal class 'CommonNamedKey' or implement 'IEqualityComparer<T>' instead. (https://rules.sonarsource.com/csharp/RSPEC-4035)
|
Build:
src/Magnett.Automation.Core/StateMachines/Implementations/Machine.cs#L3
Seal class 'Machine' or implement 'IEqualityComparer<T>' instead. (https://rules.sonarsource.com/csharp/RSPEC-4035)
|
Build:
src/Magnett.Automation.Core/WorkFlows/Runtimes/Implementations/FlowRunnerBase.cs#L45
Don't use string interpolation in logging message templates. (https://rules.sonarsource.com/csharp/RSPEC-2629)
|
Build:
src/Magnett.Automation.Core/WorkFlows/Runtimes/Implementations/FlowRunner.cs#L32
Remove this unused method parameter 'currentNode'. (https://rules.sonarsource.com/csharp/RSPEC-1172)
|
Build:
src/Magnett.Automation.Core/Commons/CommonNamedKey.cs#L3
Seal class 'CommonNamedKey' or implement 'IEqualityComparer<T>' instead. (https://rules.sonarsource.com/csharp/RSPEC-4035)
|