Skip to content

DevSkim CLI v1.0.33

Latest
Compare
Choose a tag to compare
@gfs gfs released this 14 Mar 19:34
9dba5c6
Fix Default Option Settings When Deserializing Options Json (#610)

* Fix Default Option Settings When Deserializing Options Json

OutputTextFormat and OutputFileFormat were defaulting to string.Empty when deserialized because the default set for instantiating differed from the default value used for command parsing.

* Update Changelog.md