Alexandr Marchenko

Results 84 comments of Alexandr Marchenko
trafficstars

@OneCricketeer not sure if I got you right, but after downloading I got a bunch of `TopicA-key.avcs`, `TopicA-value.avcs` files, so not sure about `AVDL` files but, if starting from scratch...

Unfortunately can not see why the build is failed :(

@jorrit may be simplified example from #3467 [comment](https://github.com/ChilliCream/hotchocolate/issues/3467#issuecomment-942017053) should be added to [documentation page](https://chillicream.com/docs/strawberryshake/networking/authentication) it might solve many future issues in our case we have console kafka consumer which uses...

Here is an reproduction snippet: ```bash mkdir repro cd repro dotnet new web dotnet add package StrawberryShake.Transport.Http dotnet add package StrawberryShake.CodeGeneration.CSharp.Analyzers # dotnet tool install StrawberryShake.Tools --global dotnet graphql init...

Seems like at moment it will not work for code first aproach (aka graphtype first) wondering for maintainers perspective of view what will be a good decision here, to make...

#1669 it will become available here, probably after releasing the new version of graphql-dotnet, gonna need to figure out what has been changed and return to it, but at the...

BTW @sungam3r it seems that this ticket may be closed in favor to code first proposal ticket

@sungam3r that is awesome news! glad to see that, so probably there is a chance that we might return back to code first approach

Totally agree with both of you guys, that was exactly a reason why I did not provide at once whole code, there is a questions to discuss before, like you...