Skip to content

Add retry for copy to container and cleanup #46

Add retry for copy to container and cleanup

Add retry for copy to container and cleanup #46

Triggered via pull request August 28, 2023 11:04
@glucaciglucaci
synchronize #133
fix-copy-to
Status Cancelled
Total duration 2m 34s
Artifacts

pull-request.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

1 error and 10 warnings
tests
The operation was canceled.
tests: src/Core/GenericContainer/GenericContainerResource.cs#L67
'GenericContainerResource<TOptions>.GetComposeExports()' hides inherited member 'ContainerResource<TOptions>.GetComposeExports()'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
tests: src/Core/Logger.cs#L58
Cannot convert null literal to non-nullable reference type.
tests: src/Core/ContainerAddress.cs#L18
Non-nullable property 'Address' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
tests: src/Core/ContainerPortMapping.cs#L16
Non-nullable property 'InternalPortVariableName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
tests: src/Core/ContainerPortMapping.cs#L29
Non-nullable property 'ExternalPortVariableName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
tests: src/Core/ContainerInstance.cs#L16
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
tests: src/Core/ContainerInstance.cs#L21
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
tests: src/Core/ContainerInstance.cs#L29
Non-nullable property 'Address' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
tests: src/Core/ContainerInstance.cs#L37
Non-nullable property 'IpAddress' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
tests: src/Core/ContainerResourceSettings.cs#L14
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.