chore: Update copyright information #3058
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/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/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/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/Images/DockerImage.cs#L64
This method signature overlaps the one defined on line 48, the default parameter value can only be used with named arguments. (https://rules.sonarsource.com/csharp/RSPEC-3427)
|
Run Build:
src/Testcontainers/Containers/ResourceReaper.cs#L212
Method has 8 parameters, which is greater than the 7 authorized. (https://rules.sonarsource.com/csharp/RSPEC-107)
|
Run Build:
src/Testcontainers/Containers/ResourceReaper.cs#L286
Refactor this method to reduce its Cognitive Complexity from 34 to the 15 allowed. (https://rules.sonarsource.com/csharp/RSPEC-3776)
|
Loading