Skip to content

Add typesense resource #72

Add typesense resource

Add typesense resource #72

Triggered via pull request October 7, 2024 18:33
@philbirphilbir
synchronize #143
typesense
Status Success
Total duration 5m 54s
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/DockerRegistryConfiguration.cs#L14
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or 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 adding the 'required' modifier or 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 adding the 'required' modifier or 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 adding the 'required' modifier or declaring the property as nullable.
tests: src/Core/DockerAuth.cs#L18
Non-nullable property 'Auths' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
tests: src/Core/DockerAuth.cs#L21
Non-nullable property 'HttpHeaders' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
tests: src/Core/DockerAuth.cs#L9
Non-nullable property 'Auth' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
tests: src/Core/DockerAuth.cs#L12
Non-nullable property 'Email' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.