-
-
Notifications
You must be signed in to change notification settings - Fork 782
DataLoader generated source does not include fully qualified type of resultMap, causing build error #8264
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
Labels
Milestone
Comments
I would like to work on this, please. Thanks |
svihpinc
added a commit
to svihpinc/hotchocolate-graphql-platform
that referenced
this issue
Apr 26, 2025
…taloader generator
svihpinc
added a commit
to svihpinc/hotchocolate-graphql-platform
that referenced
this issue
Apr 26, 2025
…taloader generator
svihpinc
added a commit
to svihpinc/hotchocolate-graphql-platform
that referenced
this issue
May 3, 2025
…not-used-for-types-in-dataloader-generator
svihpinc
added a commit
to svihpinc/hotchocolate-graphql-platform
that referenced
this issue
May 3, 2025
michaelstaib
added a commit
to svihpinc/hotchocolate-graphql-platform
that referenced
this issue
May 15, 2025
…not-used-for-types-in-dataloader-generator
michaelstaib
added a commit
to svihpinc/hotchocolate-graphql-platform
that referenced
this issue
May 15, 2025
…not-used-for-types-in-dataloader-generator
michaelstaib
pushed a commit
that referenced
this issue
May 15, 2025
michaelstaib
pushed a commit
that referenced
this issue
May 15, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Product
Hot Chocolate
Version
15.1.3
Link to minimal reproduction
https://github.com/svihpinc/-HotChocolateDataLoaderGenerationIssueRepro
Steps to reproduce
What is expected?
No errors during build
What is actually happening?
Error:
GreenDonutDataLoader.735550c.g.cs(49,88): Error CS0234 : The type or namespace name 'Models' does not exist in the namespace 'HotChocolateDataLoaderGenerationIssueRepro.Schema.Orders' (are you missing an assembly reference?)
Relevant log output
Additional context
Here's the generated
OrdersByIdDataLoader
class:The text was updated successfully, but these errors were encountered: