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

GraphQL Gateway Managed template does not contain package reference to 'ChilliCream.Nitro.Fusion' #7845

Open
RichardWhitfield opened this issue Dec 18, 2024 · 0 comments

Comments

@RichardWhitfield
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants