Skip to content

Bump Microsoft.AspNetCore.Mvc.NewtonsoftJson from 8.0.0 to 8.0.3 #3376

Bump Microsoft.AspNetCore.Mvc.NewtonsoftJson from 8.0.0 to 8.0.3

Bump Microsoft.AspNetCore.Mvc.NewtonsoftJson from 8.0.0 to 8.0.3 #3376

Triggered via pull request March 18, 2024 09:19
Status Success
Total duration 5m 53s
Artifacts 3

test.yml

on: pull_request
unit-tests-and-codecov
3m 26s
unit-tests-and-codecov
workflow-executor-integration-tests
5m 15s
workflow-executor-integration-tests
task-manager-integration-tests
1m 56s
task-manager-integration-tests
Fit to window
Zoom out
Zoom in

Annotations

30 warnings
task-manager-integration-tests
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3, actions/[email protected], actions/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
task-manager-integration-tests: src/WorkflowManager/WorkflowExecuter/Services/WorkflowExecuterService.cs#L156
Argument of type 'WorkflowInstance?[]' cannot be used for parameter 'collection' of type 'IEnumerable<WorkflowInstance>' in 'void List<WorkflowInstance>.AddRange(IEnumerable<WorkflowInstance> collection)' due to differences in the nullability of reference types.
task-manager-integration-tests: src/WorkflowManager/WorkflowExecuter/Services/WorkflowExecuterService.cs#L156
Argument of type 'WorkflowInstance?[]' cannot be used for parameter 'collection' of type 'IEnumerable<WorkflowInstance>' in 'void List<WorkflowInstance>.AddRange(IEnumerable<WorkflowInstance> collection)' due to differences in the nullability of reference types.
unit-tests-and-codecov
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3, actions/[email protected], actions/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
unit-tests-and-codecov: src/WorkflowManager/WorkflowExecuter/Services/WorkflowExecuterService.cs#L156
Argument of type 'WorkflowInstance?[]' cannot be used for parameter 'collection' of type 'IEnumerable<WorkflowInstance>' in 'void List<WorkflowInstance>.AddRange(IEnumerable<WorkflowInstance> collection)' due to differences in the nullability of reference types.
unit-tests-and-codecov: src/WorkflowManager/WorkflowExecuter/Services/WorkflowExecuterService.cs#L156
Argument of type 'WorkflowInstance?[]' cannot be used for parameter 'collection' of type 'IEnumerable<WorkflowInstance>' in 'void List<WorkflowInstance>.AddRange(IEnumerable<WorkflowInstance> collection)' due to differences in the nullability of reference types.
unit-tests-and-codecov: src/WorkflowManager/WorkflowExecuter/Services/WorkflowExecuterService.cs#L156
Argument of type 'WorkflowInstance?[]' cannot be used for parameter 'collection' of type 'IEnumerable<WorkflowInstance>' in 'void List<WorkflowInstance>.AddRange(IEnumerable<WorkflowInstance> collection)' due to differences in the nullability of reference types.
workflow-executor-integration-tests
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3, actions/[email protected], actions/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
workflow-executor-integration-tests: src/WorkflowManager/WorkflowExecuter/Services/WorkflowExecuterService.cs#L156
Argument of type 'WorkflowInstance?[]' cannot be used for parameter 'collection' of type 'IEnumerable<WorkflowInstance>' in 'void List<WorkflowInstance>.AddRange(IEnumerable<WorkflowInstance> collection)' due to differences in the nullability of reference types.
workflow-executor-integration-tests: src/WorkflowManager/WorkflowExecuter/Services/WorkflowExecuterService.cs#L156
Argument of type 'WorkflowInstance?[]' cannot be used for parameter 'collection' of type 'IEnumerable<WorkflowInstance>' in 'void List<WorkflowInstance>.AddRange(IEnumerable<WorkflowInstance> collection)' due to differences in the nullability of reference types.
workflow-executor-integration-tests: src/WorkflowManager/WorkflowExecuter/Services/WorkflowExecuterService.cs#L156
Argument of type 'WorkflowInstance?[]' cannot be used for parameter 'collection' of type 'IEnumerable<WorkflowInstance>' in 'void List<WorkflowInstance>.AddRange(IEnumerable<WorkflowInstance> collection)' due to differences in the nullability of reference types.
sonarscanner
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@v3, actions/[email protected], actions/download-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
sonarscanner: src/TaskManager/API/Migrations/M001_TaskDispatchEventInfo_addVerion.cs#L22
Rename class 'M001_TaskDispatchEventInfo_addVerion' to match pascal case naming rules, consider using 'M001TaskDispatchEventInfoaddVerion'. (https://rules.sonarsource.com/csharp/RSPEC-101)
sonarscanner: src/TaskManager/API/Migrations/M001_TaskDispatchEventInfo_addVerion.cs#L36
Handle the exception or explain in a comment why it can be ignored. (https://rules.sonarsource.com/csharp/RSPEC-2486)
sonarscanner: src/TaskManager/API/Migrations/M001_TaskDispatchEventInfo_addVerion.cs#L37
Either remove or fill this block of code. (https://rules.sonarsource.com/csharp/RSPEC-108)
sonarscanner: src/TaskManager/API/Migrations/DocumentVersionConvert.cs#L32
Remove this array creation and simply pass the elements. (https://rules.sonarsource.com/csharp/RSPEC-3878)
sonarscanner: src/TaskManager/API/Models/TaskDispatchEventInfo.cs#L73
Remove this argument from the method call; it hides the caller information. (https://rules.sonarsource.com/csharp/RSPEC-3236)
sonarscanner: src/TaskManager/API/ServiceNotFoundException.cs#L26
Remove this argument from the method call; it hides the caller information. (https://rules.sonarsource.com/csharp/RSPEC-3236)
sonarscanner: src/TaskManager/API/ServiceNotFoundException.cs#L27
Remove this argument from the method call; it hides the caller information. (https://rules.sonarsource.com/csharp/RSPEC-3236)
sonarscanner: src/TaskManager/API/Extensions/TypeExtensions.cs#L26
Remove this argument from the method call; it hides the caller information. (https://rules.sonarsource.com/csharp/RSPEC-3236)
sonarscanner: src/TaskManager/API/Extensions/TypeExtensions.cs#L27
Remove this argument from the method call; it hides the caller information. (https://rules.sonarsource.com/csharp/RSPEC-3236)
sonarscanner: src/TaskManager/API/Extensions/TypeExtensions.cs#L34
Remove this argument from the method call; it hides the caller information. (https://rules.sonarsource.com/csharp/RSPEC-3236)

Artifacts

Produced during runtime
Name Size
TaskManagerIntegrationTestReport Expired
1.69 MB
WorkflowExecutorIntegrationTestReport Expired
2.65 MB
code-coverage-reports Expired
18.1 MB