Skip to content

Handle exception thrown from plug-in engine #1222

Handle exception thrown from plug-in engine

Handle exception thrown from plug-in engine #1222

Re-run triggered August 30, 2023 18:19
Status Success
Total duration 4m 12s
Artifacts 10

ci.yml

on: push
calc-version
24s
calc-version
Matrix: integration-test
Matrix: build
release
0s
release
Fit to window
Zoom out
Zoom in

Annotations

246 warnings
analyze
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
analyze: src/Api/Storage/FileStorageMetadata.cs#L114
Non-nullable property 'DataOrigin' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
unit-test: src/Api/Storage/FileStorageMetadata.cs#L114
Non-nullable property 'DataOrigin' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
unit-test: src/Api/SourceApplicationEntity.cs#L32
Remove this empty class, write its code or make it an "interface".
analyze: src/Database/Api/StorageMetadataWrapper.cs#L48
Non-nullable field '_options' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
analyze: src/Plug-ins/RemoteAppExecution/DicomDeidentifier.cs#L92
Possible null reference argument for parameter 'newValue' in 'void Log.ValueChanged(ILogger logger, string tag, string originalValue, string newValue)'.
unit-test: src/Api/Storage/StorageObjectMetadata.cs#L43
Remove the member initializer, all constructors set an initial value for the member.
analyze: src/Plug-ins/RemoteAppExecution/RemoteAppExecution.cs#L80
Possible null reference assignment.
unit-test: src/Api/Storage/StorageObjectMetadata.cs#L86
Remove the member initializer, all constructors set an initial value for the member.
analyze: src/Plug-ins/RemoteAppExecution/RemoteAppExecution.cs#L81
Possible null reference assignment.
unit-test: src/Api/Storage/FileStorageMetadata.cs#L114
Non-nullable property 'DataOrigin' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
analyze: src/Plug-ins/RemoteAppExecution/RemoteAppExecution.cs#L82
Possible null reference assignment.
unit-test: src/Api/SourceApplicationEntity.cs#L32
Remove this empty class, write its code or make it an "interface".
analyze: src/InformaticsGateway/Services/DicomWeb/IStreamsWriter.cs#L45
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
unit-test: src/Api/Storage/StorageObjectMetadata.cs#L43
Remove the member initializer, all constructors set an initial value for the member.
analyze: src/InformaticsGateway/Services/DicomWeb/IStreamsWriter.cs#L82
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
unit-test: src/Api/Storage/StorageObjectMetadata.cs#L86
Remove the member initializer, all constructors set an initial value for the member.
analyze: src/InformaticsGateway/Services/Connectors/PayloadAssembler.cs#L68
Nullability of reference types in type of parameter 'source' of 'void PayloadAssembler.OnTimedEvent(object source, ElapsedEventArgs e)' doesn't match the target delegate 'ElapsedEventHandler' (possibly because of nullability attributes).
unit-test: src/Configuration/ValidationExtensions.cs#L115
Pass a timeout to limit the execution time.
analyze: src/InformaticsGateway/Services/DicomWeb/StowService.cs#L59
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
unit-test: src/Configuration/ValidationExtensions.cs#L127
Pass a timeout to limit the execution time.
unit-test: src/Client.Common/UriExtensions.cs#L31
"EndsWith" overloads that take a "char" should be used
unit-test: src/Api/Storage/FileStorageMetadata.cs#L114
Non-nullable property 'DataOrigin' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
unit-test: src/Api/SourceApplicationEntity.cs#L32
Remove this empty class, write its code or make it an "interface".
unit-test: src/Api/Storage/StorageObjectMetadata.cs#L43
Remove the member initializer, all constructors set an initial value for the member.
unit-test: src/Api/Storage/StorageObjectMetadata.cs#L86
Remove the member initializer, all constructors set an initial value for the member.
unit-test: src/Client/HttpContentExtensions.cs#L27
Remove the unused local variable 'json'.
unit-test: src/Configuration/ValidationExtensions.cs#L127
Pass a timeout to limit the execution time.
unit-test: src/Configuration/ValidationExtensions.cs#L128
Pass a timeout to limit the execution time.
unit-test: src/Configuration/ValidationExtensions.cs#L115
Pass a timeout to limit the execution time.
unit-test: src/DicomWebClient/CLI/Wado.cs#L74
Method has 8 parameters, which is greater than the 7 authorized.
unit-test
Docker pull failed with exit code 1, back off 7.215 seconds before retry.
CodeQL-Analyze: src/Api/Storage/FileStorageMetadata.cs#L114
Non-nullable property 'DataOrigin' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
CodeQL-Analyze: src/Database/Api/StorageMetadataWrapper.cs#L48
Non-nullable field '_options' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
CodeQL-Analyze: src/Plug-ins/RemoteAppExecution/RemoteAppExecution.cs#L80
Possible null reference assignment.
integration-test (AcrApi, ef): src/Api/Storage/FileStorageMetadata.cs#L114
Non-nullable property 'DataOrigin' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
CodeQL-Analyze: src/Plug-ins/RemoteAppExecution/RemoteAppExecution.cs#L81
Possible null reference assignment.
integration-test (AcrApi, mongodb): src/Api/Storage/FileStorageMetadata.cs#L114
Non-nullable property 'DataOrigin' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
integration-test (AcrApi, ef): src/Database/Api/StorageMetadataWrapper.cs#L48
Non-nullable field '_options' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
CodeQL-Analyze: src/Plug-ins/RemoteAppExecution/RemoteAppExecution.cs#L82
Possible null reference assignment.
integration-test (AcrApi, mongodb): src/Database/Api/StorageMetadataWrapper.cs#L48
Non-nullable field '_options' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
CodeQL-Analyze: src/Plug-ins/RemoteAppExecution/DicomDeidentifier.cs#L92
Possible null reference argument for parameter 'newValue' in 'void Log.ValueChanged(ILogger logger, string tag, string originalValue, string newValue)'.
CodeQL-Analyze: src/InformaticsGateway/Services/DicomWeb/IStreamsWriter.cs#L45
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
integration-test (AcrApi, ef): src/Plug-ins/RemoteAppExecution/DicomDeidentifier.cs#L92
Possible null reference argument for parameter 'newValue' in 'void Log.ValueChanged(ILogger logger, string tag, string originalValue, string newValue)'.
CodeQL-Analyze: src/InformaticsGateway/Services/DicomWeb/IStreamsWriter.cs#L82
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
integration-test (AcrApi, ef): src/InformaticsGateway/Services/DicomWeb/IStreamsWriter.cs#L45
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
CodeQL-Analyze: src/InformaticsGateway/Program.cs#L179
'LayoutRenderer.Register(string, Func<LogEventInfo, object>)' is obsolete: 'Instead use LogManager.Setup().SetupExtensions(). Marked obsolete with NLog v5.2'
integration-test (AcrApi, ef): src/InformaticsGateway/Services/DicomWeb/IStreamsWriter.cs#L82
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
CodeQL-Analyze: src/InformaticsGateway/Program.cs#L180
'LayoutRenderer.Register(string, Func<LogEventInfo, object>)' is obsolete: 'Instead use LogManager.Setup().SetupExtensions(). Marked obsolete with NLog v5.2'
integration-test (AcrApi, ef): src/InformaticsGateway/Services/DicomWeb/StowService.cs#L59
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
integration-test (AcrApi, ef): src/InformaticsGateway/Program.cs#L179
'LayoutRenderer.Register(string, Func<LogEventInfo, object>)' is obsolete: 'Instead use LogManager.Setup().SetupExtensions(). Marked obsolete with NLog v5.2'
integration-test (AcrApi, mongodb): src/Plug-ins/RemoteAppExecution/DicomDeidentifier.cs#L92
Possible null reference argument for parameter 'newValue' in 'void Log.ValueChanged(ILogger logger, string tag, string originalValue, string newValue)'.
integration-test (AcrApi, mongodb): src/InformaticsGateway/Services/DicomWeb/IStreamsWriter.cs#L45
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
integration-test (AcrApi, mongodb): src/InformaticsGateway/Services/DicomWeb/IStreamsWriter.cs#L82
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
integration-test (AcrApi, mongodb): src/InformaticsGateway/Program.cs#L179
'LayoutRenderer.Register(string, Func<LogEventInfo, object>)' is obsolete: 'Instead use LogManager.Setup().SetupExtensions(). Marked obsolete with NLog v5.2'
integration-test (AcrApi, mongodb): src/InformaticsGateway/Program.cs#L180
'LayoutRenderer.Register(string, Func<LogEventInfo, object>)' is obsolete: 'Instead use LogManager.Setup().SetupExtensions(). Marked obsolete with NLog v5.2'
integration-test (DicomDimseScp, ef): src/Api/Storage/FileStorageMetadata.cs#L114
Non-nullable property 'DataOrigin' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
integration-test (DicomDimseScp, ef): src/Database/Api/StorageMetadataWrapper.cs#L48
Non-nullable field '_options' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
integration-test (DicomDimseScp, ef): src/Plug-ins/RemoteAppExecution/DicomDeidentifier.cs#L92
Possible null reference argument for parameter 'newValue' in 'void Log.ValueChanged(ILogger logger, string tag, string originalValue, string newValue)'.
integration-test (DicomDimseScp, ef): src/InformaticsGateway/Services/DicomWeb/IStreamsWriter.cs#L45
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
integration-test (DicomDimseScp, ef): src/InformaticsGateway/Services/DicomWeb/IStreamsWriter.cs#L82
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
integration-test (DicomDimseScp, ef): src/InformaticsGateway/Program.cs#L179
'LayoutRenderer.Register(string, Func<LogEventInfo, object>)' is obsolete: 'Instead use LogManager.Setup().SetupExtensions(). Marked obsolete with NLog v5.2'
integration-test (DicomDimseScp, ef): src/InformaticsGateway/Program.cs#L180
'LayoutRenderer.Register(string, Func<LogEventInfo, object>)' is obsolete: 'Instead use LogManager.Setup().SetupExtensions(). Marked obsolete with NLog v5.2'
integration-test (DicomDimseScu, mongodb): src/Api/Storage/FileStorageMetadata.cs#L114
Non-nullable property 'DataOrigin' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
integration-test (DicomDimseScu, mongodb): src/Database/Api/StorageMetadataWrapper.cs#L48
Non-nullable field '_options' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
integration-test (DicomWebStow, ef): src/Api/Storage/FileStorageMetadata.cs#L114
Non-nullable property 'DataOrigin' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
integration-test (DicomWebStow, ef): src/Database/Api/StorageMetadataWrapper.cs#L48
Non-nullable field '_options' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
integration-test (DicomWebStow, ef): src/Plug-ins/RemoteAppExecution/DicomDeidentifier.cs#L92
Possible null reference argument for parameter 'newValue' in 'void Log.ValueChanged(ILogger logger, string tag, string originalValue, string newValue)'.
integration-test (DicomDimseScu, mongodb): src/Plug-ins/RemoteAppExecution/DicomDeidentifier.cs#L92
Possible null reference argument for parameter 'newValue' in 'void Log.ValueChanged(ILogger logger, string tag, string originalValue, string newValue)'.
integration-test (DicomDimseScu, mongodb): src/InformaticsGateway/Services/DicomWeb/IStreamsWriter.cs#L45
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
integration-test (DicomDimseScu, mongodb): src/InformaticsGateway/Services/DicomWeb/IStreamsWriter.cs#L82
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
integration-test (DicomWebStow, mongodb): src/Api/Storage/FileStorageMetadata.cs#L114
Non-nullable property 'DataOrigin' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
integration-test (DicomWebStow, ef): src/InformaticsGateway/Services/DicomWeb/IStreamsWriter.cs#L45
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
integration-test (DicomWebStow, ef): src/InformaticsGateway/Services/DicomWeb/IStreamsWriter.cs#L82
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
integration-test (DicomDimseScp, mongodb): src/Api/Storage/FileStorageMetadata.cs#L114
Non-nullable property 'DataOrigin' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
integration-test (DicomWebStow, mongodb): src/Database/Api/StorageMetadataWrapper.cs#L48
Non-nullable field '_options' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
integration-test (DicomWebStow, ef): src/InformaticsGateway/Services/DicomWeb/StowService.cs#L59
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
integration-test (DicomDimseScu, mongodb): src/InformaticsGateway/Program.cs#L179
'LayoutRenderer.Register(string, Func<LogEventInfo, object>)' is obsolete: 'Instead use LogManager.Setup().SetupExtensions(). Marked obsolete with NLog v5.2'
integration-test (DicomDimseScp, mongodb): src/Database/Api/StorageMetadataWrapper.cs#L48
Non-nullable field '_options' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
integration-test (DicomWebStow, ef): src/InformaticsGateway/Program.cs#L179
'LayoutRenderer.Register(string, Func<LogEventInfo, object>)' is obsolete: 'Instead use LogManager.Setup().SetupExtensions(). Marked obsolete with NLog v5.2'
integration-test (DicomDimseScu, mongodb): src/InformaticsGateway/Program.cs#L180
'LayoutRenderer.Register(string, Func<LogEventInfo, object>)' is obsolete: 'Instead use LogManager.Setup().SetupExtensions(). Marked obsolete with NLog v5.2'
integration-test (DicomDimseScp, mongodb): src/Plug-ins/RemoteAppExecution/DicomDeidentifier.cs#L92
Possible null reference argument for parameter 'newValue' in 'void Log.ValueChanged(ILogger logger, string tag, string originalValue, string newValue)'.
integration-test (DicomWebExport, mongodb): src/Api/Storage/FileStorageMetadata.cs#L114
Non-nullable property 'DataOrigin' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
integration-test (DicomWebExport, mongodb): src/Database/Api/StorageMetadataWrapper.cs#L48
Non-nullable field '_options' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
integration-test (DicomWebStow, mongodb): src/Plug-ins/RemoteAppExecution/DicomDeidentifier.cs#L92
Possible null reference argument for parameter 'newValue' in 'void Log.ValueChanged(ILogger logger, string tag, string originalValue, string newValue)'.
integration-test (DicomWebStow, mongodb): src/InformaticsGateway/Services/DicomWeb/IStreamsWriter.cs#L82
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
integration-test (DicomWebStow, mongodb): src/InformaticsGateway/Services/DicomWeb/IStreamsWriter.cs#L45
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
integration-test (DicomWebStow, mongodb): src/InformaticsGateway/Services/DicomWeb/StowService.cs#L59
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
integration-test (DicomDimseScp, mongodb): src/InformaticsGateway/Services/DicomWeb/IStreamsWriter.cs#L45
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
integration-test (DicomWebStow, mongodb): src/InformaticsGateway/Program.cs#L179
'LayoutRenderer.Register(string, Func<LogEventInfo, object>)' is obsolete: 'Instead use LogManager.Setup().SetupExtensions(). Marked obsolete with NLog v5.2'
integration-test (DicomDimseScp, mongodb): src/InformaticsGateway/Services/DicomWeb/IStreamsWriter.cs#L82
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
integration-test (DicomWebExport, mongodb): src/Plug-ins/RemoteAppExecution/DicomDeidentifier.cs#L92
Possible null reference argument for parameter 'newValue' in 'void Log.ValueChanged(ILogger logger, string tag, string originalValue, string newValue)'.
integration-test (DicomDimseScp, mongodb): src/InformaticsGateway/Services/DicomWeb/StowService.cs#L59
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
integration-test (DicomWebExport, mongodb): src/InformaticsGateway/Services/DicomWeb/IStreamsWriter.cs#L45
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
integration-test (DicomDimseScp, mongodb): src/InformaticsGateway/Program.cs#L179
'LayoutRenderer.Register(string, Func<LogEventInfo, object>)' is obsolete: 'Instead use LogManager.Setup().SetupExtensions(). Marked obsolete with NLog v5.2'
integration-test (DicomWebExport, mongodb): src/InformaticsGateway/Services/DicomWeb/IStreamsWriter.cs#L82
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
integration-test (DicomWebExport, mongodb): src/InformaticsGateway/Program.cs#L179
'LayoutRenderer.Register(string, Func<LogEventInfo, object>)' is obsolete: 'Instead use LogManager.Setup().SetupExtensions(). Marked obsolete with NLog v5.2'
integration-test (DicomWebExport, mongodb): src/InformaticsGateway/Program.cs#L180
'LayoutRenderer.Register(string, Func<LogEventInfo, object>)' is obsolete: 'Instead use LogManager.Setup().SetupExtensions(). Marked obsolete with NLog v5.2'
integration-test (HealthLevel7, mongodb): src/Api/Storage/FileStorageMetadata.cs#L114
Non-nullable property 'DataOrigin' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
integration-test (HealthLevel7, mongodb): src/Database/Api/StorageMetadataWrapper.cs#L48
Non-nullable field '_options' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
integration-test (HealthLevel7, mongodb): src/Plug-ins/RemoteAppExecution/DicomDeidentifier.cs#L92
Possible null reference argument for parameter 'newValue' in 'void Log.ValueChanged(ILogger logger, string tag, string originalValue, string newValue)'.
integration-test (HealthLevel7, mongodb): src/InformaticsGateway/Services/DicomWeb/IStreamsWriter.cs#L45
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
integration-test (HealthLevel7, mongodb): src/InformaticsGateway/Services/DicomWeb/IStreamsWriter.cs#L82
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
integration-test (HealthLevel7, mongodb): src/InformaticsGateway/Services/DicomWeb/StowService.cs#L59
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
integration-test (HealthLevel7, mongodb): src/InformaticsGateway/Program.cs#L179
'LayoutRenderer.Register(string, Func<LogEventInfo, object>)' is obsolete: 'Instead use LogManager.Setup().SetupExtensions(). Marked obsolete with NLog v5.2'
docs: src/Api/Storage/FileStorageMetadata.cs#L114
Non-nullable property 'DataOrigin' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
docs: src/Database/Api/StorageMetadataWrapper.cs#L48
Non-nullable field '_options' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
docs: src/Plug-ins/RemoteAppExecution/RemoteAppExecution.cs#L80
Possible null reference assignment.
docs: src/Plug-ins/RemoteAppExecution/RemoteAppExecution.cs#L81
Possible null reference assignment.
docs: src/Plug-ins/RemoteAppExecution/RemoteAppExecution.cs#L82
Possible null reference assignment.
docs: src/Plug-ins/RemoteAppExecution/DicomDeidentifier.cs#L92
Possible null reference argument for parameter 'newValue' in 'void Log.ValueChanged(ILogger logger, string tag, string originalValue, string newValue)'.
docs: src/InformaticsGateway/Services/DicomWeb/IStreamsWriter.cs#L45
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build (windows-latest): src/Api/Storage/FileStorageMetadata.cs#L114
Non-nullable property 'DataOrigin' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
docs: src/InformaticsGateway/Services/DicomWeb/IStreamsWriter.cs#L82
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build (windows-latest): src/Database/Api/StorageMetadataWrapper.cs#L48
Non-nullable field '_options' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build (windows-latest): src/Plug-ins/RemoteAppExecution/RemoteAppExecution.cs#L80
Possible null reference assignment.
docs: src/InformaticsGateway/Program.cs#L179
'LayoutRenderer.Register(string, Func<LogEventInfo, object>)' is obsolete: 'Instead use LogManager.Setup().SetupExtensions(). Marked obsolete with NLog v5.2'
build (windows-latest): src/Plug-ins/RemoteAppExecution/RemoteAppExecution.cs#L81
Possible null reference assignment.
docs: src/InformaticsGateway/Program.cs#L180
'LayoutRenderer.Register(string, Func<LogEventInfo, object>)' is obsolete: 'Instead use LogManager.Setup().SetupExtensions(). Marked obsolete with NLog v5.2'
build (windows-latest): src/Plug-ins/RemoteAppExecution/RemoteAppExecution.cs#L82
Possible null reference assignment.
build (windows-latest): src/Plug-ins/RemoteAppExecution/DicomDeidentifier.cs#L92
Possible null reference argument for parameter 'newValue' in 'void Log.ValueChanged(ILogger logger, string tag, string originalValue, string newValue)'.
build (windows-latest): src/InformaticsGateway/Services/DicomWeb/IStreamsWriter.cs#L45
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build (windows-latest): src/InformaticsGateway/Services/DicomWeb/IStreamsWriter.cs#L82
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build (windows-latest): src/InformaticsGateway/Program.cs#L179
'LayoutRenderer.Register(string, Func<LogEventInfo, object>)' is obsolete: 'Instead use LogManager.Setup().SetupExtensions(). Marked obsolete with NLog v5.2'
build (windows-latest): src/InformaticsGateway/Program.cs#L180
'LayoutRenderer.Register(string, Func<LogEventInfo, object>)' is obsolete: 'Instead use LogManager.Setup().SetupExtensions(). Marked obsolete with NLog v5.2'
build (ubuntu-latest)
The following actions uses node12 which is deprecated and will be forced to run on node16: Azure/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build (ubuntu-latest)
An error occurred while creating the check run for container scan. Error: Error: An error occurred while creating scan result. Statuscode: 404, StatusMessage: Not Found, head_sha: a281db036ecd1113ac1dc2a25e6cd214c35e4774
build (ubuntu-latest)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build (ubuntu-latest)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build (ubuntu-latest)
Non-nullable property 'DataOrigin' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (ubuntu-latest)
Non-nullable field '_options' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build (ubuntu-latest)
Possible null reference assignment.
build (ubuntu-latest)
Possible null reference assignment.
build (ubuntu-latest)
Possible null reference assignment.
build (ubuntu-latest)
Possible null reference argument for parameter 'newValue' in 'void Log.ValueChanged(ILogger logger, string tag, string originalValue, string newValue)'.
build (ubuntu-latest)
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build (ubuntu-latest)
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build (ubuntu-latest)
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build (ubuntu-latest)
'LayoutRenderer.Register(string, Func<LogEventInfo, object>)' is obsolete: 'Instead use LogManager.Setup().SetupExtensions(). Marked obsolete with NLog v5.2'
build (ubuntu-latest): src/Api/Storage/FileStorageMetadata.cs#L114
Non-nullable property 'DataOrigin' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (ubuntu-latest): src/Database/Api/StorageMetadataWrapper.cs#L48
Non-nullable field '_options' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build (ubuntu-latest): src/Plug-ins/RemoteAppExecution/RemoteAppExecution.cs#L80
Possible null reference assignment.
build (ubuntu-latest): src/Plug-ins/RemoteAppExecution/RemoteAppExecution.cs#L81
Possible null reference assignment.
build (ubuntu-latest): src/Plug-ins/RemoteAppExecution/RemoteAppExecution.cs#L82
Possible null reference assignment.
build (ubuntu-latest): src/Plug-ins/RemoteAppExecution/DicomDeidentifier.cs#L92
Possible null reference argument for parameter 'newValue' in 'void Log.ValueChanged(ILogger logger, string tag, string originalValue, string newValue)'.
build (ubuntu-latest): src/InformaticsGateway/Services/DicomWeb/IStreamsWriter.cs#L45
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build (ubuntu-latest): src/InformaticsGateway/Services/DicomWeb/IStreamsWriter.cs#L82
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build (ubuntu-latest): src/InformaticsGateway/Services/DicomWeb/StowService.cs#L59
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build (ubuntu-latest): src/InformaticsGateway/Program.cs#L179
'LayoutRenderer.Register(string, Func<LogEventInfo, object>)' is obsolete: 'Instead use LogManager.Setup().SetupExtensions(). Marked obsolete with NLog v5.2'
integration-test (RemoteAppExecutionPlugIn, ef): src/Api/Storage/FileStorageMetadata.cs#L114
Non-nullable property 'DataOrigin' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
integration-test (RemoteAppExecutionPlugIn, ef): src/Database/Api/StorageMetadataWrapper.cs#L48
Non-nullable field '_options' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
integration-test (RemoteAppExecutionPlugIn, ef): src/Plug-ins/RemoteAppExecution/DicomDeidentifier.cs#L92
Possible null reference argument for parameter 'newValue' in 'void Log.ValueChanged(ILogger logger, string tag, string originalValue, string newValue)'.
integration-test (RemoteAppExecutionPlugIn, ef): src/InformaticsGateway/Services/DicomWeb/IStreamsWriter.cs#L45
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
integration-test (RemoteAppExecutionPlugIn, ef): src/InformaticsGateway/Services/DicomWeb/IStreamsWriter.cs#L82
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
integration-test (RemoteAppExecutionPlugIn, ef): src/InformaticsGateway/Program.cs#L179
'LayoutRenderer.Register(string, Func<LogEventInfo, object>)' is obsolete: 'Instead use LogManager.Setup().SetupExtensions(). Marked obsolete with NLog v5.2'
integration-test (RemoteAppExecutionPlugIn, ef): src/InformaticsGateway/Program.cs#L180
'LayoutRenderer.Register(string, Func<LogEventInfo, object>)' is obsolete: 'Instead use LogManager.Setup().SetupExtensions(). Marked obsolete with NLog v5.2'
integration-test (RemoteAppExecutionPlugIn, mongodb): src/Api/Storage/FileStorageMetadata.cs#L114
Non-nullable property 'DataOrigin' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
integration-test (RemoteAppExecutionPlugIn, mongodb): src/Database/Api/StorageMetadataWrapper.cs#L48
Non-nullable field '_options' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
integration-test (RemoteAppExecutionPlugIn, mongodb): src/Plug-ins/RemoteAppExecution/DicomDeidentifier.cs#L92
Possible null reference argument for parameter 'newValue' in 'void Log.ValueChanged(ILogger logger, string tag, string originalValue, string newValue)'.
integration-test (RemoteAppExecutionPlugIn, mongodb): src/InformaticsGateway/Services/DicomWeb/IStreamsWriter.cs#L45
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
integration-test (RemoteAppExecutionPlugIn, mongodb): src/InformaticsGateway/Services/DicomWeb/IStreamsWriter.cs#L82
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
integration-test (RemoteAppExecutionPlugIn, mongodb): src/InformaticsGateway/Services/DicomWeb/StowService.cs#L59
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
integration-test (RemoteAppExecutionPlugIn, mongodb): src/InformaticsGateway/Program.cs#L179
'LayoutRenderer.Register(string, Func<LogEventInfo, object>)' is obsolete: 'Instead use LogManager.Setup().SetupExtensions(). Marked obsolete with NLog v5.2'
integration-test (DicomDimseScu, ef): src/Api/Storage/FileStorageMetadata.cs#L114
Non-nullable property 'DataOrigin' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
integration-test (DicomDimseScu, ef): src/Database/Api/StorageMetadataWrapper.cs#L48
Non-nullable field '_options' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
integration-test (DicomDimseScu, ef): src/Plug-ins/RemoteAppExecution/DicomDeidentifier.cs#L92
Possible null reference argument for parameter 'newValue' in 'void Log.ValueChanged(ILogger logger, string tag, string originalValue, string newValue)'.
integration-test (DicomDimseScu, ef): src/InformaticsGateway/Services/DicomWeb/IStreamsWriter.cs#L82
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
integration-test (DicomDimseScu, ef): src/InformaticsGateway/Services/DicomWeb/IStreamsWriter.cs#L45
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
integration-test (DicomDimseScu, ef): src/InformaticsGateway/Services/DicomWeb/StowService.cs#L59
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
integration-test (DicomDimseScu, ef): src/InformaticsGateway/Services/Connectors/PayloadAssembler.cs#L68
Nullability of reference types in type of parameter 'source' of 'void PayloadAssembler.OnTimedEvent(object source, ElapsedEventArgs e)' doesn't match the target delegate 'ElapsedEventHandler' (possibly because of nullability attributes).
integration-test (Fhir, mongodb): src/Api/Storage/FileStorageMetadata.cs#L114
Non-nullable property 'DataOrigin' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
integration-test (Fhir, mongodb): src/Database/Api/StorageMetadataWrapper.cs#L48
Non-nullable field '_options' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
integration-test (Fhir, mongodb): src/Plug-ins/RemoteAppExecution/DicomDeidentifier.cs#L92
Possible null reference argument for parameter 'newValue' in 'void Log.ValueChanged(ILogger logger, string tag, string originalValue, string newValue)'.
integration-test (Fhir, mongodb): src/InformaticsGateway/Services/DicomWeb/IStreamsWriter.cs#L45
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
integration-test (Fhir, mongodb): src/InformaticsGateway/Services/DicomWeb/IStreamsWriter.cs#L82
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
integration-test (Fhir, mongodb): src/InformaticsGateway/Services/DicomWeb/StowService.cs#L59
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
integration-test (Fhir, mongodb): src/InformaticsGateway/Program.cs#L179
'LayoutRenderer.Register(string, Func<LogEventInfo, object>)' is obsolete: 'Instead use LogManager.Setup().SetupExtensions(). Marked obsolete with NLog v5.2'
integration-test (HealthLevel7, ef): src/Api/Storage/FileStorageMetadata.cs#L114
Non-nullable property 'DataOrigin' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
integration-test (HealthLevel7, ef): src/Database/Api/StorageMetadataWrapper.cs#L48
Non-nullable field '_options' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
integration-test (HealthLevel7, ef): src/Plug-ins/RemoteAppExecution/DicomDeidentifier.cs#L92
Possible null reference argument for parameter 'newValue' in 'void Log.ValueChanged(ILogger logger, string tag, string originalValue, string newValue)'.
integration-test (HealthLevel7, ef): src/InformaticsGateway/Services/DicomWeb/IStreamsWriter.cs#L45
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
integration-test (HealthLevel7, ef): src/InformaticsGateway/Services/DicomWeb/IStreamsWriter.cs#L82
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
integration-test (HealthLevel7, ef): src/InformaticsGateway/Services/DicomWeb/StowService.cs#L59
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
integration-test (HealthLevel7, ef): src/InformaticsGateway/Program.cs#L179
'LayoutRenderer.Register(string, Func<LogEventInfo, object>)' is obsolete: 'Instead use LogManager.Setup().SetupExtensions(). Marked obsolete with NLog v5.2'
integration-test (DicomWebExport, ef): src/Api/Storage/FileStorageMetadata.cs#L114
Non-nullable property 'DataOrigin' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
integration-test (DicomWebExport, ef): src/Database/Api/StorageMetadataWrapper.cs#L48
Non-nullable field '_options' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
integration-test (DicomWebExport, ef): src/Plug-ins/RemoteAppExecution/DicomDeidentifier.cs#L92
Possible null reference argument for parameter 'newValue' in 'void Log.ValueChanged(ILogger logger, string tag, string originalValue, string newValue)'.
integration-test (DicomWebExport, ef): src/InformaticsGateway/Services/DicomWeb/IStreamsWriter.cs#L45
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
integration-test (DicomWebExport, ef): src/InformaticsGateway/Services/DicomWeb/IStreamsWriter.cs#L82
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
integration-test (DicomWebExport, ef): src/InformaticsGateway/Services/Connectors/PayloadAssembler.cs#L68
Nullability of reference types in type of parameter 'source' of 'void PayloadAssembler.OnTimedEvent(object source, ElapsedEventArgs e)' doesn't match the target delegate 'ElapsedEventHandler' (possibly because of nullability attributes).
integration-test (DicomWebExport, ef): src/InformaticsGateway/Program.cs#L179
'LayoutRenderer.Register(string, Func<LogEventInfo, object>)' is obsolete: 'Instead use LogManager.Setup().SetupExtensions(). Marked obsolete with NLog v5.2'
integration-test (Fhir, ef): src/Api/Storage/FileStorageMetadata.cs#L114
Non-nullable property 'DataOrigin' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
integration-test (Fhir, ef): src/Database/Api/StorageMetadataWrapper.cs#L48
Non-nullable field '_options' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
integration-test (Fhir, ef): src/Plug-ins/RemoteAppExecution/DicomDeidentifier.cs#L92
Possible null reference argument for parameter 'newValue' in 'void Log.ValueChanged(ILogger logger, string tag, string originalValue, string newValue)'.
integration-test (Fhir, ef): src/InformaticsGateway/Services/DicomWeb/IStreamsWriter.cs#L82
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
integration-test (Fhir, ef): src/InformaticsGateway/Services/DicomWeb/IStreamsWriter.cs#L45
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
integration-test (Fhir, ef): src/InformaticsGateway/Program.cs#L179
'LayoutRenderer.Register(string, Func<LogEventInfo, object>)' is obsolete: 'Instead use LogManager.Setup().SetupExtensions(). Marked obsolete with NLog v5.2'
integration-test (Fhir, ef): src/InformaticsGateway/Program.cs#L180
'LayoutRenderer.Register(string, Func<LogEventInfo, object>)' is obsolete: 'Instead use LogManager.Setup().SetupExtensions(). Marked obsolete with NLog v5.2'

Artifacts

Produced during runtime
Name Size
artifacts Expired
66.4 MB
assembly-info Expired
831 Bytes
integration-AcrApi Expired
1.95 MB
integration-DicomDimseScp Expired
4.99 MB
integration-DicomDimseScu Expired
2.22 MB
integration-DicomWebExport Expired
3.06 MB
integration-DicomWebStow Expired
5.15 MB
integration-Fhir Expired
2.07 MB
integration-HealthLevel7 Expired
2.06 MB
integration-RemoteAppExecutionPlugIn Expired
1.86 MB