wizofaus
wizofaus
Actually I did, but just skimmed through it, on re-reading it in more detail it makes sense now - it's very likely the go compiler got updated on our build...
Yeah have done so, seems fine. Interestingly in AWS it only crashes when it's using RDS, vs an ec2 instance running SQL server (our non-profit set-up).
Any progress with this? I've yet to find a C# client library that supports graphql mutations in a type-safe manner...
But all the classes are in the same assembly as the Startup class, so why wouldn't `services.ExampleFilters()` be sufficient? (But yes, on re-reading it does say that, I just don't...
NP, and BTW thanks for putting this on github, will definitely be using it!
Given there's already the ability to look for ShouldSerializeXXXX where XXXX is the name for each property, a logical extension might be the ability to define just ShouldSerialize( ) for...
To be fair, anonymous classes work just fine in that context though. The advantage of tuples is that they can be passed to existing methods (even in 3rd party libraries)...
I was looking at the HTML generated by swaggerui, and in principle you might be able to hide entries via CSS styling (which is actually what I want - just...
Are you happy for me to contribute a fix? Intention would be to add an extra string parameter 'content' to the client method (would need to check for an existing...
This is still something I believe swagger codegen would benefit from, and I was happy to contribute an implementation, but I'd hoped for confirmation that you thought my proposal made...