Skip to content

Fixed build

Fixed build #51

Triggered via pull request December 14, 2023 17:49
Status Failure
Total duration 1h 7m 38s
Artifacts

pull-request.yml

on: pull_request
tests
tests
Fit to window
Zoom out
Zoom in

Annotations

1 error and 10 warnings
tests
Process completed with exit code 9.
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/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/DockerRegistryConfiguration.cs#L14
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
tests: src/Core/DockerRegistryConfiguration.cs#L22
Non-nullable property 'Address' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
tests: src/Core/DockerRegistryConfiguration.cs#L30
Non-nullable property 'Username' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
tests: src/Core/DockerRegistryConfiguration.cs#L38
Non-nullable property 'Password' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
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/ContainerAddress.cs#L18
Non-nullable property 'Address' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.