Tobias Tengler

Results 51 issues of Tobias Tengler

### Is there an existing issue for this? - [X] I have searched the existing issues ### Describe the bug I discovered some bugs when trying out the new HTTP...

🐛 bug
🌶️ hot chocolate

### Is there an existing issue for this? - [X] I have searched the existing issues ### Describe the bug I was trying out the new relay compiler and ran...

🐛 bug
🌶️ hot chocolate
⌛ stale

### Is your feature request related to a problem? I just watched a video tutorial on Hot Chocolate + Entity Framework and it was using the scoped DbContext and injected...

🎉 enhancement
🌶️ hot chocolate
Area: EntityFramework
⌛ stale

A user reported the inability to scroll using arrow keys, with this change the website can be scrolled again, albeit the scrollbar is now partially hidden behind the header.

🌶️ website

Adds a new TypeInterceptor that is automatically registered when calling `AddAuthorize` to translate the `Microsoft.AspNetCore.Authorization.AuthorizeAttribute` to the `@authorize` directive. This could be a breaking change for existing schemas, if Microsoft's...

🌶️ hot chocolate

While playing around with Type Extension I've noticed that the following two cases do not work: Extending a Code-first type from the Annotation-based approach: ```csharp public class CodeFirstType : ObjectType...

🌶️ hot chocolate
📌 pinned

- Writes schema to output stream using UTF-8 without BOM encoding - Fixes snapshots impacted by this change - Also removes some unused snapshot files Closes #4912

🌶️ hot chocolate
👓 ready-for-review

#### Todos - Correctly use type converter on output fields and fix failing test - Correctly handle filtering Closes #5114 #4522

📚 documentation
🌶️ hot chocolate

This uses a Type Module in combination with [MetadataUpdateHandlerAttribute](https://docs.microsoft.com/dotnet/api/system.reflection.metadata.metadataupdatehandlerattribute) to detect hot reloads and evict / rebuild the schema automatically: ![HotChocolate_HotReload](https://user-images.githubusercontent.com/45513122/174257953-74b1b813-e277-4ab2-91b4-9b3f0aa9d855.gif) I wasn't really sure where to place the related...

🌶️ hot chocolate

Would it make sense to create a collection of HTTP requests that represent common combinations of header values, validation failures, etc. and their expected status code / response headers according...