Brandon Sarà 🇺🇸🇺🇦
Brandon Sarà 🇺🇸🇺🇦
@ieugen I just ran into this same issue after upgrading. I threw a breakpoint on line 183 of `SchemaParserBuilder`, then, using IntelliJ, I spit out the result of `this.schemaString.toString()` and...
Also of note, I have my schema spread across several files, which is why I had to use a debugger to get the full string used by the parser.
I've also just realized that, if you're using IntelliJ, the [JS Graphql plugin](https://plugins.jetbrains.com/plugin/8097-js-graphql) is actually accurately identifying my syntax errors for me. I hadn't noticed it previously because things were...
I take it back...not working on this anymore...sorry.
if this is fixed...can it be closed please?
Sorry, I dropped the ball on this. Started using Git and didn't have a need for it anymore. I will not be implementing this task.
This is a really old issue, but I had the same issue and had to first run the following at the root of the project: ``` > .\bootstrap.cmd ``` That...
I didn't realize that downloads in GitHub were deprecated...good to know. However, I was suggesting moving releases to the "Releases" section of the GitHub project: [https://github.com/loresoft/msbuildtasks/releases](https://github.com/loresoft/msbuildtasks/releases)
thanks @hemeroc & @hellxcz