ChilliCream / graphql-platform

Welcome to the home of the Hot Chocolate GraphQL server for .NET, the Strawberry Shake GraphQL client for .NET and Banana Cake Pop the awesome Monaco based GraphQL IDE.
https://chillicream.com
MIT License
5.27k stars 748 forks source link

StrawberryShake.Server generated files are not visible in Dependencies -> Source Generators #5533

Closed simonhoss closed 2 years ago

simonhoss commented 2 years ago

Is there an existing issue for this?

Describe the bug

Hey

I'm using Rider

I created a new GraphQl client with StrawberryShake.Server, everything works like a charm and I can use the client, but the generated client is not visible in the Dependencies image

It should look like this with the generated client inside image

Steps to reproduce

  1. I followed the tutorial from here: https://www.youtube.com/watch?v=I0ihOcBVu8c

Relevant log output

No response

Additional Context?

No response

Product

Strawberry Shake

Version

13.0.0-preview.76

michaelstaib commented 2 years ago

Its not a source generator anymore. We had problems with source generators in combination with Blazor. Blazor in version 6 has become a source generator and as of now source generators cannot be pipelined. Since Blazor is our main target we have removed source generators and reimplemented it with a classical approach that is based on MSBuild. We will reevaluate the situation as source generators get pipelining support.

simonhoss commented 2 years ago

Got it. Thanks for your answer.