Merge pull request #45 from dotnet/master

Merge master into live
This commit is contained in:
Andy De George
2020-09-15 18:22:57 -07:00
committed by GitHub
7 changed files with 43 additions and 29 deletions
+4 -4
View File
@@ -18,10 +18,10 @@
}, },
"contentsource": { "contentsource": {
"(?i).*dotnet-desktop-guide\/framework\/wpf.*": { "(?i).*dotnet-desktop-guide\/framework\/wpf.*": {
"labels-add": ":books: Area - .Framework,:card_file_box: Technology - WPF" "labels-add": ":books: Area - .NET Framework,:card_file_box: Technology - WPF"
}, },
"(?i).*dotnet-desktop-guide\/framework\/winforms.*": { "(?i).*dotnet-desktop-guide\/framework\/winforms.*": {
"labels-add": ":books: Area - .Framework,:card_file_box: Technology - WinForms" "labels-add": ":books: Area - .NET Framework,:card_file_box: Technology - WinForms"
}, },
"(?i).*dotnet-desktop-guide\/net\/wpf.*": { "(?i).*dotnet-desktop-guide\/net\/wpf.*": {
"labels-add": ":books: Area - .NET,:card_file_box: Technology - WPF" "labels-add": ":books: Area - .NET,:card_file_box: Technology - WPF"
@@ -50,10 +50,10 @@
"processor-files": { "processor-files": {
"changedfile": { "changedfile": {
"(?i).*dotnet-desktop-guide\/framework\/wpf.*": { "(?i).*dotnet-desktop-guide\/framework\/wpf.*": {
"labels-add": ":books: Area - .Framework,:card_file_box: Technology - WPF" "labels-add": ":books: Area - .NET Framework,:card_file_box: Technology - WPF"
}, },
"(?i).*dotnet-desktop-guide\/framework\/winforms.*": { "(?i).*dotnet-desktop-guide\/framework\/winforms.*": {
"labels-add": ":books: Area - .Framework,:card_file_box: Technology - WinForms" "labels-add": ":books: Area - .NET Framework,:card_file_box: Technology - WinForms"
}, },
"(?i).*dotnet-desktop-guide\/net\/wpf.*": { "(?i).*dotnet-desktop-guide\/net\/wpf.*": {
"labels-add": ":books: Area - .NET,:card_file_box: Technology - WPF" "labels-add": ":books: Area - .NET,:card_file_box: Technology - WPF"
+4 -4
View File
@@ -9,19 +9,19 @@ on:
- "**.cs" - "**.cs"
- "**.vb" - "**.vb"
- "**.fs" - "**.fs"
- "**.cpp"
- "**.h"
- "**.xaml" - "**.xaml"
- "**.razor" - "**.razor"
- "**.cshtml" - "**.cshtml"
- "**.vbhtml" - "**.vbhtml"
- "**.*proj" - "**.csproj"
- "**.vbproj"
- "**.fsproj"
- "**global.json" - "**global.json"
- "**snippets.5000.json" - "**snippets.5000.json"
branches: [ master ] branches: [ master ]
env: env:
DOTNET_INSTALLER_CHANNEL: 'release/5.0.1xx-preview7' DOTNET_INSTALLER_CHANNEL: 'release/5.0.1xx'
DOTNET_DO_INSTALL: 'true' DOTNET_DO_INSTALL: 'true'
EnableNuGetPackageRestore: 'True' EnableNuGetPackageRestore: 'True'
+4 -3
View File
@@ -3,11 +3,12 @@ items:
expanded: true expanded: true
items: items:
- name: ".NET 5 (and .NET Core 3.1)" - name: ".NET 5 (and .NET Core 3.1)"
href: https://docs.microsoft.com/dotnet/desktop/winforms/?view=netdesktop-5.0 href: net/winforms/index.md?view=netdesktop-5.0&preserve-view=true
- name: .NET Framework - name: .NET Framework
href: https://docs.microsoft.com/dotnet/desktop/winforms/?view=netframeworkdesktop-4.8 href: framework/winforms/index.yml?view=netframeworkdesktop-4.8&preserve-view=true
- name: Windows Presentation Foundation - name: Windows Presentation Foundation
expanded: true expanded: true
items: items:
- name: .NET Framework - name: .NET Framework
href: https://docs.microsoft.com/dotnet/desktop/wpf/?view=netframeworkdesktop-4.8 href: framework/wpf/index.md?view=netframeworkdesktop-4.8&preserve-view=true
+12
View File
@@ -140,6 +140,18 @@
"net/winforms/**/**.md": "Windows Forms .NET", "net/winforms/**/**.md": "Windows Forms .NET",
"framework/wpf/**/**.md": "WPF .NET Framework", "framework/wpf/**/**.md": "WPF .NET Framework",
"net/wpf/**/**.md": "WPF .NET" "net/wpf/**/**.md": "WPF .NET"
},
"ms.technology": {
"framework/winforms/**/**.md": "dotnet-winforms",
"framework/wpf/**/**.md": "dotnet-wpf",
"net/winforms/**/**.md": "dotnet-winforms",
"net/wpf/**/**.md": "dotnet-wpf"
},
"ms.prod": {
"framework/winforms/**/**.md": "dotnet-framework",
"framework/wpf/**/**.md": "dotnet-framework",
"net/winforms/**/**.md": "dotnet-desktop",
"net/wpf/**/**.md": "dotnet-desktop"
} }
}, },
"template": [], "template": [],
@@ -1,15 +1,15 @@
items: items:
- name: Docs - name: Docs
tocHref: / tocHref: /?view=&preserve-view=true
topicHref: / topicHref: /?view=&preserve-view=true
items: items:
- name: .NET - name: .NET
tocHref: /dotnet/ tocHref: /dotnet/?view=&preserve-view=true
topicHref: /dotnet/index topicHref: /dotnet/index?view=&preserve-view=true
items: items:
- name: Desktop Guide - name: Desktop Guide
tocHref: /dotnet/desktop tocHref: /dotnet/desktop?view=&preserve-view=true
topicHref: /dotnet/desktop/index topicHref: /dotnet/desktop/index?view=&preserve-view=true
items: items:
- name: .NET Framework - name: .NET Framework
items: items:
+5 -4
View File
@@ -1,6 +1,7 @@
--- ---
title: Desktop Guide for WPF and Windows Forms title: Desktop Guide for WPF and Windows Forms
description: Introduction to the Desktop Guide for WPF and Windows Forms for both .NET 5 and .NET Framework. description: Introduction to the Desktop Guide for WPF and Windows Forms for both .NET 5 and .NET Framework.
ms.prod: dotnet-desktop
ms.date: "08/30/2020" ms.date: "08/30/2020"
--- ---
@@ -14,11 +15,11 @@ Historically, the .NET Framework-based documentation for WPF and WinForms has be
There are two implementations of WPF, each with it's own documentation: There are two implementations of WPF, each with it's own documentation:
01. The [.NET Framework 4 implementation](framework/wpf/index.md?view=netframeworkdesktop-4.8) that's supported by Visual Studio 2019 and Visual Studio 2017. 01. The [.NET Framework 4 implementation](framework/wpf/index.md?view=netframeworkdesktop-4.8&preserve-view=true) that's supported by Visual Studio 2019 and Visual Studio 2017.
.NET Framework 4 is a Windows-only version of .NET and is considered a Windows Operating System component. This version of Windows Presentation Foundation is distributed with .NET Framework. .NET Framework 4 is a Windows-only version of .NET and is considered a Windows Operating System component. This version of Windows Presentation Foundation is distributed with .NET Framework.
The documentation for this version of WPF is available [here](framework/wpf/index.md?view=netframeworkdesktop-4.8). The documentation for this version of WPF is available [here](framework/wpf/index.md?view=netframeworkdesktop-4.8&preserve-view=true).
01. The open-source implementation hosted on [GitHub](https://github.com/dotnet/wpf). 01. The open-source implementation hosted on [GitHub](https://github.com/dotnet/wpf).
@@ -32,11 +33,11 @@ There are two implementations of WPF, each with it's own documentation:
There are two implementations of Windows Forms, each with it's own documentation: There are two implementations of Windows Forms, each with it's own documentation:
01. The [.NET Framework 4 implementation](framework/winforms/index.yml?view=netframeworkdesktop-4.8) that's supported by Visual Studio 2019 and Visual Studio 2017. 01. The [.NET Framework 4 implementation](framework/winforms/index.yml?view=netframeworkdesktop-4.8&preserve-view=true) that's supported by Visual Studio 2019 and Visual Studio 2017.
.NET Framework 4 is a Windows-only version of .NET and is considered a Windows Operating System component. This version of WinForms is distributed with .NET Framework. .NET Framework 4 is a Windows-only version of .NET and is considered a Windows Operating System component. This version of WinForms is distributed with .NET Framework.
The documentation for this version of WinForms is available [here](framework/winforms/index.yml?view=netframeworkdesktop-4.8). The documentation for this version of WinForms is available [here](framework/winforms/index.yml?view=netframeworkdesktop-4.8&preserve-view=true).
01. The open-source implementation hosted on [GitHub](https://github.com/dotnet/winforms). 01. The open-source implementation hosted on [GitHub](https://github.com/dotnet/winforms).
+7 -7
View File
@@ -1,18 +1,18 @@
items: items:
- name: Docs - name: Docs
tocHref: / tocHref: /?view=&preserve-view=true
topicHref: / topicHref: /?view=&preserve-view=true
items: items:
- name: .NET - name: .NET
tocHref: /dotnet/ tocHref: /dotnet/?view=&preserve-view=true
topicHref: /dotnet/index topicHref: /dotnet/index?view=&preserve-view=true
items: items:
- name: Desktop Guide - name: Desktop Guide
tocHref: /dotnet/desktop tocHref: /dotnet/desktop?view=&preserve-view=true
topicHref: /dotnet/desktop/index topicHref: /dotnet/desktop/index?view=&preserve-view=true
items: items:
- name: ".NET 5 (and .NET Core 3.1)" - name: ".NET 5 (and .NET Core 3.1)"
items: items:
- name: Windows Forms - name: Windows Forms
tocHref: /dotnet/desktop/winforms tocHref: /dotnet/desktop/winforms/
topicHref: /dotnet/desktop/winforms/index topicHref: /dotnet/desktop/winforms/index