Skip to content

Fix git push error for protected CLA branch #4301

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Nov 12, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .openpublishing.redirection.json
Original file line number Diff line number Diff line change
Expand Up @@ -1810,6 +1810,11 @@
"redirect_url": "https://visualstudio.microsoft.com/vs/older-downloads/isolated-shell/",
"redirect_document_id": false
},
{
"source_path": "docs/extensibility/xaml-designer-extensibility-migration.md",
"redirect_url": "https://github.com/microsoft/xaml-designer-extensibility/blob/master/documents/xaml-designer-extensibility-migration.md",
"redirect_document_id": true
},
{
"source_path": "docs/get-started/csharp/tutorial-projects-solutions.md",
"redirect_url": "/visualstudio/get-started/tutorial-projects-solutions",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ void test()
{
char pc = (char)malloc(5);
FreeAndNull(&pc);
__analysis_assume(pc == NULL);
_Analysis_assume(pc == NULL);
f(pc);
}
```
Expand Down
Binary file not shown.
2 changes: 0 additions & 2 deletions docs/extensibility/toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -213,8 +213,6 @@
href: how-to-open-standard-editors.md
- name: Open Editors for Open Documents
href: how-to-open-editors-for-open-documents.md
- name: XAML Designer Extensibility Migration Guide
href: xaml-designer-extensibility-migration.md
- name: Extend Projects
# Auto-expanded node
items:
Expand Down
220 changes: 0 additions & 220 deletions docs/extensibility/xaml-designer-extensibility-migration.md

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ manager: jillfra

The XAML Designer in Visual Studio and Blend for Visual Studio provides a visual interface to help you design XAML-based apps, such as WPF, UWP, and Xamarin.Forms apps. You can create user interfaces for your apps by dragging controls from the Toolbox window (Assets window in Blend for Visual Studio) and setting properties in the Properties window. You can also edit XAML directly in XAML view.

For advanced users, you can even [customize the XAML Designer](../extensibility/xaml-designer-extensibility-migration.md).
For advanced users, you can even [customize the XAML Designer](https://github.com/microsoft/xaml-designer-extensibility/blob/master/documents/xaml-designer-extensibility-migration.md).

## XAML Designer workspace

Expand Down