PascalSenn
PascalSenn
```csharp public class Query { public byte[] GetFoo() => default!; } // services.AddGraphQLServer() .AddQueryType() .BindRuntimeType() ``` result in ```graphql type Query { foo: [ByteArray!] } ``` but should be ```graphql...
Dataloader currently have a issue with batching. The first call to "LoadAsync" will initiate a `Schedule` on the batch dispatcher. In a specfic combination of cases, a fetch of a...
### Product Hot Chocolate ### Is your feature request related to a problem? Currently the default name of the `fsp` of `dotnet fusion pack` is the name of the Folder...
### Is your feature request related to a problem? Work on the elastic search integration is done in the feature branch `feat/elastic-search`. If you want to contribute to the integration,...
**What language does this apply to?** c# protobuf 3 **Describe the problem you are trying to solve.** The issue #6217 was recently marked as stale, but the problem it addresses...
In a dev environment you often need to be able to create access tokens. To generate these access tokens you must execute the authentication flow with the specific grant type...
At the moment a claim rule can only be assigned to one application. It would be nice if we could assign a rule to multiple applications