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
@@ -2,7 +2,7 @@
2
2
3
3
If you find any mistakes in the eighth edition, *C# 12 and .NET 8 - Modern Cross-Platform Development Fundamentals*, or if you have suggestions for improvements, then please [raise an issue in this repository](https://github.com/markjprice/cs12dotnet8/issues) or email me at markjprice (at) gmail.com.
4
4
5
-
[**Errata** (6 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.
5
+
[**Errata** (7 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
7
[**Improvements** (8 items)](improvements.md): Changes to text or code that would improve the content. These are optional.
Copy file name to clipboardexpand all lines: docs/errata/errata.md
+23-1
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
**Errata** (6 items)
1
+
**Errata** (7 items)
2
2
3
3
If you find any mistakes, then please [raise an issue in this repository](https://github.com/markjprice/cs12dotnet8/issues) or email me at markjprice (at) gmail.com.
4
4
@@ -8,6 +8,7 @@ If you find any mistakes, then please [raise an issue in this repository](https:
8
8
-[Page 58 - Showing the compiler version](#page-58---showing-the-compiler-version)
9
9
-[Page 87 - Comparing double and decimal types](#page-87---comparing-double-and-decimal-types)
10
10
-[Page 383 - Creating a console app to publish](#page-383---creating-a-console-app-to-publish)
11
+
-[Page 386 - Publishing a self-contained app](#page-386---publishing-a-self-contained-app)
11
12
12
13
# Page 10 - Installing other extensions
13
14
@@ -65,3 +66,24 @@ The RIDs should be as shown in the following markup:
65
66
```
66
67
67
68
In the next edition, as well as fixing the RID values, I will link to the official documentation so that readers can confirm the current valid values. For example, for known RIDs: https://learn.microsoft.com/en-us/dotnet/core/rid-catalog#known-rids.
69
+
70
+
# Page 386 - Publishing a self-contained app
71
+
72
+
> Thanks to `mdj._` in the book's Discord channel for raising this issue on December 18, 2023.
73
+
74
+
Related to the [previous issue](#page-383---creating-a-console-app-to-publish), in Step 2, I tell the reader to "Enter a command to build and publish the self-contained release version of the console application for Windows 10". But the command uses the legacy RID value `win10-x64`, as shown in the following command:
0 commit comments