Michael Staib

Results 36 issues of Michael Staib

At the moment we are using one container per class instance since in most cases we inject a resource as a `IClassFixture`. This can really drag down test performance. In...

enhancement

🌶️ hot chocolate

```csharp [BatchDataLoader] public static IQueryable AssetById( IReadOnlyList ids, [DbContext(DbContextKind.Scoped)] AssetContext context) => context.Assets.Where(t => ids.Contains(t.Id)); [DataLoader(DataLoaderKind.Group)] public static IQueryable AssetById( IReadOnlyList ids, [DbContext(DbContextKind.Pooled)] AssetContext context, [Service(ServiceKind.Scoped)] Foo s) => context.Assets.Where(t...

🎉 enhancement
🌶️ hot chocolate

- [ ] Support for GraphQL over SSE https://github.com/enisdenjo/graphql-sse - [ ] Support for GraphQL over HTTP Spec Draft https://github.com/graphql/graphql-over-http/blob/main/spec/GraphQLOverHTTP.md - [ ] Make socket tests more stable. - [...

🎉 enhancement
🌶️ hot chocolate

https://github.com/graphql/graphql-spec/issues/943

🎉 enhancement
⚖️ spec
🌶️ hot chocolate
📌 pinned

- [ ] Create Squadron Package For OPA https://hub.docker.com/r/openpolicyagent/opa/ - [ ] Rewrite tests to use squadron

🎉 enhancement
🙋 good first issue
🌶️ hot chocolate
Area: Authorization

https://github.com/graphql/graphql-spec/pull/1010

⚖️ spec
🌶️ hot chocolate
📌 pinned

https://github.com/graphql/graphql-spec/pull/860

⚖️ spec
🌶️ hot chocolate
📌 pinned