Skip to content

External app

External app #2686

Triggered via pull request August 22, 2023 12:37
Status Success
Total duration 5m 8s
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/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.
scan: src/Shared/Shared/Wrappers/PagedResponse.cs#L41
Cannot convert null literal to non-nullable reference type.
scan: src/Shared/Shared/Filter/PaginationFilter.cs#L17
Rename namespace Monai.Deploy.WorkflowManager.Shared.Filter so that it no longer conflicts with the reserved language keyword 'Shared'. Using a reserved keyword as the name of a namespace makes it harder for consumers in other languages to use the namespace. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1716)
scan: src/Shared/Shared/Filter/PaginationFilter.cs#L17
Rename namespace Monai.Deploy.WorkflowManager.Shared so that it no longer conflicts with the reserved language keyword 'Shared'. Using a reserved keyword as the name of a namespace makes it harder for consumers in other languages to use the namespace. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1716)
scan: src/Shared/Shared/Services/IUriService.cs#L19
Rename namespace Monai.Deploy.WorkflowManager.Shared.Services so that it no longer conflicts with the reserved language keyword 'Shared'. Using a reserved keyword as the name of a namespace makes it harder for consumers in other languages to use the namespace. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1716)
scan: src/Shared/Shared/Wrappers/PagedResponse.cs#L20
Rename namespace Monai.Deploy.WorkflowManager.Shared.Wrappers so that it no longer conflicts with the reserved language keyword 'Shared'. Using a reserved keyword as the name of a namespace makes it harder for consumers in other languages to use the namespace. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1716)