mirror of
https://github.com/markjprice/cs11dotnet7.git
synced 2025-12-06 05:32:03 +01:00
Update errata.md
This commit is contained in:
parent
139f19271e
commit
cbe9a97abd
|
|
@ -2,12 +2,22 @@
|
|||
|
||||
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 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
|
||||
|
||||
The **.NET Interactive Notebooks** extension has been renamed to **Polyglot Notebooks**. It still retains its original identifier `ms-dotnettools.dotnet-interactive-vscode`.
|
||||
|
||||
## 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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue