This repository has been archived by the owner on Jul 9, 2024. It is now read-only.
Fixes release script #326
Annotations
10 warnings
src/JsonSerializationWriter.cs#L26
Fix this implementation of 'IDisposable' to conform to the dispose pattern. (https://rules.sonarsource.com/csharp/RSPEC-3881)
|
src/JsonParseNode.cs#L303
All 'GetUntypedValue' method overloads should be adjacent. (https://rules.sonarsource.com/csharp/RSPEC-4136)
|
src/JsonSerializationWriter.cs#L26
'ISerializationWriter' implements 'IDisposable' so 'IDisposable' can be removed from the inheritance list. (https://rules.sonarsource.com/csharp/RSPEC-1939)
|
src/JsonParseNodeFactory.cs#L49
Do not forget to remove this deprecated code someday. (https://rules.sonarsource.com/csharp/RSPEC-1133)
|
src/JsonParseNode.cs#L157
Use a format provider when parsing date and time. (https://rules.sonarsource.com/csharp/RSPEC-6580)
|
src/JsonParseNode.cs#L187
Use a format provider when parsing date and time. (https://rules.sonarsource.com/csharp/RSPEC-6580)
|
src/JsonSerializationWriter.cs#L26
Fix this implementation of 'IDisposable' to conform to the dispose pattern. (https://rules.sonarsource.com/csharp/RSPEC-3881)
|
src/JsonParseNode.cs#L203
Use a format provider when parsing date and time. (https://rules.sonarsource.com/csharp/RSPEC-6580)
|
src/JsonParseNode.cs#L303
All 'GetUntypedValue' method overloads should be adjacent. (https://rules.sonarsource.com/csharp/RSPEC-4136)
|
src/JsonSerializationWriter.cs#L26
'ISerializationWriter' implements 'IDisposable' so 'IDisposable' can be removed from the inheritance list. (https://rules.sonarsource.com/csharp/RSPEC-1939)
|
This job succeeded
Loading