Continuous Integration & Delivery #3038
Annotations
10 warnings
Run Build:
src/Testcontainers/Builders/AbstractBuilder`4.cs#L19
Reduce the number of generic parameters in the 'AbstractBuilder' class to no more than the 2 authorized. (https://rules.sonarsource.com/csharp/RSPEC-2436)
|
Run Build:
src/Testcontainers/Builders/ContainerBuilder`3.cs#L25
Reduce the number of generic parameters in the 'ContainerBuilder' class to no more than the 2 authorized. (https://rules.sonarsource.com/csharp/RSPEC-2436)
|
Run Build:
src/Testcontainers/Builders/IAbstractBuilder`3.cs#L17
Reduce the number of generic parameters in the 'IAbstractBuilder' interface to no more than the 2 authorized. (https://rules.sonarsource.com/csharp/RSPEC-2436)
|
Run Build:
src/Testcontainers/Builders/NpipeEndpointAuthenticationProvider.cs#L16
Refactor your code not to use hardcoded absolute paths or URIs. (https://rules.sonarsource.com/csharp/RSPEC-1075)
|
Run Build:
src/Testcontainers/Builders/UnixEndpointAuthenticationProvider.cs#L16
Refactor your code not to use hardcoded absolute paths or URIs. (https://rules.sonarsource.com/csharp/RSPEC-1075)
|
Run Build:
src/Testcontainers/Configurations/TestcontainersSettings.cs#L89
Do not forget to remove this deprecated code someday. (https://rules.sonarsource.com/csharp/RSPEC-1133)
|
Run Build:
src/Testcontainers/Builders/TlsEndpointAuthenticationProvider.cs#L48
Refactor your code not to use hardcoded absolute paths or URIs. (https://rules.sonarsource.com/csharp/RSPEC-1075)
|
Run Build:
src/Testcontainers/Configurations/Containers/ContainerConfiguration.cs#L44
Constructor has 22 parameters, which is greater than the 7 authorized. (https://rules.sonarsource.com/csharp/RSPEC-107)
|
Run Build:
src/Testcontainers/Configurations/Commons/ResourceConfiguration.cs#L96
Make sure this weak hash algorithm is not used in a sensitive context here. (https://rules.sonarsource.com/csharp/RSPEC-4790)
|
Run Build:
src/Testcontainers/Configurations/CustomConfiguration.cs#L136
Extract this nested ternary operation into an independent statement. (https://rules.sonarsource.com/csharp/RSPEC-3358)
|
Loading