You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 theChilliCream.Nitro.Fusion
library which is not part of theChilliCream.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.
The text was updated successfully, but these errors were encountered: