Skip to content

Difference between this and your Net CLI #16

Answered by mikeebowen
Asbjoedt asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @Asbjoedt ,

If you want to work on thousands of files then the CLI would be a better fit. The CLI is a wrapper around the Open XML SDK that returns the validation errors as as JSON file and the vscode extension reads that JSON file and presents it in a webview, so all the information available from the extension comes from the CLI. It currently only returns json and then the extension converts it to csv to save a log of the errors. It should be possible to add a flag to return xml instead of json. If you want to make a feature request for that the CLI repo would be the best place to do that.

Could you tell me more about how you want to use the CLI? Are you planning on writing a wrapper…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@Asbjoedt
Comment options

Answer selected by Asbjoedt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants