We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
On pages 706 (point 3), 710 (point 2) you write
add a statement ... before the call to UseEndpoints
but there'is no UseEndpoints call in the Program.cs code. webapi template has been changed?
UseEndpoints
Program.cs
webapi
On page 708 (point 8) SQL statement is mentioned, but I can't find it in the terminal output.
The text was updated successfully, but these errors were encountered:
Thanks! I have added two errata items: https://github.com/markjprice/cs10dotnet6/blob/main/errata.md#page-706---enabling-cross-origin-resource-sharing https://github.com/markjprice/cs10dotnet6/blob/main/errata.md#page-708---implementing-a-health-check-api
Sorry, something went wrong.
No branches or pull requests
On pages 706 (point 3), 710 (point 2) you write
but there'is no
UseEndpoints
call in theProgram.cs
code.webapi
template has been changed?On page 708 (point 8) SQL statement is mentioned, but I can't find it in the terminal output.
The text was updated successfully, but these errors were encountered: