Fixed JSON to YAML Converter bugs #9
Annotations
12 warnings
The following actions uses node12 which is deprecated and will be forced to run on node16: SteveSandersonMS/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
The following actions use a deprecated Node.js version and will be forced to run on node20: SteveSandersonMS/[email protected]. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
YetAnother.Web/JsonToYamlConverter.cs#L35
Possible null reference argument for parameter 's' in 'StringReader.StringReader(string s)'.
|
YetAnother.Web/JsonToYamlConverter.cs#L336
Converting null literal or possible null value to non-nullable type.
|
YetAnother.Web/JsonToYamlConverter.cs#L354
Converting null literal or possible null value to non-nullable type.
|
YetAnother.Web/JsonToYamlConverter.cs#L365
Converting null literal or possible null value to non-nullable type.
|
YetAnother.Web/JsonToYamlConverter.cs#L135
Possible null reference argument for parameter 'token' in 'void JsonToYamlConverter.EmitPropertyNameToYaml(IEmitter emitter, string str, JToken token)'.
|
YetAnother.Web/JsonToYamlConverter.cs#L148
Possible null reference argument for parameter 'token' in 'void JsonToYamlConverter.EmitStringToYaml(IEmitter emitter, string str, JToken token)'.
|
YetAnother.Web/JsonToYamlConverter.cs#L131
Unreachable code detected
|
YetAnother.Web/JsonToYamlConverter.cs#L145
Unreachable code detected
|
YetAnother.Web/JsonToYamlConverter.cs#L182
Unreachable code detected
|
YetAnother.Web/JsonToYamlConverter.cs#L230
Possible null reference argument for parameter 'token' in 'bool JTokenExtensions.IsDescendantOfAny(JToken token, int maxDepth, params ReadOnlySpan<JTokenMatcher> matches)'.
|
The logs for this run have expired and are no longer available.
Loading