From 2a959166acb0d4199164375d15299895b545ed2b Mon Sep 17 00:00:00 2001 From: Mark J Price Date: Tue, 8 Nov 2022 11:34:22 +0000 Subject: [PATCH] Add note about missing page numbers --- docs/errata/README.md | 4 ++-- docs/errata/errata.md | 15 ++++++--------- 2 files changed, 8 insertions(+), 11 deletions(-) diff --git a/docs/errata/README.md b/docs/errata/README.md index 4f9ce83..5109a39 100644 --- a/docs/errata/README.md +++ b/docs/errata/README.md @@ -2,8 +2,8 @@ If you find any mistakes in the seventh edition, *C# 11 and .NET 7 - Modern Cross-Platform Development Fundamentals*, or if you have suggestions for improvements, then please [raise an issue in this repository](https://github.com/markjprice/cs11dotnet7/issues) or email me at markjprice (at) gmail.com. -[**Errata**](errata.md): Typos or mistakes in code that would cause a compilation error that prevents a successful build. +[**Errata** (6 items)](errata.md): Typos or mistakes in code that would cause a compilation error that prevents a successful build. -[**Improvements**](improvements.md): Changes to text or code that would improve the content. These are optional. +[**Improvements** (0 items)](improvements.md): Changes to text or code that would improve the content. These are optional. All errata and improvements will be included in the 8th edition planned for publishing in November 2023. To be included they must be submitted by mid-September 2023. \ No newline at end of file diff --git a/docs/errata/errata.md b/docs/errata/errata.md index 926617d..c811fcc 100644 --- a/docs/errata/errata.md +++ b/docs/errata/errata.md @@ -1,25 +1,22 @@ -**Errata** +**Errata (6 items)** If you find any mistakes, then please [raise an issue in this repository](https://github.com/markjprice/cs11dotnet7/issues) or email me at markjprice (at) gmail.com. -- [Page n - Pros and cons of the .NET Interactive Notebooks extension](#page-n---pros-and-cons-of-the-net-interactive-notebooks-extension) - - [Page n - Downloading and installing Visual Studio Code](#page-n---downloading-and-installing-visual-studio-code) +> Page numbers will be added as soon as I get my own copy of the final book. ;) + +- [Page n - Pros and cons of the .NET Interactive Notebooks extension, Downloading and installing Visual Studio Code](#page-n---pros-and-cons-of-the-net-interactive-notebooks-extension-downloading-and-installing-visual-studio-code) - [Page n - Understanding the journey to one .NET and Understanding .NET support](#page-n---understanding-the-journey-to-one-net-and-understanding-net-support) - [Page n - Getting definitions of types and their members](#page-n---getting-definitions-of-types-and-their-members) - [Page n - Formatting using numbered positional arguments](#page-n---formatting-using-numbered-positional-arguments) - [Page n - Getting text input from the user](#page-n---getting-text-input-from-the-user) - [Page n - Running unit tests using Visual Studio Code](#page-n---running-unit-tests-using-visual-studio-code) -# Page n - Pros and cons of the .NET Interactive Notebooks extension +# Page n - Pros and cons of the .NET Interactive Notebooks extension, Downloading and installing Visual Studio Code -The **.NET Interactive Notebooks** extension has been renamed to **Polyglot Notebooks**. It still retains its original identifier `ms-dotnettools.dotnet-interactive-vscode`. +The **.NET Interactive Notebooks** extension has been renamed to **Polyglot Notebooks**. It still retains its original identifier `ms-dotnettools.dotnet-interactive-vscode`. The engine is still named *.NET Interactive*. > Read more here: https://devblogs.microsoft.com/dotnet/dotnet-interactive-notebooks-is-now-polyglot-notebooks/#why-the-name-change -## Page n - Downloading and installing Visual Studio Code - -The **.NET Interactive Notebooks** extension has been renamed to **Polyglot Notebooks**. It still retains its original identifier `ms-dotnettools.dotnet-interactive-vscode`. - # Page n - Understanding the journey to one .NET and Understanding .NET support Even-numbered .NET releases like .NET 6 and .NET 8 have a support level named **Long Term Support (LTS)** with a duration of 3 years. Odd-numbered .NET releases like .NET 5 and .NET 7 had a support level named **Current** with a duration of 18 months.