Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix QueryResult creation in QueryCacheMiddleware #7057

Closed
wants to merge 2 commits into from

Conversation

tobias-tengler
Copy link
Collaborator

@tobias-tengler tobias-tengler commented Apr 13, 2024

#6844 broke the existing caching functionality by changing how a QueryResult is being constructed.
This aligns the construction to the new approach.

Fixes #7054

@tobias-tengler tobias-tengler force-pushed the fix-empty-caching-result branch from 9729439 to 32bbfc8 Compare April 13, 2024 20:16
Copy link

github-actions bot commented Apr 13, 2024

Qodana for .NET

It seems all right 👌

No new problems were found according to the checks applied

💡 Qodana analysis was run in the pull request mode: only the changed files were checked
☁️ View the detailed Qodana report

Contact Qodana team

Contact us at qodana-support@jetbrains.com

Comment on lines +61 to +62
// TODO: This is probably problematic
cleanupTasks: [],
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This still needs to be addressed

@michaelstaib michaelstaib force-pushed the main branch 2 times, most recently from 8a97a79 to e2d2300 Compare June 17, 2024 17:49
@michaelstaib michaelstaib requested review from michaelstaib and removed request for michaelstaib September 5, 2024 20:28
@michaelstaib michaelstaib self-assigned this Sep 5, 2024
@tobias-tengler tobias-tengler deleted the fix-empty-caching-result branch November 9, 2024 20:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

HotChocolate.Caching 13.9.0 returns empty response
2 participants