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

Missing using statement #18

Closed
mdevol58 opened this issue Aug 14, 2023 · 1 comment
Closed

Missing using statement #18

mdevol58 opened this issue Aug 14, 2023 · 1 comment

Comments

@mdevol58
Copy link

Please check that your issue is not already in the errata aka list of corrections and improvements. Please note that PRs will be ignored because code in the repo must match the print book already published. Please raise an issue instead so I can handle it appropriately. All issues will be entered into the errata once closed and fixed in the next book edition.

Chapter: 11
Page Number: 411
Section Title: Using an ASP.NET Core MVC project as a GraphQL client
Problem to fix: In step 12 you say "... import the namespace for working with text encoding and for our Northwind entity models ..."; however, the using statement for Northwind is missing
Suggested solution: add the following statement - using Northwind.Mvc.GraphQLClient.Models;
Other useful information e.g. OS, coding tools, and so on:

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

No branches or pull requests

2 participants