Skip to content

Bump Microsoft.Extensions.ApiDescription.Client from 6.0.15 to 6.0.20 #2668

Bump Microsoft.Extensions.ApiDescription.Client from 6.0.15 to 6.0.20

Bump Microsoft.Extensions.ApiDescription.Client from 6.0.15 to 6.0.20 #2668

Triggered via pull request July 17, 2023 09:27
Status Failure
Total duration 5m 9s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

license-scanning.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

1 error and 10 warnings
scan
Process completed with exit code 1.
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/PayloadRepository.cs#L52
Cannot convert null literal to non-nullable reference type.
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/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: src/Shared/Shared/Wrappers/Response.cs#L28
Non-nullable property 'Data' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
scan: src/Shared/Shared/Wrappers/Response.cs#L28
Non-nullable property 'Errors' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.