Skip to content

Added the possibility to restrict the host IP address for port mappings. #53

Added the possibility to restrict the host IP address for port mappings.

Added the possibility to restrict the host IP address for port mappings. #53

Triggered via pull request February 22, 2024 14:52
Status Success
Total duration 5m 38s
Artifacts

pull-request.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
tests: src/Core/Logger.cs#L58
Cannot convert null literal to non-nullable reference type.
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/VariableResolver.cs#L41
Converting null literal or possible null value to non-nullable type.
tests: src/Core/TarballBuilder.cs#L13
'TarOutputStream.TarOutputStream(Stream)' is obsolete: 'No Encoding for Name field is specified, any non-ASCII bytes will be discarded'
tests: src/Core/TarArchiver.cs#L17
'TarOutputStream.TarOutputStream(Stream)' is obsolete: 'No Encoding for Name field is specified, any non-ASCII bytes will be discarded'
tests: src/Core/IResourceStatusProvider.cs#L40
Non-nullable property 'Message' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
tests: src/Core/GenericContainer/GenericContainerResource.cs#L26
Non-nullable property 'Address' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
tests: src/Core/GenericContainer/GenericContainerOptions.cs#L43
Non-nullable field 'StatusChecker' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
tests: src/Core/CopyContext.cs#L20
Possible null reference assignment.
tests: src/Core/CopyContext.cs#L16
Non-nullable property 'DestinationFolder' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.