Skip to content

Merge pull request #657 from nhsconnect/task/GCS-28-pen-test-changes #1421

Merge pull request #657 from nhsconnect/task/GCS-28-pen-test-changes

Merge pull request #657 from nhsconnect/task/GCS-28-pen-test-changes #1421

Triggered via push December 18, 2024 09:58
Status Success
Total duration 2m 10s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

42 warnings
build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
build
Cannot convert null literal to non-nullable reference type.
build
Cannot convert null literal to non-nullable reference type.
build
'SearchDetailModel.SearchResultsCurrent' hides inherited member 'SearchBaseModel.SearchResultsCurrent'. Use the new keyword if hiding was intended.
build
'SearchDetailModel.SearchResultsPast' hides inherited member 'SearchBaseModel.SearchResultsPast'. Use the new keyword if hiding was intended.
build
'SearchDetailModel.SearchAtResultsText' hides inherited member 'SearchBaseModel.SearchAtResultsText'. Use the new keyword if hiding was intended.
build
'SearchDetailModel.SearchOnBehalfOfResultsText' hides inherited member 'SearchBaseModel.SearchOnBehalfOfResultsText'. Use the new keyword if hiding was intended.
build
'SearchDetailModel.SearchGroupId' hides inherited member 'SearchBaseModel.SearchGroupId'. Use the new keyword if hiding was intended.
build
'SearchDetailModel.SearchResultId' hides inherited member 'SearchBaseModel.SearchResultId'. Use the new keyword if hiding was intended.
build
'SearchDetailModel.SearchDuration' hides inherited member 'SearchBaseModel.SearchDuration'. Use the new keyword if hiding was intended.
build
'SearchDetailModel.SearchResultsTotalCount' hides inherited member 'SearchBaseModel.SearchResultsTotalCount'. Use the new keyword if hiding was intended.
build: modules/end-user/src/gpconnect-appointment-checker/Pages/Pending/CreateAccount.cshtml.cs#L21
Cannot convert null literal to non-nullable reference type.
build: modules/end-user/src/gpconnect-appointment-checker/Pages/Private/Admin/Reports.cshtml.cs#L21
Cannot convert null literal to non-nullable reference type.
build: modules/end-user/src/gpconnect-appointment-checker/Models/SearchDetailModel.cs#L12
'SearchDetailModel.SearchResultsCurrent' hides inherited member 'SearchBaseModel.SearchResultsCurrent'. Use the new keyword if hiding was intended.
build: modules/end-user/src/gpconnect-appointment-checker/Models/SearchDetailModel.cs#L13
'SearchDetailModel.SearchResultsPast' hides inherited member 'SearchBaseModel.SearchResultsPast'. Use the new keyword if hiding was intended.
build: modules/end-user/src/gpconnect-appointment-checker/Models/SearchDetailModel.cs#L16
'SearchDetailModel.SearchAtResultsText' hides inherited member 'SearchBaseModel.SearchAtResultsText'. Use the new keyword if hiding was intended.
build: modules/end-user/src/gpconnect-appointment-checker/Models/SearchDetailModel.cs#L18
'SearchDetailModel.SearchOnBehalfOfResultsText' hides inherited member 'SearchBaseModel.SearchOnBehalfOfResultsText'. Use the new keyword if hiding was intended.
build: modules/end-user/src/gpconnect-appointment-checker/Models/SearchDetailModel.cs#L21
'SearchDetailModel.SearchGroupId' hides inherited member 'SearchBaseModel.SearchGroupId'. Use the new keyword if hiding was intended.
build: modules/end-user/src/gpconnect-appointment-checker/Models/SearchDetailModel.cs#L24
'SearchDetailModel.SearchResultId' hides inherited member 'SearchBaseModel.SearchResultId'. Use the new keyword if hiding was intended.
build: modules/end-user/src/gpconnect-appointment-checker/Models/SearchDetailModel.cs#L28
'SearchDetailModel.SearchDuration' hides inherited member 'SearchBaseModel.SearchDuration'. Use the new keyword if hiding was intended.
build: modules/end-user/src/gpconnect-appointment-checker/Models/SearchDetailModel.cs#L32
'SearchDetailModel.SearchResultsTotalCount' hides inherited member 'SearchBaseModel.SearchResultsTotalCount'. Use the new keyword if hiding was intended.
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
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
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
Nullability of reference types in return type of 'Task<Stream> ReportingService.ExportReport(ReportRequest reportRequest)' doesn't match implicitly implemented member 'Task<Stream?> IReportingService.ExportReport(ReportRequest reportRequest)'.
build
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
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
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
Converting null literal or possible null value to non-nullable type.
build
Possible null reference return.
build
Dereference of a possibly null reference.
build
Possible null reference return.
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/ReportingService.cs#L50
Nullability of reference types in return type of 'Task<Stream> ReportingService.ExportReport(ReportRequest reportRequest)' doesn't match implicitly implemented member 'Task<Stream?> IReportingService.ExportReport(ReportRequest reportRequest)'.
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/DTO/Response/Reporting/ActiveStatusReporting.cs#L41
Possible null reference return.