Add possibility to pass Options to MongoReplicaSetResource (#142) #20
Annotations
4 errors and 12 warnings
sonar
protocol error: bad pack header
|
sonar
protocol error: bad pack header
|
sonar
protocol error: bad pack header
|
sonar
The process '/usr/bin/git' failed with exit code 128
|
sonar
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
sonar
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
release:
src/Core/Logger.cs#L58
Cannot convert null literal to non-nullable reference type.
|
release:
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.
|
release:
src/Core/ContainerAddress.cs#L18
Non-nullable property 'Address' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
release:
src/Core/ContainerInstance.cs#L16
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
release:
src/Core/ContainerInstance.cs#L21
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
release:
src/Core/ContainerInstance.cs#L29
Non-nullable property 'Address' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
release:
src/Core/ContainerInstance.cs#L37
Non-nullable property 'IpAddress' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
release:
src/Core/ContainerPortMapping.cs#L16
Non-nullable property 'InternalPortVariableName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
release:
src/Core/ContainerPortMapping.cs#L29
Non-nullable property 'ExternalPortVariableName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
release:
src/Core/ContainerResource.cs#L125
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|