Add note about missing page numbers

This commit is contained in:
Mark J Price 2022-11-08 11:34:22 +00:00
parent 5ecd31d567
commit 2a959166ac
2 changed files with 8 additions and 11 deletions

View file

@ -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.

View file

@ -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.