Pavel Steinl
Pavel Steinl
Hi, I've stumbled upon this project looking for exactly this feature for unit testing DateTime.UtcNow (without having to resort to 3rd party libraries like NodaTime etc), have cloned the repository...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Describe the bug as per the hotchocolate [#general slack channel thread](https://hotchocolategraphql.slack.com/archives/CD9TNKT8T/p1660314283441189), we are...
According to the [official documentation of IDbContextFactory](https://learn.microsoft.com/en-us/dotnet/api/microsoft.entityframeworkcore.idbcontextfactory-1?view=efcore-7.0), the TContext parameter should be covariant: >TContext The [DbContext](https://learn.microsoft.com/en-us/dotnet/api/microsoft.entityframeworkcore.dbcontext?view=efcore-7.0) type to create. This type parameter is covariant. That is, you can use either...