refactor: use StringBuilder for remaning types in ToString #114
Annotations
11 warnings
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/cache@v3.0.11. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run scanner:
GameJolt.NET/GameJoltAPI.cs#L23
Change the visibility of 'webClient' or make it 'const' or 'readonly'. (https://rules.sonarsource.com/csharp/RSPEC-2223)
|
Run scanner:
GameJolt.NET/GameJoltAPI.cs#L12
Rename class 'GameJoltAPI' to match pascal case naming rules, consider using 'GameJoltApi'. (https://rules.sonarsource.com/csharp/RSPEC-101)
|
Run scanner:
GameJolt.NET/Helpers/GameJoltUrlBuilder.cs#L13
Refactor your code not to use hardcoded absolute paths or URIs. (https://rules.sonarsource.com/csharp/RSPEC-1075)
|
Run scanner:
GameJolt.NET/Serialization/Newtonsoft/Users/UserConverter.cs#L45
Refactor this method to reduce its Cognitive Complexity from 16 to the 15 allowed. (https://rules.sonarsource.com/csharp/RSPEC-3776)
|
Run scanner:
GameJolt.NET/Services/Users/Data/Public/GameJoltUser.cs#L61
Constructor has 11 parameters, which is greater than the 7 authorized. (https://rules.sonarsource.com/csharp/RSPEC-107)
|
Run scanner:
GameJolt.NET/Services/Users/Data/Private/User.cs#L51
Constructor has 12 parameters, which is greater than the 7 authorized. (https://rules.sonarsource.com/csharp/RSPEC-107)
|
Run scanner:
GameJolt.NET/Services/Scores/Data/Private/ScoreInternal.cs#L40
Constructor has 8 parameters, which is greater than the 7 authorized. (https://rules.sonarsource.com/csharp/RSPEC-107)
|
Run scanner:
GameJolt.NET/Services/Scores/Data/Public/GetScoresQuery.cs#L38
Constructor has 8 parameters, which is greater than the 7 authorized. (https://rules.sonarsource.com/csharp/RSPEC-107)
|
Run scanner:
GameJolt.NET/Services/Scores/GameJoltScores.cs#L86
Method has 8 parameters, which is greater than the 7 authorized. (https://rules.sonarsource.com/csharp/RSPEC-107)
|
Run scanner:
GameJolt.NET/Services/Time/Data/Private/FetchTimeResponse.cs#L49
Constructor has 10 parameters, which is greater than the 7 authorized. (https://rules.sonarsource.com/csharp/RSPEC-107)
|
Loading