Shane Krueger
Shane Krueger
My temporary solution is to remove the BOM from all files. I had ChatGPT write me a powershell script recursively do so for all files in a folder. I also...
Probably have to disable camel case conversion of variable names within the client.
Default options include camel-case conversion: https://github.com/graphql-dotnet/graphql-client/blob/master/src/GraphQL.Client.Serializer.SystemTextJson/SystemTextJsonSerializer.cs
I’m sure it’s configurable, but I don’t use this library. Maybe looking at some of the other issues / solutions will demonstrate how to configure the serializer.
@gfoidl @codebude This PR fixes CI runs
@codebude Any update here?
@codebude Think we could merge this in?
Tests fixed to account for changes in PR #602
There are no remaining changes here, since #592 was already merged