Tomas Pelak
Tomas Pelak
Integrate GarnetServer with [generic host](https://learn.microsoft.com/en-us/dotnet/core/extensions/generic-host?tabs=appbuilder). - simplify configuration of Garnet - allow for overriding config with GARNET_ environment variables - simplify passing of dependencies using DI - allow for future...
I have ported the ToPageAsync extension method from GreenDonut.Data.EntityFramework with some marten specific changes. Currently it supports all the types as the ef core version except: - datetime - ulong...
### Product Green Donut ### Is your feature request related to a problem? Currently there is no support for ToPageAsync extension method's when using Hotchocolate.Data.Marten. ## Existing EntityFrameworkCore version ```csharp...