GraphQL Gateway Managed template does not contain package reference to 'ChilliCream.Nitro.Fusion'
Opened this issue · 0 comments
Product
Hot Chocolate
Version
14.3.0
Link to minimal reproduction
N/A
Steps to reproduce
Create a new project with the GraphQL Gateway Managed template.
Look in the program.cs
file and the .ConfigureFromCloud()
method should not be resolved.
What is expected?
The .ConfigureFromCloud()
method should be resolved to allow the application to compile.
What is actually happening?
The .ConfigureFromCloud()
method is part of the ChilliCream.Nitro.Fusion
library which is not part of the ChilliCream.Nitro
library and needs to be referenced separately.
Relevant log output
Additional context
As mentioned on Slack here the template to create a GraphQL Managed Gateway does not reference the package ChilliCream.Nitro.Fusion and as such the .ConfigureFromCloud()
method cannot be resolved.
In addition, it would be beneficial to update the documentation here to note that this additional package needs to be added to your project for the same reason as above.