BaristaLabs/chrome-dev-tools-generator

Error in Response classes with optional parameters

Closed this issue · 0 comments

for example
file: Runtime\EvaluateCommand.cs
class: EvaluateCommandResponse
[JsonProperty("exceptionDetails, DefaultValueHandling = DefaultValueHandling.Ignore")]

Wrong Quotes position.

Should be
[JsonProperty("exceptionDetails", DefaultValueHandling = DefaultValueHandling.Ignore)]