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
Copy file name to clipboardexpand all lines: docs/errata/README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ If you find any mistakes in the first edition, *Real-World Web Development with
4
4
5
5
[**Errata** (25 items)](errata.md): Typos, tool user interface and behavior changes, or mistakes in code that would cause a compilation error that prevents a successful build.
6
6
7
-
[**Improvements** (10 items)](improvements.md): Changes to text or code that would improve the content. These are optional.
7
+
[**Improvements** (11 items)](improvements.md): Changes to text or code that would improve the content. These are optional.
8
8
9
9
[**Common Mistakes** (7 items)](common-mistakes.md): These are some of the most common mistakes that a reader might encounter when trying to get code in book tasks to work, or when trying to write your own code.
Copy file name to clipboardexpand all lines: docs/errata/improvements.md
+25-1
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
**Improvements** (10 items)
1
+
**Improvements** (11 items)
2
2
3
3
If you have suggestions for improvements, then please [raise an issue in this repository](https://github.com/markjprice/web-dev-net9/issues) or email me at markjprice (at) gmail.com.
4
4
@@ -7,6 +7,7 @@ If you have suggestions for improvements, then please [raise an issue in this re
7
7
-[Page 36 - Creating a class library for a database context](#page-36---creating-a-class-library-for-a-database-context)
8
8
-[Page 49 - Setting up an ASP.NET Core MVC website, Page 69 - Controllers and actions](#page-49---setting-up-an-aspnet-core-mvc-website-page-69---controllers-and-actions)
9
9
-[Page x - Using entity and view models](#page-x---using-entity-and-view-models)
10
+
-[Chapter 7 - Page navigation and title verification](#chapter-7---page-navigation-and-title-verification)
# Chapter 7 - Page navigation and title verification
75
+
76
+
A reader emailed Packt, "I’m having trouble with chapter 7. The command “pwsh” is not recognized. Have not had any luck googling solutions."
77
+
78
+
In Step 4, I wrote, "Navigate to `Northwind.WebUITests\bin\Debug\net9.0` and, at the command prompt or terminal, install browsers for Playwright to automate, as shown in the following command:"
0 commit comments