Many of the resolvers are actually resolving there data synchronously, so, we should enable the middleware and resolver to use ValueTask
If anyone reads this issue and wonders what value tasks are, there's a great resource for this:
https://devblogs.microsoft.com/dotnet/understanding-the-whys-whats-and-whens-of-valuetask/
Most helpful comment
If anyone reads this issue and wonders what value tasks are, there's a great resource for this:
https://devblogs.microsoft.com/dotnet/understanding-the-whys-whats-and-whens-of-valuetask/