Skip to content

External app

External app #2685

Triggered via pull request August 22, 2023 11:43
Status Success
Total duration 6m 29s
Artifacts

license-scanning.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
scan: src/WorkflowManager/Contracts/Models/WorkflowUpdateRequest.cs#L24
Non-nullable property 'OriginalWorkflowName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
scan: src/WorkflowManager/Contracts/Models/WorkflowUpdateRequest.cs#L27
Non-nullable property 'Workflow' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
scan: src/WorkflowManager/Contracts/Models/ExportDestination.cs#L24
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
scan: src/WorkflowManager/Database/Repositories/WorkflowRepository.cs#L67
Dereference of a possibly null reference.
scan: src/WorkflowManager/Database/Repositories/WorkflowRepository.cs#L67
Dereference of a possibly null reference.
scan: src/WorkflowManager/Database/Repositories/PayloadRepository.cs#L52
Cannot convert null literal to non-nullable reference type.
scan: src/WorkflowManager/Database/Repositories/WorkflowInstanceRepository.cs#L317
Cannot convert null literal to non-nullable reference type.
scan: src/WorkflowManager/Database/Repositories/WorkflowInstanceRepository.cs#L357
Cannot convert null literal to non-nullable reference type.
scan: tests/UnitTests/Database.Tests/TaskExecutionStatsTests.cs#L43
Non-nullable field '_serviceScopeFactory' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
scan: tests/UnitTests/Database.Tests/TaskExecutionStatsTests.cs#L43
Non-nullable field '_serviceScope' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.