From 764c3664b2e307fb780f9aaf850ec2f70117860f Mon Sep 17 00:00:00 2001 From: Brian Peek Date: Tue, 14 Mar 2017 22:30:20 -0700 Subject: [PATCH 1/2] Update sync refactoring --- docs/csharp-ide/refactoring/sync-type-and-file.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/csharp-ide/refactoring/sync-type-and-file.md b/docs/csharp-ide/refactoring/sync-type-and-file.md index d8231ef52e3..3ccece0f61f 100644 --- a/docs/csharp-ide/refactoring/sync-type-and-file.md +++ b/docs/csharp-ide/refactoring/sync-type-and-file.md @@ -33,7 +33,7 @@ translation.priority.ht: # Sync a type to a filename, or a filename to a type in C# # -**This feature is available in Visual Studio 2017 and later.** +**This feature is available in Visual Studio 2017 and later. Additionally, .NET Standard projects are not yet supported for this refactoring.** **What:** Lets you rename a type to match the filename, or rename a filename to match the type it contains. @@ -60,4 +60,4 @@ translation.priority.ht: ![Inline result](media/synctype_result.png) ## See Also -[Refactoring (C#)](../refactoring-csharp.md) \ No newline at end of file +[Refactoring (C#)](../refactoring-csharp.md) From ce438e283121b7fad2015e6bc69abccef62bb74d Mon Sep 17 00:00:00 2001 From: Brian Peek Date: Tue, 14 Mar 2017 22:31:24 -0700 Subject: [PATCH 2/2] Update sync-type-and-file.md --- docs/vb-ide/refactoring/sync-type-and-file.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/vb-ide/refactoring/sync-type-and-file.md b/docs/vb-ide/refactoring/sync-type-and-file.md index b0cd0409b4b..046a8215502 100644 --- a/docs/vb-ide/refactoring/sync-type-and-file.md +++ b/docs/vb-ide/refactoring/sync-type-and-file.md @@ -33,7 +33,7 @@ translation.priority.ht: # Sync a type to a filename, or a filename to a type in Visual Basic -**This feature is available in Visual Studio 2017 and later.** +**This feature is available in Visual Studio 2017 and later. Additionally, .NET Standard projects are not yet supported for this refactoring.** **What:** Lets you rename a type to match the filename, or rename a filename to match the type it contains. @@ -60,4 +60,4 @@ translation.priority.ht: ![Inline result](media/synctype_result.png) ## See Also -[Refactoring (Visual Basic)](../refactoring-vb.md) \ No newline at end of file +[Refactoring (Visual Basic)](../refactoring-vb.md)