Shane Krueger

Results 81 issues of Shane Krueger

Allows users to selectively map CLR types to auto-registering graph types.

**This issue participates in bounty program, see https://github.com/graphql-dotnet/graphql-dotnet/blob/master/BOUNTY.md** **Bounty amount: $50** Tasks to be done: - Consolidate existing documentation regarding ValueConverter - Update documentation with additional documentation and samples -...

documentation

Based on #3144 by @Mithras

Though I believe that fixing [confirmed bugs](https://github.com/graphql-dotnet/graphql-dotnet/issues?q=is%3Aopen+is%3Aissue+label%3Abug) should be paid as well. _Originally posted by @sungam3r in https://github.com/graphql-dotnet/graphql-dotnet/pull/3396#discussion_r1033695111_ See additional comments at link above

Need to update https://graphql-dotnet.github.io/docs/getting-started/errors to document that the `data` property is not included by default, and `details` is available depending on `ExposeExceptionDetailsMode`, etc.

documentation

I mean, probably, `@key(fields: "id")` is the most commonly used. Then I'd expect to be able to do this ``` Field(x => x.Id).Key(); ``` And the field name will be...

See draft RFC Appendix A: - https://github.com/graphql/graphql-over-http/pull/264 While similar to APQ support, the above requires a field added to `GraphQLRequest` and `ExecutionOptions` -- even if actual support is added at...

### Is there an existing issue for this? - [X] I have searched the existing issues ### Describe the bug When using `WebHostBuilder` to run web applications or tests in...

bug
area-auth
Pillar: Dev Experience

## Summary Experimentation with fluent API syntax ## Samples ```cs var code = QRCodeBuilder.CreateEmail("[email protected]") .WithSubject("Testing") .WithBody("Hello World!") .WithErrorCorrection(QRCodeGenerator.ECCLevel.H) .RenderWith() .WithQuietZone(false) .ToString(); var image = QRCodeBuilder.CreatePhoneNumber("1234567890") .WithErrorCorrection(QRCodeGenerator.ECCLevel.H) .RenderWith(20) .WithQuietZone(false) .ToBitmap(); var...

Closes #1097

💭 Strawman (RFC 0)