From 2807621f05346a6f270281f1da6399a5f2b057cf Mon Sep 17 00:00:00 2001 From: Kendra Havens Date: Tue, 19 May 2020 11:44:45 -0700 Subject: [PATCH] add 16.6, update links --- docs/ide/README.md | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/docs/ide/README.md b/docs/ide/README.md index 88f186a17586d..224893e3c49ee 100644 --- a/docs/ide/README.md +++ b/docs/ide/README.md @@ -2,6 +2,7 @@ ## TOC * [Dev16](#prod-16) + * [Dev 16.6](#prod-16-6) * [Dev 16.5](#prod-16-5) * [Dev 16.4](#prod-16-4) * [Dev 16.3](#prod-16-3) @@ -18,12 +19,21 @@ ## dev16 -### 16.5 preview ([release notes](https://docs.microsoft.com/en-us/visualstudio/releases/2019/release-notes-preview)) +### 16.6 ([release notes](https://docs.microsoft.com/en-us/visualstudio/releases/2019/release-notes)) +* Add explicit cast code fix +* Simplify conditional expressions refactoring +* Convert regular string literals to verbatim string literals (and back) refactoring +* Bulk configure the severity level of analyzer categories directly through the editor +* Quick Info style support for XML comments that contain returns and value tags +* Add file headers to existing files, projects, and solutions with EditorConfig +* [Microsoft Fakes support for .NET Core](https://docs.microsoft.com/en-us/visualstudio/releases/2019/release-notes#microsoft-fakes-for-net-core-and-sdk-style-projects) and SDK-style projects + +### 16.5 ([release notes](https://docs.microsoft.com/en-us/visualstudio/releases/2019/release-notes-archive-v16.5)) * You can now use System.HashCode to implement the GetHashCode method when System.HashCode is available. * Refactoring to convert if statements to switch statements or switch expressions. * IntelliSense completion for unimported extension methods. You will first need to turn this option on in **Tools > Options > Text Editor > C# > Intellisense > and select Show items from unimported namespaces**. -### 16.4 ([release notes](https://docs.microsoft.com/en-us/visualstudio/releases/2019/release-notes)) +### 16.4 ([release notes](https://docs.microsoft.com/en-us/visualstudio/releases/2019/release-notes-v16.4)) * You can now configure the severity level of a code style rule directly through the editor (through the **Ctrl+.** menu) or the error list (right-click on the error, warning, or message). This will also update EditorConfig and works for 3rd party analyzers. * Find All References now allows you to group by type and member. * Refactoring make local function static