Closed Pip1987 closed 6 months ago
I cannot reproduce this issue.
I had the same issue. I used option#2 above and it works fine now.
Your examples, Mark, have been spot on throughout my going through the book - except for the gotchas that have already been discussed. I have really enjoyed the ability to move forward constantly.
Thanks, DocVD. I'm happy to hear (most) of my code works as described in the book. ;-)
I've added an errata item for this in case anyone else has the same issue. https://github.com/markjprice/apps-services-net8/blob/main/docs/errata/errata.md#page-449---implementing-a-simple-function
I will also make time to look at this again over the summer. Right now I am neck-deep in Tools and Skills for .NET 8 work.
I got the following error:
Changing the following WriteString to WriteStringAsync fixed the issue.
or adding the following lines to program.cs (this option was found on stack overflow. https://stackoverflow.com/a/55196057