Skip to content

Commit

Permalink
tests fixup?
Browse files Browse the repository at this point in the history
Signed-off-by: Neil South <[email protected]>
  • Loading branch information
neildsouth committed Jul 25, 2024
1 parent 6b97ee8 commit f55ef05
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
2 changes: 2 additions & 0 deletions src/Api/Storage/Payload.cs
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,8 @@ public TimeSpan Elapsed

public int FilesFailedToUpload { get => Files.Count(p => p.IsUploadFailed); }

public Payload() { }

Check warning on line 89 in src/Api/Storage/Payload.cs

View workflow job for this annotation

GitHub Actions / integration-test (RemoteAppExecutionPlugIn, ef)

Non-nullable field '_lastReceived' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.

Check warning on line 89 in src/Api/Storage/Payload.cs

View workflow job for this annotation

GitHub Actions / integration-test (RemoteAppExecutionPlugIn, ef)

Non-nullable property 'Key' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.

Check warning on line 89 in src/Api/Storage/Payload.cs

View workflow job for this annotation

GitHub Actions / integration-test (RemoteAppExecutionPlugIn, ef)

Non-nullable property 'Files' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.

Check warning on line 89 in src/Api/Storage/Payload.cs

View workflow job for this annotation

GitHub Actions / integration-test (RemoteAppExecutionPlugIn, ef)

Non-nullable property 'CorrelationId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.

Check warning on line 89 in src/Api/Storage/Payload.cs

View workflow job for this annotation

GitHub Actions / integration-test (RemoteAppExecutionPlugIn, ef)

Non-nullable property 'DataTrigger' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.

Check warning on line 89 in src/Api/Storage/Payload.cs

View workflow job for this annotation

GitHub Actions / integration-test (RemoteAppExecutionPlugIn, ef)

Non-nullable property 'DataOrigins' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.

Check warning on line 89 in src/Api/Storage/Payload.cs

View workflow job for this annotation

GitHub Actions / integration-test (RemoteAppExecutionPlugIn, ef)

Non-nullable field '_lastReceived' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.

Check warning on line 89 in src/Api/Storage/Payload.cs

View workflow job for this annotation

GitHub Actions / integration-test (RemoteAppExecutionPlugIn, ef)

Non-nullable property 'Key' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.

Check warning on line 89 in src/Api/Storage/Payload.cs

View workflow job for this annotation

GitHub Actions / integration-test (RemoteAppExecutionPlugIn, ef)

Non-nullable property 'Files' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.

Check warning on line 89 in src/Api/Storage/Payload.cs

View workflow job for this annotation

GitHub Actions / integration-test (RemoteAppExecutionPlugIn, ef)

Non-nullable property 'CorrelationId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.

Check warning on line 89 in src/Api/Storage/Payload.cs

View workflow job for this annotation

GitHub Actions / build (ubuntu-latest)

Non-nullable field '_lastReceived' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.

Check warning on line 89 in src/Api/Storage/Payload.cs

View workflow job for this annotation

GitHub Actions / build (ubuntu-latest)

Non-nullable property 'Key' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.

Check warning on line 89 in src/Api/Storage/Payload.cs

View workflow job for this annotation

GitHub Actions / build (ubuntu-latest)

Non-nullable property 'Files' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.

Check warning on line 89 in src/Api/Storage/Payload.cs

View workflow job for this annotation

GitHub Actions / build (ubuntu-latest)

Non-nullable property 'CorrelationId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.

Check warning on line 89 in src/Api/Storage/Payload.cs

View workflow job for this annotation

GitHub Actions / build (ubuntu-latest)

Non-nullable property 'DataTrigger' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.

Check warning on line 89 in src/Api/Storage/Payload.cs

View workflow job for this annotation

GitHub Actions / build (ubuntu-latest)

Non-nullable property 'DataOrigins' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.

Check warning on line 89 in src/Api/Storage/Payload.cs

View workflow job for this annotation

GitHub Actions / build (ubuntu-latest)

Non-nullable field '_lastReceived' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.

Check warning on line 89 in src/Api/Storage/Payload.cs

View workflow job for this annotation

GitHub Actions / build (ubuntu-latest)

Non-nullable property 'Key' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.

Check warning on line 89 in src/Api/Storage/Payload.cs

View workflow job for this annotation

GitHub Actions / build (ubuntu-latest)

Non-nullable property 'Files' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.

Check warning on line 89 in src/Api/Storage/Payload.cs

View workflow job for this annotation

GitHub Actions / build (ubuntu-latest)

Non-nullable property 'CorrelationId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.

Check warning on line 89 in src/Api/Storage/Payload.cs

View workflow job for this annotation

GitHub Actions / integration-test (RemoteAppExecutionPlugIn, mongodb)

Non-nullable field '_lastReceived' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.

Check warning on line 89 in src/Api/Storage/Payload.cs

View workflow job for this annotation

GitHub Actions / integration-test (RemoteAppExecutionPlugIn, mongodb)

Non-nullable property 'Key' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.

Check warning on line 89 in src/Api/Storage/Payload.cs

View workflow job for this annotation

GitHub Actions / integration-test (RemoteAppExecutionPlugIn, mongodb)

Non-nullable property 'Files' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.

Check warning on line 89 in src/Api/Storage/Payload.cs

View workflow job for this annotation

GitHub Actions / integration-test (RemoteAppExecutionPlugIn, mongodb)

Non-nullable property 'CorrelationId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.

Check warning on line 89 in src/Api/Storage/Payload.cs

View workflow job for this annotation

GitHub Actions / integration-test (RemoteAppExecutionPlugIn, mongodb)

Non-nullable property 'DataTrigger' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.

Check warning on line 89 in src/Api/Storage/Payload.cs

View workflow job for this annotation

GitHub Actions / integration-test (RemoteAppExecutionPlugIn, mongodb)

Non-nullable property 'DataOrigins' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.

Check warning on line 89 in src/Api/Storage/Payload.cs

View workflow job for this annotation

GitHub Actions / integration-test (RemoteAppExecutionPlugIn, mongodb)

Non-nullable field '_lastReceived' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.

Check warning on line 89 in src/Api/Storage/Payload.cs

View workflow job for this annotation

GitHub Actions / integration-test (RemoteAppExecutionPlugIn, mongodb)

Non-nullable property 'Key' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.

Check warning on line 89 in src/Api/Storage/Payload.cs

View workflow job for this annotation

GitHub Actions / integration-test (RemoteAppExecutionPlugIn, mongodb)

Non-nullable property 'Files' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.

Check warning on line 89 in src/Api/Storage/Payload.cs

View workflow job for this annotation

GitHub Actions / integration-test (RemoteAppExecutionPlugIn, mongodb)

Non-nullable property 'CorrelationId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.

Check warning on line 89 in src/Api/Storage/Payload.cs

View workflow job for this annotation

GitHub Actions / integration-test (DicomDimseScu, ef)

Non-nullable field '_lastReceived' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.

Check warning on line 89 in src/Api/Storage/Payload.cs

View workflow job for this annotation

GitHub Actions / integration-test (DicomDimseScu, ef)

Non-nullable property 'Key' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.

Check warning on line 89 in src/Api/Storage/Payload.cs

View workflow job for this annotation

GitHub Actions / integration-test (DicomDimseScu, ef)

Non-nullable property 'Files' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.

Check warning on line 89 in src/Api/Storage/Payload.cs

View workflow job for this annotation

GitHub Actions / integration-test (DicomDimseScu, ef)

Non-nullable property 'CorrelationId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.

Check warning on line 89 in src/Api/Storage/Payload.cs

View workflow job for this annotation

GitHub Actions / integration-test (DicomDimseScu, ef)

Non-nullable property 'DataTrigger' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.

Check warning on line 89 in src/Api/Storage/Payload.cs

View workflow job for this annotation

GitHub Actions / integration-test (DicomDimseScu, ef)

Non-nullable property 'DataOrigins' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.

Check warning on line 89 in src/Api/Storage/Payload.cs

View workflow job for this annotation

GitHub Actions / integration-test (DicomDimseScu, ef)

Non-nullable field '_lastReceived' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.

Check warning on line 89 in src/Api/Storage/Payload.cs

View workflow job for this annotation

GitHub Actions / integration-test (DicomDimseScu, ef)

Non-nullable property 'Key' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.

Check warning on line 89 in src/Api/Storage/Payload.cs

View workflow job for this annotation

GitHub Actions / integration-test (DicomDimseScu, ef)

Non-nullable property 'Files' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.

Check warning on line 89 in src/Api/Storage/Payload.cs

View workflow job for this annotation

GitHub Actions / integration-test (DicomDimseScu, ef)

Non-nullable property 'CorrelationId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.

Check warning on line 89 in src/Api/Storage/Payload.cs

View workflow job for this annotation

GitHub Actions / integration-test (DicomWebExport, ef)

Non-nullable field '_lastReceived' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.

Check warning on line 89 in src/Api/Storage/Payload.cs

View workflow job for this annotation

GitHub Actions / integration-test (DicomWebExport, ef)

Non-nullable property 'Key' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.

Check warning on line 89 in src/Api/Storage/Payload.cs

View workflow job for this annotation

GitHub Actions / integration-test (DicomWebExport, ef)

Non-nullable property 'Files' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.

Check warning on line 89 in src/Api/Storage/Payload.cs

View workflow job for this annotation

GitHub Actions / integration-test (DicomWebExport, ef)

Non-nullable property 'CorrelationId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.

Check warning on line 89 in src/Api/Storage/Payload.cs

View workflow job for this annotation

GitHub Actions / integration-test (DicomWebExport, ef)

Non-nullable property 'DataTrigger' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.

Check warning on line 89 in src/Api/Storage/Payload.cs

View workflow job for this annotation

GitHub Actions / integration-test (DicomWebExport, ef)

Non-nullable property 'DataOrigins' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.

Check warning on line 89 in src/Api/Storage/Payload.cs

View workflow job for this annotation

GitHub Actions / integration-test (DicomWebExport, ef)

Non-nullable field '_lastReceived' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.

Check warning on line 89 in src/Api/Storage/Payload.cs

View workflow job for this annotation

GitHub Actions / integration-test (DicomWebExport, ef)

Non-nullable property 'Key' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.

Check warning on line 89 in src/Api/Storage/Payload.cs

View workflow job for this annotation

GitHub Actions / integration-test (DicomWebExport, ef)

Non-nullable property 'Files' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.

Check warning on line 89 in src/Api/Storage/Payload.cs

View workflow job for this annotation

GitHub Actions / integration-test (DicomWebExport, ef)

Non-nullable property 'CorrelationId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.

Check warning on line 89 in src/Api/Storage/Payload.cs

View workflow job for this annotation

GitHub Actions / integration-test (DicomWebExport, mongodb)

Non-nullable field '_lastReceived' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.

Check warning on line 89 in src/Api/Storage/Payload.cs

View workflow job for this annotation

GitHub Actions / integration-test (DicomWebExport, mongodb)

Non-nullable property 'Key' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.

Check warning on line 89 in src/Api/Storage/Payload.cs

View workflow job for this annotation

GitHub Actions / integration-test (DicomWebExport, mongodb)

Non-nullable property 'Files' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.

Check warning on line 89 in src/Api/Storage/Payload.cs

View workflow job for this annotation

GitHub Actions / integration-test (DicomWebExport, mongodb)

Non-nullable property 'CorrelationId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.

Check warning on line 89 in src/Api/Storage/Payload.cs

View workflow job for this annotation

GitHub Actions / integration-test (DicomWebExport, mongodb)

Non-nullable property 'DataTrigger' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.

Check warning on line 89 in src/Api/Storage/Payload.cs

View workflow job for this annotation

GitHub Actions / integration-test (DicomWebExport, mongodb)

Non-nullable property 'DataOrigins' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.

Check warning on line 89 in src/Api/Storage/Payload.cs

View workflow job for this annotation

GitHub Actions / integration-test (DicomWebExport, mongodb)

Non-nullable field '_lastReceived' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.

Check warning on line 89 in src/Api/Storage/Payload.cs

View workflow job for this annotation

GitHub Actions / integration-test (DicomWebExport, mongodb)

Non-nullable property 'Key' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.

Check warning on line 89 in src/Api/Storage/Payload.cs

View workflow job for this annotation

GitHub Actions / integration-test (DicomWebExport, mongodb)

Non-nullable property 'Files' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.

Check warning on line 89 in src/Api/Storage/Payload.cs

View workflow job for this annotation

GitHub Actions / integration-test (DicomWebExport, mongodb)

Non-nullable property 'CorrelationId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.

Check warning on line 89 in src/Api/Storage/Payload.cs

View workflow job for this annotation

GitHub Actions / integration-test (AcrApi, mongodb)

Non-nullable field '_lastReceived' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.

Check warning on line 89 in src/Api/Storage/Payload.cs

View workflow job for this annotation

GitHub Actions / integration-test (AcrApi, mongodb)

Non-nullable property 'Key' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.

Check warning on line 89 in src/Api/Storage/Payload.cs

View workflow job for this annotation

GitHub Actions / integration-test (AcrApi, mongodb)

Non-nullable property 'Files' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.

Check warning on line 89 in src/Api/Storage/Payload.cs

View workflow job for this annotation

GitHub Actions / integration-test (AcrApi, mongodb)

Non-nullable property 'CorrelationId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.

Check warning on line 89 in src/Api/Storage/Payload.cs

View workflow job for this annotation

GitHub Actions / integration-test (AcrApi, mongodb)

Non-nullable property 'DataTrigger' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.

Check warning on line 89 in src/Api/Storage/Payload.cs

View workflow job for this annotation

GitHub Actions / integration-test (AcrApi, mongodb)

Non-nullable property 'DataOrigins' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.

Check warning on line 89 in src/Api/Storage/Payload.cs

View workflow job for this annotation

GitHub Actions / integration-test (AcrApi, mongodb)

Non-nullable field '_lastReceived' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.

Check warning on line 89 in src/Api/Storage/Payload.cs

View workflow job for this annotation

GitHub Actions / integration-test (AcrApi, mongodb)

Non-nullable property 'Key' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.

Check warning on line 89 in src/Api/Storage/Payload.cs

View workflow job for this annotation

GitHub Actions / integration-test (AcrApi, mongodb)

Non-nullable property 'Files' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.

Check warning on line 89 in src/Api/Storage/Payload.cs

View workflow job for this annotation

GitHub Actions / integration-test (AcrApi, mongodb)

Non-nullable property 'CorrelationId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.

Check warning on line 89 in src/Api/Storage/Payload.cs

View workflow job for this annotation

GitHub Actions / integration-test (DicomDimseScu, mongodb)

Non-nullable field '_lastReceived' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.

Check warning on line 89 in src/Api/Storage/Payload.cs

View workflow job for this annotation

GitHub Actions / integration-test (DicomDimseScu, mongodb)

Non-nullable property 'Key' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.

Check warning on line 89 in src/Api/Storage/Payload.cs

View workflow job for this annotation

GitHub Actions / integration-test (DicomDimseScu, mongodb)

Non-nullable property 'Files' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.

Check warning on line 89 in src/Api/Storage/Payload.cs

View workflow job for this annotation

GitHub Actions / integration-test (DicomDimseScu, mongodb)

Non-nullable property 'CorrelationId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.

Check warning on line 89 in src/Api/Storage/Payload.cs

View workflow job for this annotation

GitHub Actions / integration-test (DicomDimseScu, mongodb)

Non-nullable property 'DataTrigger' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.

Check warning on line 89 in src/Api/Storage/Payload.cs

View workflow job for this annotation

GitHub Actions / integration-test (DicomDimseScu, mongodb)

Non-nullable property 'DataOrigins' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.

Check warning on line 89 in src/Api/Storage/Payload.cs

View workflow job for this annotation

GitHub Actions / integration-test (DicomDimseScu, mongodb)

Non-nullable field '_lastReceived' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.

Check warning on line 89 in src/Api/Storage/Payload.cs

View workflow job for this annotation

GitHub Actions / integration-test (DicomDimseScu, mongodb)

Non-nullable property 'Key' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.

Check warning on line 89 in src/Api/Storage/Payload.cs

View workflow job for this annotation

GitHub Actions / integration-test (DicomDimseScu, mongodb)

Non-nullable property 'Files' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.

Check warning on line 89 in src/Api/Storage/Payload.cs

View workflow job for this annotation

GitHub Actions / integration-test (DicomDimseScu, mongodb)

Non-nullable property 'CorrelationId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.

Check warning on line 89 in src/Api/Storage/Payload.cs

View workflow job for this annotation

GitHub Actions / integration-test (Fhir, mongodb)

Non-nullable field '_lastReceived' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.

Check warning on line 89 in src/Api/Storage/Payload.cs

View workflow job for this annotation

GitHub Actions / integration-test (Fhir, mongodb)

Non-nullable property 'Key' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.

Check warning on line 89 in src/Api/Storage/Payload.cs

View workflow job for this annotation

GitHub Actions / integration-test (Fhir, mongodb)

Non-nullable property 'Files' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.

Check warning on line 89 in src/Api/Storage/Payload.cs

View workflow job for this annotation

GitHub Actions / integration-test (Fhir, mongodb)

Non-nullable property 'CorrelationId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.

Check warning on line 89 in src/Api/Storage/Payload.cs

View workflow job for this annotation

GitHub Actions / integration-test (Fhir, mongodb)

Non-nullable property 'DataTrigger' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.

Check warning on line 89 in src/Api/Storage/Payload.cs

View workflow job for this annotation

GitHub Actions / integration-test (Fhir, mongodb)

Non-nullable property 'DataOrigins' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.

Check warning on line 89 in src/Api/Storage/Payload.cs

View workflow job for this annotation

GitHub Actions / integration-test (Fhir, mongodb)

Non-nullable field '_lastReceived' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.

Check warning on line 89 in src/Api/Storage/Payload.cs

View workflow job for this annotation

GitHub Actions / integration-test (Fhir, mongodb)

Non-nullable property 'Key' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.

Check warning on line 89 in src/Api/Storage/Payload.cs

View workflow job for this annotation

GitHub Actions / integration-test (Fhir, mongodb)

Non-nullable property 'Files' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.

Check warning on line 89 in src/Api/Storage/Payload.cs

View workflow job for this annotation

GitHub Actions / integration-test (Fhir, mongodb)

Non-nullable property 'CorrelationId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.

Check warning on line 89 in src/Api/Storage/Payload.cs

View workflow job for this annotation

GitHub Actions / integration-test (AcrApi, ef)

Non-nullable field '_lastReceived' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.

Check warning on line 89 in src/Api/Storage/Payload.cs

View workflow job for this annotation

GitHub Actions / integration-test (AcrApi, ef)

Non-nullable property 'Key' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.

Check warning on line 89 in src/Api/Storage/Payload.cs

View workflow job for this annotation

GitHub Actions / integration-test (AcrApi, ef)

Non-nullable property 'Files' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.

Check warning on line 89 in src/Api/Storage/Payload.cs

View workflow job for this annotation

GitHub Actions / integration-test (AcrApi, ef)

Non-nullable property 'CorrelationId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.

Check warning on line 89 in src/Api/Storage/Payload.cs

View workflow job for this annotation

GitHub Actions / integration-test (AcrApi, ef)

Non-nullable property 'DataTrigger' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.

Check warning on line 89 in src/Api/Storage/Payload.cs

View workflow job for this annotation

GitHub Actions / integration-test (AcrApi, ef)

Non-nullable property 'DataOrigins' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.

Check warning on line 89 in src/Api/Storage/Payload.cs

View workflow job for this annotation

GitHub Actions / integration-test (AcrApi, ef)

Non-nullable field '_lastReceived' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.

Check warning on line 89 in src/Api/Storage/Payload.cs

View workflow job for this annotation

GitHub Actions / integration-test (AcrApi, ef)

Non-nullable property 'Key' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.

Check warning on line 89 in src/Api/Storage/Payload.cs

View workflow job for this annotation

GitHub Actions / integration-test (AcrApi, ef)

Non-nullable property 'Files' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.

Check warning on line 89 in src/Api/Storage/Payload.cs

View workflow job for this annotation

GitHub Actions / integration-test (AcrApi, ef)

Non-nullable property 'CorrelationId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.

Check warning on line 89 in src/Api/Storage/Payload.cs

View workflow job for this annotation

GitHub Actions / integration-test (HealthLevel7, mongodb)

Non-nullable field '_lastReceived' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.

Check warning on line 89 in src/Api/Storage/Payload.cs

View workflow job for this annotation

GitHub Actions / integration-test (HealthLevel7, mongodb)

Non-nullable property 'Key' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.

Check warning on line 89 in src/Api/Storage/Payload.cs

View workflow job for this annotation

GitHub Actions / integration-test (HealthLevel7, mongodb)

Non-nullable property 'Files' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.

Check warning on line 89 in src/Api/Storage/Payload.cs

View workflow job for this annotation

GitHub Actions / integration-test (HealthLevel7, mongodb)

Non-nullable property 'CorrelationId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.

Check warning on line 89 in src/Api/Storage/Payload.cs

View workflow job for this annotation

GitHub Actions / integration-test (HealthLevel7, mongodb)

Non-nullable property 'DataTrigger' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.

Check warning on line 89 in src/Api/Storage/Payload.cs

View workflow job for this annotation

GitHub Actions / integration-test (HealthLevel7, mongodb)

Non-nullable property 'DataOrigins' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.

Check warning on line 89 in src/Api/Storage/Payload.cs

View workflow job for this annotation

GitHub Actions / integration-test (HealthLevel7, mongodb)

Non-nullable field '_lastReceived' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.

Check warning on line 89 in src/Api/Storage/Payload.cs

View workflow job for this annotation

GitHub Actions / integration-test (HealthLevel7, mongodb)

Non-nullable property 'Key' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.

Check warning on line 89 in src/Api/Storage/Payload.cs

View workflow job for this annotation

GitHub Actions / integration-test (HealthLevel7, mongodb)

Non-nullable property 'Files' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.

Check warning on line 89 in src/Api/Storage/Payload.cs

View workflow job for this annotation

GitHub Actions / integration-test (HealthLevel7, mongodb)

Non-nullable property 'CorrelationId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.

Check warning on line 89 in src/Api/Storage/Payload.cs

View workflow job for this annotation

GitHub Actions / integration-test (DicomWebStow, ef)

Non-nullable field '_lastReceived' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.

Check warning on line 89 in src/Api/Storage/Payload.cs

View workflow job for this annotation

GitHub Actions / integration-test (DicomWebStow, ef)

Non-nullable property 'Key' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.

Check warning on line 89 in src/Api/Storage/Payload.cs

View workflow job for this annotation

GitHub Actions / integration-test (DicomWebStow, ef)

Non-nullable property 'Files' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.

Check warning on line 89 in src/Api/Storage/Payload.cs

View workflow job for this annotation

GitHub Actions / integration-test (DicomWebStow, ef)

Non-nullable property 'CorrelationId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.

Check warning on line 89 in src/Api/Storage/Payload.cs

View workflow job for this annotation

GitHub Actions / integration-test (DicomWebStow, ef)

Non-nullable property 'DataTrigger' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.

Check warning on line 89 in src/Api/Storage/Payload.cs

View workflow job for this annotation

GitHub Actions / integration-test (DicomWebStow, ef)

Non-nullable property 'DataOrigins' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.

Check warning on line 89 in src/Api/Storage/Payload.cs

View workflow job for this annotation

GitHub Actions / integration-test (DicomWebStow, ef)

Non-nullable field '_lastReceived' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.

Check warning on line 89 in src/Api/Storage/Payload.cs

View workflow job for this annotation

GitHub Actions / integration-test (DicomWebStow, ef)

Non-nullable property 'Key' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.

Check warning on line 89 in src/Api/Storage/Payload.cs

View workflow job for this annotation

GitHub Actions / integration-test (DicomWebStow, ef)

Non-nullable property 'Files' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.

Check warning on line 89 in src/Api/Storage/Payload.cs

View workflow job for this annotation

GitHub Actions / integration-test (DicomWebStow, ef)

Non-nullable property 'CorrelationId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.

Check warning on line 89 in src/Api/Storage/Payload.cs

View workflow job for this annotation

GitHub Actions / integration-test (DicomDimseScp, mongodb)

Non-nullable field '_lastReceived' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.

Check warning on line 89 in src/Api/Storage/Payload.cs

View workflow job for this annotation

GitHub Actions / integration-test (DicomDimseScp, mongodb)

Non-nullable property 'Key' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.

Check warning on line 89 in src/Api/Storage/Payload.cs

View workflow job for this annotation

GitHub Actions / integration-test (DicomDimseScp, mongodb)

Non-nullable property 'Files' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.

Check warning on line 89 in src/Api/Storage/Payload.cs

View workflow job for this annotation

GitHub Actions / integration-test (DicomDimseScp, mongodb)

Non-nullable property 'CorrelationId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.

Check warning on line 89 in src/Api/Storage/Payload.cs

View workflow job for this annotation

GitHub Actions / integration-test (DicomDimseScp, mongodb)

Non-nullable property 'DataTrigger' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.

Check warning on line 89 in src/Api/Storage/Payload.cs

View workflow job for this annotation

GitHub Actions / integration-test (DicomDimseScp, mongodb)

Non-nullable property 'DataOrigins' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.

Check warning on line 89 in src/Api/Storage/Payload.cs

View workflow job for this annotation

GitHub Actions / integration-test (DicomDimseScp, mongodb)

Non-nullable field '_lastReceived' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.

Check warning on line 89 in src/Api/Storage/Payload.cs

View workflow job for this annotation

GitHub Actions / integration-test (DicomDimseScp, mongodb)

Non-nullable property 'Key' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.

Check warning on line 89 in src/Api/Storage/Payload.cs

View workflow job for this annotation

GitHub Actions / integration-test (DicomDimseScp, mongodb)

Non-nullable property 'Files' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.

Check warning on line 89 in src/Api/Storage/Payload.cs

View workflow job for this annotation

GitHub Actions / integration-test (DicomDimseScp, mongodb)

Non-nullable property 'CorrelationId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.

Check warning on line 89 in src/Api/Storage/Payload.cs

View workflow job for this annotation

GitHub Actions / analyze

Non-nullable field '_lastReceived' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.

Check warning on line 89 in src/Api/Storage/Payload.cs

View workflow job for this annotation

GitHub Actions / analyze

Non-nullable property 'Key' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.

Check warning on line 89 in src/Api/Storage/Payload.cs

View workflow job for this annotation

GitHub Actions / analyze

Non-nullable property 'Files' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.

Check warning on line 89 in src/Api/Storage/Payload.cs

View workflow job for this annotation

GitHub Actions / analyze

Non-nullable property 'CorrelationId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.

Check warning on line 89 in src/Api/Storage/Payload.cs

View workflow job for this annotation

GitHub Actions / analyze

Non-nullable property 'DataTrigger' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.

Check warning on line 89 in src/Api/Storage/Payload.cs

View workflow job for this annotation

GitHub Actions / analyze

Non-nullable property 'DataOrigins' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.

Check warning on line 89 in src/Api/Storage/Payload.cs

View workflow job for this annotation

GitHub Actions / analyze

Non-nullable field '_lastReceived' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.

Check warning on line 89 in src/Api/Storage/Payload.cs

View workflow job for this annotation

GitHub Actions / analyze

Non-nullable property 'Key' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.

Check warning on line 89 in src/Api/Storage/Payload.cs

View workflow job for this annotation

GitHub Actions / analyze

Non-nullable property 'Files' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.

Check warning on line 89 in src/Api/Storage/Payload.cs

View workflow job for this annotation

GitHub Actions / analyze

Non-nullable property 'CorrelationId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.

Check warning on line 89 in src/Api/Storage/Payload.cs

View workflow job for this annotation

GitHub Actions / integration-test (DicomDimseScp, ef)

Non-nullable field '_lastReceived' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.

Check warning on line 89 in src/Api/Storage/Payload.cs

View workflow job for this annotation

GitHub Actions / integration-test (DicomDimseScp, ef)

Non-nullable property 'Key' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.

Check warning on line 89 in src/Api/Storage/Payload.cs

View workflow job for this annotation

GitHub Actions / integration-test (DicomDimseScp, ef)

Non-nullable property 'Files' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.

Check warning on line 89 in src/Api/Storage/Payload.cs

View workflow job for this annotation

GitHub Actions / integration-test (DicomDimseScp, ef)

Non-nullable property 'CorrelationId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.

Check warning on line 89 in src/Api/Storage/Payload.cs

View workflow job for this annotation

GitHub Actions / integration-test (DicomDimseScp, ef)

Non-nullable property 'DataTrigger' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.

Check warning on line 89 in src/Api/Storage/Payload.cs

View workflow job for this annotation

GitHub Actions / integration-test (DicomDimseScp, ef)

Non-nullable property 'DataOrigins' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.

Check warning on line 89 in src/Api/Storage/Payload.cs

View workflow job for this annotation

GitHub Actions / integration-test (DicomDimseScp, ef)

Non-nullable field '_lastReceived' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.

Check warning on line 89 in src/Api/Storage/Payload.cs

View workflow job for this annotation

GitHub Actions / integration-test (DicomDimseScp, ef)

Non-nullable property 'Key' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.

Check warning on line 89 in src/Api/Storage/Payload.cs

View workflow job for this annotation

GitHub Actions / integration-test (DicomDimseScp, ef)

Non-nullable property 'Files' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.

Check warning on line 89 in src/Api/Storage/Payload.cs

View workflow job for this annotation

GitHub Actions / integration-test (DicomDimseScp, ef)

Non-nullable property 'CorrelationId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.

Check warning on line 89 in src/Api/Storage/Payload.cs

View workflow job for this annotation

GitHub Actions / integration-test (DicomWebStow, mongodb)

Non-nullable field '_lastReceived' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.

Check warning on line 89 in src/Api/Storage/Payload.cs

View workflow job for this annotation

GitHub Actions / integration-test (DicomWebStow, mongodb)

Non-nullable property 'Key' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.

Check warning on line 89 in src/Api/Storage/Payload.cs

View workflow job for this annotation

GitHub Actions / integration-test (DicomWebStow, mongodb)

Non-nullable property 'Files' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.

Check warning on line 89 in src/Api/Storage/Payload.cs

View workflow job for this annotation

GitHub Actions / integration-test (DicomWebStow, mongodb)

Non-nullable property 'CorrelationId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.

Check warning on line 89 in src/Api/Storage/Payload.cs

View workflow job for this annotation

GitHub Actions / integration-test (DicomWebStow, mongodb)

Non-nullable property 'DataTrigger' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.

Check warning on line 89 in src/Api/Storage/Payload.cs

View workflow job for this annotation

GitHub Actions / integration-test (DicomWebStow, mongodb)

Non-nullable property 'DataOrigins' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.

Check warning on line 89 in src/Api/Storage/Payload.cs

View workflow job for this annotation

GitHub Actions / integration-test (DicomWebStow, mongodb)

Non-nullable field '_lastReceived' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.

Check warning on line 89 in src/Api/Storage/Payload.cs

View workflow job for this annotation

GitHub Actions / integration-test (DicomWebStow, mongodb)

Non-nullable property 'Key' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.

Check warning on line 89 in src/Api/Storage/Payload.cs

View workflow job for this annotation

GitHub Actions / integration-test (DicomWebStow, mongodb)

Non-nullable property 'Files' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.

Check warning on line 89 in src/Api/Storage/Payload.cs

View workflow job for this annotation

GitHub Actions / integration-test (DicomWebStow, mongodb)

Non-nullable property 'CorrelationId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.

Check warning on line 89 in src/Api/Storage/Payload.cs

View workflow job for this annotation

GitHub Actions / integration-test (Fhir, ef)

Non-nullable field '_lastReceived' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.

Check warning on line 89 in src/Api/Storage/Payload.cs

View workflow job for this annotation

GitHub Actions / integration-test (Fhir, ef)

Non-nullable property 'Key' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.

Check warning on line 89 in src/Api/Storage/Payload.cs

View workflow job for this annotation

GitHub Actions / integration-test (Fhir, ef)

Non-nullable property 'Files' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.

Check warning on line 89 in src/Api/Storage/Payload.cs

View workflow job for this annotation

GitHub Actions / integration-test (Fhir, ef)

Non-nullable property 'CorrelationId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.

Check warning on line 89 in src/Api/Storage/Payload.cs

View workflow job for this annotation

GitHub Actions / integration-test (Fhir, ef)

Non-nullable property 'DataTrigger' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.

Check warning on line 89 in src/Api/Storage/Payload.cs

View workflow job for this annotation

GitHub Actions / integration-test (Fhir, ef)

Non-nullable property 'DataOrigins' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.

Check warning on line 89 in src/Api/Storage/Payload.cs

View workflow job for this annotation

GitHub Actions / integration-test (Fhir, ef)

Non-nullable field '_lastReceived' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.

Check warning on line 89 in src/Api/Storage/Payload.cs

View workflow job for this annotation

GitHub Actions / integration-test (Fhir, ef)

Non-nullable property 'Key' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.

Check warning on line 89 in src/Api/Storage/Payload.cs

View workflow job for this annotation

GitHub Actions / integration-test (Fhir, ef)

Non-nullable property 'Files' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.

Check warning on line 89 in src/Api/Storage/Payload.cs

View workflow job for this annotation

GitHub Actions / integration-test (Fhir, ef)

Non-nullable property 'CorrelationId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.

Check warning on line 89 in src/Api/Storage/Payload.cs

View workflow job for this annotation

GitHub Actions / docs

Non-nullable field '_lastReceived' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.

Check warning on line 89 in src/Api/Storage/Payload.cs

View workflow job for this annotation

GitHub Actions / docs

Non-nullable property 'Key' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.

Check warning on line 89 in src/Api/Storage/Payload.cs

View workflow job for this annotation

GitHub Actions / docs

Non-nullable property 'Files' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.

Check warning on line 89 in src/Api/Storage/Payload.cs

View workflow job for this annotation

GitHub Actions / docs

Non-nullable property 'CorrelationId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.

Check warning on line 89 in src/Api/Storage/Payload.cs

View workflow job for this annotation

GitHub Actions / docs

Non-nullable property 'DataTrigger' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.

Check warning on line 89 in src/Api/Storage/Payload.cs

View workflow job for this annotation

GitHub Actions / docs

Non-nullable property 'DataOrigins' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.

Check warning on line 89 in src/Api/Storage/Payload.cs

View workflow job for this annotation

GitHub Actions / docs

Non-nullable field '_lastReceived' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.

Check warning on line 89 in src/Api/Storage/Payload.cs

View workflow job for this annotation

GitHub Actions / docs

Non-nullable property 'Key' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.

Check warning on line 89 in src/Api/Storage/Payload.cs

View workflow job for this annotation

GitHub Actions / docs

Non-nullable property 'Files' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.

Check warning on line 89 in src/Api/Storage/Payload.cs

View workflow job for this annotation

GitHub Actions / docs

Non-nullable property 'CorrelationId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.

Check warning on line 89 in src/Api/Storage/Payload.cs

View workflow job for this annotation

GitHub Actions / CodeQL-Analyze

Non-nullable field '_lastReceived' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.

Check warning on line 89 in src/Api/Storage/Payload.cs

View workflow job for this annotation

GitHub Actions / CodeQL-Analyze

Non-nullable property 'Key' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.

Check warning on line 89 in src/Api/Storage/Payload.cs

View workflow job for this annotation

GitHub Actions / CodeQL-Analyze

Non-nullable property 'Files' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.

Check warning on line 89 in src/Api/Storage/Payload.cs

View workflow job for this annotation

GitHub Actions / CodeQL-Analyze

Non-nullable property 'CorrelationId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.

Check warning on line 89 in src/Api/Storage/Payload.cs

View workflow job for this annotation

GitHub Actions / CodeQL-Analyze

Non-nullable property 'DataTrigger' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.

Check warning on line 89 in src/Api/Storage/Payload.cs

View workflow job for this annotation

GitHub Actions / CodeQL-Analyze

Non-nullable property 'DataOrigins' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.

Check warning on line 89 in src/Api/Storage/Payload.cs

View workflow job for this annotation

GitHub Actions / CodeQL-Analyze

Non-nullable field '_lastReceived' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.

Check warning on line 89 in src/Api/Storage/Payload.cs

View workflow job for this annotation

GitHub Actions / CodeQL-Analyze

Non-nullable property 'Key' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.

Check warning on line 89 in src/Api/Storage/Payload.cs

View workflow job for this annotation

GitHub Actions / CodeQL-Analyze

Non-nullable property 'Files' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.

Check warning on line 89 in src/Api/Storage/Payload.cs

View workflow job for this annotation

GitHub Actions / CodeQL-Analyze

Non-nullable property 'CorrelationId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.

Check warning on line 89 in src/Api/Storage/Payload.cs

View workflow job for this annotation

GitHub Actions / integration-test (HealthLevel7, ef)

Non-nullable field '_lastReceived' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.

Check warning on line 89 in src/Api/Storage/Payload.cs

View workflow job for this annotation

GitHub Actions / integration-test (HealthLevel7, ef)

Non-nullable property 'Key' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.

Check warning on line 89 in src/Api/Storage/Payload.cs

View workflow job for this annotation

GitHub Actions / integration-test (HealthLevel7, ef)

Non-nullable property 'Files' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.

Check warning on line 89 in src/Api/Storage/Payload.cs

View workflow job for this annotation

GitHub Actions / integration-test (HealthLevel7, ef)

Non-nullable property 'CorrelationId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.

Check warning on line 89 in src/Api/Storage/Payload.cs

View workflow job for this annotation

GitHub Actions / integration-test (HealthLevel7, ef)

Non-nullable property 'DataTrigger' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.

Check warning on line 89 in src/Api/Storage/Payload.cs

View workflow job for this annotation

GitHub Actions / integration-test (HealthLevel7, ef)

Non-nullable property 'DataOrigins' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.

Check warning on line 89 in src/Api/Storage/Payload.cs

View workflow job for this annotation

GitHub Actions / integration-test (HealthLevel7, ef)

Non-nullable field '_lastReceived' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.

Check warning on line 89 in src/Api/Storage/Payload.cs

View workflow job for this annotation

GitHub Actions / integration-test (HealthLevel7, ef)

Non-nullable property 'Key' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.

Check warning on line 89 in src/Api/Storage/Payload.cs

View workflow job for this annotation

GitHub Actions / integration-test (HealthLevel7, ef)

Non-nullable property 'Files' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.

Check warning on line 89 in src/Api/Storage/Payload.cs

View workflow job for this annotation

GitHub Actions / integration-test (HealthLevel7, ef)

Non-nullable property 'CorrelationId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.

public Payload(string key, string correlationId, string? workflowInstanceId, string? taskId, DataOrigin dataTrigger, uint timeout)
{
Guard.Against.NullOrWhiteSpace(key, nameof(key));
Expand Down
3 changes: 1 addition & 2 deletions src/InformaticsGateway/Repositories/MonaiServiceLocator.cs
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,7 @@ public Dictionary<string, ServiceStatus> GetServiceStatus()
if (TypeInterface is null)
{
var service = _serviceProvider.GetServices<IHostedService>()?.FirstOrDefault(i => i.GetType().Name == type.Name);
return null;
//return service as IMonaiService;
return service as IMonaiService;
}
return (_serviceProvider.GetService(TypeInterface) as IMonaiService);

Expand Down
9 changes: 8 additions & 1 deletion tests/Integration.Test/Drivers/EfDataProvider.cs
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,14 @@ public void ClearAllData()
DumpAndClear("SourceApplicationEntities", _dbContext.SourceApplicationEntities.ToList());
DumpAndClear("MonaiApplicationEntities", _dbContext.MonaiApplicationEntities.ToList());
DumpAndClear("VirtualApplicationEntities", _dbContext.VirtualApplicationEntities.ToList());
DumpAndClear("Payloads", _dbContext.Payloads.ToList());
try
{
DumpAndClear("Payloads", _dbContext.Payloads.ToList());
}
catch (Exception)
{
}

DumpAndClear("InferenceRequests", _dbContext.InferenceRequests.ToList());
DumpAndClear("StorageMetadataWrapperEntities", _dbContext.StorageMetadataWrapperEntities.ToList());
_dbContext.SaveChanges();
Expand Down

0 comments on commit f55ef05

Please sign in to comment.