Skip to content

Commit

Permalink
Added item for page 279
Browse files Browse the repository at this point in the history
  • Loading branch information
markjprice committed Feb 20, 2023
1 parent 715df01 commit 2e52398
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/errata/errata.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ If you find any mistakes, then please [raise an issue in this repository](https:
- [Page 272 - Defining struct types](#page-272---defining-struct-types)
- [Page 275 - Releasing unmanaged resources](#page-275---releasing-unmanaged-resources)
- [Page 277 - Making a value type nullable](#page-277---making-a-value-type-nullable)
- [Page 279 - Declaring non-nullable variables and parameters](#page-279---declaring-non-nullable-variables-and-parameters)
- [Page 322 - Revealing the location of a type](#page-322---revealing-the-location-of-a-type)
- [Page 330 - Publishing a self-contained app, Page 354 - Exercise 7.3 – Explore PowerShell](#page-330---publishing-a-self-contained-app-page-354---exercise-73--explore-powershell)
- [Page 399 - Managing directories](#page-399---managing-directories)
Expand Down Expand Up @@ -218,6 +219,12 @@ In Step 6, the output should be formatted with a black background like other com
```
Step 7 should therefore say, "The **second** line is blank because it is outputting the null value!", and it should not be formatted as a numbered step because it is a not an instruction to the reader, it is a note.

# Page 279 - Declaring non-nullable variables and parameters

> Thanks to [Ricky](https://github.com/r1c5) for raising this [issue on 19 February 2023](https://github.com/markjprice/cs11dotnet7/issues/30).
In Step 1, I wrote, "In `NullHandling.csproj`," which could be confusing because you do not need to modify that file. I should have written, "In the `NullHandling` project," because you need to add a new file to the project.

# Page 322 - Revealing the location of a type

> Thanks to Bob Molloy for raising this issue via email.
Expand Down

0 comments on commit 2e52398

Please sign in to comment.