Skip to content

Commit ed3fdbd

Browse files
authored
Merge pull request #4756 from MicrosoftDocs/repo_sync_working_branch
Confirm merge from repo_sync_working_branch to master to sync with https://github.com/MicrosoftDocs/visualstudio-docs (branch master)
2 parents a175e6a + 6796bbe commit ed3fdbd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/debugger/xaml-hot-reload.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ The following are known limitations of XAML hot reload. To work around any limit
4141
|Creating resource objects in a resource dictionary such as those in your app's Page/Window or *App.xaml*|Not Supported|Supported|Example: adding a ```SolidColorBrush``` into a resource dictionary for use as a ```StaticResource```.</br>Note: Static resources, style converters, and other elements written into a resource dictionary can be applied/used while using XAML hot reload. Only the creation of the resource is not supported.</br> Changing the resource dictionary ```Source``` property.|
4242
|Adding new controls, classes, windows, or other files to your project while the app is running|Not Supported|Not Supported|None|
4343
|Managing NuGet packages (adding/removing/updating packages)|Not Supported|Not Supported|None|
44-
|Changing data binding that uses the {x:Bind} markup extension|N/A|Supported in Visual Studio 2019 and later versions|Not supported in Visual Studio 2018 or previous versions|
44+
|Changing data binding that uses the {x:Bind} markup extension|N/A|Supported in Visual Studio 2019 and later versions|Not supported in Visual Studio 2017 or previous versions|
4545

4646
## Error messages
4747

@@ -51,4 +51,4 @@ You may come across the following errors while using XAML hot reload.
5151
|-|-|-|
5252
|Ensure Event Failed|Error indicates you are attempting to wire an event to one of your controls, which isn’t supported while your application is running.|
5353
|XAML Edit and Continue did not find any elements to update.|Error occurs when you are editing XAML that hot reload cannot update in your app.</br> This error can sometimes be fixed by using your running app to navigate to a view where the XAML is used.</br> Sometimes, this error means that the specific change can't be applied until you restart the debugging session. |
54-
|This change is not supported during a debugging session.|Error indicates that the change you are attempting is not supported by XAML hot reload. Stop the debugging session, make the change, and then restart the debugging session.|
54+
|This change is not supported during a debugging session.|Error indicates that the change you are attempting is not supported by XAML hot reload. Stop the debugging session, make the change, and then restart the debugging session.|

0 commit comments

Comments
 (0)