Merge pull request #634 from nhsconnect/develop #1390
Annotations
10 errors and 13 warnings
build:
modules/api/src/Service/WorkflowService.cs#L30
'List<ReportSource>' does not contain a definition for 'OdsCode' and no accessible extension method 'OdsCode' accepting a first argument of type 'List<ReportSource>' could be found (are you missing a using directive or an assembly reference?)
|
build:
modules/api/src/Service/WorkflowService.cs#L34
'List<ReportSource>' does not contain a definition for 'OdsCode' and no accessible extension method 'OdsCode' accepting a first argument of type 'List<ReportSource>' could be found (are you missing a using directive or an assembly reference?)
|
build:
modules/api/src/Service/WorkflowService.cs#L35
'List<ReportSource>' does not contain a definition for 'SupplierName' and no accessible extension method 'SupplierName' accepting a first argument of type 'List<ReportSource>' could be found (are you missing a using directive or an assembly reference?)
|
build:
modules/api/src/Service/WorkflowService.cs#L36
'List<ReportSource>' does not contain a definition for 'OrganisationHierarchy' and no accessible extension method 'OrganisationHierarchy' accepting a first argument of type 'List<ReportSource>' could be found (are you missing a using directive or an assembly reference?)
|
build:
modules/api/src/Service/WorkflowService.cs#L39
'List<ReportSource>' does not contain a definition for 'OdsCode' and no accessible extension method 'OdsCode' accepting a first argument of type 'List<ReportSource>' could be found (are you missing a using directive or an assembly reference?)
|
build:
modules/api/src/Service/InteractionService.cs#L44
'List<ReportSource>' does not contain a definition for 'OdsCode' and no accessible extension method 'OdsCode' accepting a first argument of type 'List<ReportSource>' could be found (are you missing a using directive or an assembly reference?)
|
build:
modules/api/src/Service/InteractionService.cs#L52
'List<ReportSource>' does not contain a definition for 'OdsCode' and no accessible extension method 'OdsCode' accepting a first argument of type 'List<ReportSource>' could be found (are you missing a using directive or an assembly reference?)
|
build:
modules/api/src/Service/InteractionService.cs#L53
'List<ReportSource>' does not contain a definition for 'SupplierName' and no accessible extension method 'SupplierName' accepting a first argument of type 'List<ReportSource>' could be found (are you missing a using directive or an assembly reference?)
|
build:
modules/api/src/Service/InteractionService.cs#L54
'List<ReportSource>' does not contain a definition for 'OrganisationHierarchy' and no accessible extension method 'OrganisationHierarchy' accepting a first argument of type 'List<ReportSource>' could be found (are you missing a using directive or an assembly reference?)
|
build:
modules/api/src/Service/InteractionService.cs#L64
'List<ReportSource>' does not contain a definition for 'OdsCode' and no accessible extension method 'OdsCode' accepting a first argument of type 'List<ReportSource>' could be found (are you missing a using directive or an assembly reference?)
|
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-dotnet@v1. 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
.NET 7.0 is no longer supported and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the .NET support policy.
|
build:
modules/api/src/Service/Fhir/FhirService.cs#L31
Nullability of reference types in return type of 'Task<Organisation> FhirService.GetOrganisation(string odsCode)' doesn't match implicitly implemented member 'Task<Organisation?> IFhirService.GetOrganisation(string odsCode)'.
|
build:
modules/api/src/Service/InteractionService.cs#L37
Nullability of reference types in return type of 'Task<string?> InteractionService.CreateInteractionData<T>(RouteReportRequest routeReportRequest)' doesn't match implicitly implemented member 'Task<string> IInteractionService.CreateInteractionData<T>(RouteReportRequest routeReportRequest)'.
|
build:
modules/api/src/Service/Ldap/LdapService.cs#L116
Nullability of reference types in return type of 'Task<Organisation> LdapService.GetOrganisation(string odsCode)' doesn't match implicitly implemented member 'Task<Organisation?> ILdapService.GetOrganisation(string odsCode)'.
|
build:
modules/api/src/Service/SpineService.cs#L24
Nullability of reference types in return type of 'Task<Organisation?> SpineService.GetOrganisationDetailsByOdsCodeAsync(string odsCode)' doesn't match implicitly implemented member 'Task<Organisation> ISpineService.GetOrganisationDetailsByOdsCodeAsync(string odsCode)'.
|
build:
modules/api/src/Service/WorkflowService.cs#L23
Nullability of reference types in return type of 'Task<string?> WorkflowService.CreateWorkflowData<T>(RouteReportRequest routeReportRequest)' doesn't match implicitly implemented member 'Task<string> IWorkflowService.CreateWorkflowData<T>(RouteReportRequest routeReportRequest)'.
|
build:
modules/api/src/Helpers/ApplicationHelper.cs#L11
Converting null literal or possible null value to non-nullable type.
|
build:
modules/api/src/Helpers/ApplicationHelper.cs#L14
Possible null reference return.
|
build:
modules/api/src/DTO/Response/Reporting/ActiveStatusReporting.cs#L29
Dereference of a possibly null reference.
|
build:
modules/api/src/Service/WorkflowService.cs#L39
Dereference of a possibly null reference.
|
build:
modules/api/src/DTO/Response/Reporting/ActiveStatusReporting.cs#L41
Possible null reference return.
|