This repository has been archived by the owner on Jul 9, 2024. It is now read-only.
Merge pull request #190 from crobibero/json-serializer-options #245
Annotations
10 warnings
Build and analyze:
src/JsonSerializationWriter.cs#L25
Fix this implementation of 'IDisposable' to conform to the dispose pattern. (https://rules.sonarsource.com/csharp/RSPEC-3881)
|
Build and analyze:
src/JsonSerializationWriter.cs#L25
'ISerializationWriter' implements 'IDisposable' so 'IDisposable' can be removed from the inheritance list. (https://rules.sonarsource.com/csharp/RSPEC-1939)
|
Build and analyze:
src/JsonSerializationWriter.cs#L369
Refactor this method to reduce its Cognitive Complexity from 16 to the 15 allowed. (https://rules.sonarsource.com/csharp/RSPEC-3776)
|
Build and analyze:
src/JsonSerializationWriter.cs#L491
Change this expression which always evaluates to the same result. (https://rules.sonarsource.com/csharp/RSPEC-2589)
|
Build and analyze:
src/JsonParseNode.cs#L147
Use a format provider when parsing date and time. (https://rules.sonarsource.com/csharp/RSPEC-6580)
|
Build and analyze:
src/JsonParseNode.cs#L177
Use a format provider when parsing date and time. (https://rules.sonarsource.com/csharp/RSPEC-6580)
|
Build and analyze:
src/JsonParseNode.cs#L193
Use a format provider when parsing date and time. (https://rules.sonarsource.com/csharp/RSPEC-6580)
|
Build and analyze:
src/JsonParseNode.cs#L285
Refactor this method to reduce its Cognitive Complexity from 19 to the 15 allowed. (https://rules.sonarsource.com/csharp/RSPEC-3776)
|
Build and analyze:
src/JsonParseNode.cs#L388
Refactor this method to reduce its Cognitive Complexity from 17 to the 15 allowed. (https://rules.sonarsource.com/csharp/RSPEC-3776)
|
Build and analyze:
src/JsonParseNode.cs#L448
"Find" method should be used instead of the "FirstOrDefault" extension method. (https://rules.sonarsource.com/csharp/RSPEC-6602)
|
The logs for this run have expired and are no longer available.
Loading