DEV Community

Discussion on: ZeroQL - C# friendly GraphQL

Collapse
 
grahamthecoder profile image
GrahamTheCoder • Edited

Ah I may have misunderstood - it looked like I would have to install a tool and add a target to my csproj - I thought you could wrap that up in the package so that it works with just a PackageReference

Thread Thread
 
byme8 profile image
Stanislav Silin • Edited

Oh, you are speaking about source generation for schema.graphql. I decided to keep it as part of the CLI because source generation still is pretty laggy in cases when a developer needs to access source-generated classes. Sometimes it can get stuck for a few seconds, and you need to wait until compilation errors disappear. For me, it is annoying. So, a separate call to CLI in the target solves this issue.