Merge branch 'develop' #94
Annotations
11 warnings
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3.0.11. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Run scanner:
GameJolt.NET/Core/GameJoltResult.cs#L11
Implement 'IEquatable<T>' in value type 'GameJoltResult'. (https://rules.sonarsource.com/csharp/RSPEC-3898)
|
Run scanner:
GameJolt.NET/Core/GameJoltResult.cs#L72
Implement 'IEquatable<T>' in value type 'GameJoltResult'. (https://rules.sonarsource.com/csharp/RSPEC-3898)
|
Run scanner:
GameJolt.NET/GameJoltAPI.cs#L10
Rename class 'GameJoltAPI' to match pascal case naming rules, consider using 'GameJoltApi'. (https://rules.sonarsource.com/csharp/RSPEC-101)
|
Run scanner:
GameJolt.NET/GameJoltAPI.cs#L21
Change the visibility of 'webClient' or make it 'const' or 'readonly'. (https://rules.sonarsource.com/csharp/RSPEC-2223)
|
Run scanner:
GameJolt.NET/Helpers/GameJoltUrlBuilder.cs#L11
Refactor your code not to use hardcoded absolute paths or URIs. (https://rules.sonarsource.com/csharp/RSPEC-1075)
|
Run scanner:
GameJolt.NET/Pooling/PoolHandle.cs#L5
Implement 'IEquatable<T>' in value type 'PoolHandle'. (https://rules.sonarsource.com/csharp/RSPEC-3898)
|
Run scanner:
GameJolt.NET/Serialization/Newtonsoft/Users/UserConverter.cs#L43
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/GameJoltUsers.cs#L125
Refactor this method to add validation of parameter 'url' before using it. (https://rules.sonarsource.com/csharp/RSPEC-3900)
|
Run scanner:
GameJolt.NET/Services/Users/GameJoltUsers.cs#L152
Refactor this method to add validation of parameter 'gjCredentials' before using it. (https://rules.sonarsource.com/csharp/RSPEC-3900)
|
Run scanner:
GameJolt.NET/Serialization/Newtonsoft/Global/GameJoltLongConverter.cs#L23
Replace this 'switch' statement with 'if' statements to increase readability. (https://rules.sonarsource.com/csharp/RSPEC-1301)
|
Loading