Skip to content

Commit

Permalink
Update index.md Developer tools
Browse files Browse the repository at this point in the history
Add a bullet point under Developer Tools for this known issue:
microsoft/microsoft-ui-xaml#1534
  • Loading branch information
thomasclaudiushuber committed Nov 4, 2019
1 parent 8b03c40 commit 61acd7e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions winrt-related-src/toolkits/winui3/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ The following list shows the UI controls and features that are not included (or
* The Design view for Xaml files in Visual Studio is currently disabled for WinUI 3.0 apps.
* Live Visual Tree and other debugging tools may not function correctly for WinUI 3.0 apps.
* When Visual Studio automatically generates a code-behind event handler from Xaml markup (for example, events such as `Button.Click`), the namespace of the generated event args incorrectly start with `Windows.UI.Xaml` instead of `Microsoft.UI.Xaml`. You can fix this by manually changing the namespaces from `Windows.UI.Xaml` to `Microsoft.UI.Xaml`.
* When editing XAML in Visual Studio, the g.cs and g.i.cs files are not generated on the fly. This means you have to build the project to get Intellisense for named elements in the codebehind file (see also [this issue](https://github.com/microsoft/microsoft-ui-xaml/issues/1534))

### Interactivity

Expand Down

0 comments on commit 61acd7e

Please sign in to comment.