Error in Response classes with optional parameters
Closed this issue · 0 comments
maxzav commented
for example
file: Runtime\EvaluateCommand.cs
class: EvaluateCommandResponse
[JsonProperty("exceptionDetails, DefaultValueHandling = DefaultValueHandling.Ignore")]
Wrong Quotes position.
Should be
[JsonProperty("exceptionDetails", DefaultValueHandling = DefaultValueHandling.Ignore)]