Skip to content

Repo sync for protected CLA branch #6078

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 17 commits into from
Nov 9, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
17 commits
Select commit Hold shift + click to select a range
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 @@ -57498,6 +57498,11 @@
"source_path": "docs/ide/editorconfig-naming-conventions.md",
"redirect_url": "/dotnet/fundamentals/code-analysis/style-rules/naming-rules",
"redirect_document_id": false
},
{
"source_path": "mac/extending-visual-studio-mac.md",
"redirect_url": "/visualstudio/mac/customizing-the-ide",
"redirect_document_id": false
}
]
}
1 change: 1 addition & 0 deletions docs/data-tools/accessing-data-in-visual-studio.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: Work with data in Visual Studio
description: Work with data in Visual Studio. Create apps that connect to data in other database products or services over local machines, LANs, or public or private clouds.
ms.date: 11/04/2016
ms.topic: conceptual
helpviewer_keywords:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: Add code to DataSets in n-tier applications
description: Add code to datasets in n-tier apps in Visual Studio. Create a partial class file for a dataset and add code to it (instead of to DatasetName.Dataset.Designer).
ms.date: 11/04/2016
ms.topic: how-to
dev_langs:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: Add code to TableAdapters in n-tier applications
description: Add code to table adapters in n-tier applications. Create a partial class file for TableAdapter and add code to it (instead of to DatasetName.DataSet.Designer).
ms.date: 11/04/2016
ms.topic: how-to
dev_langs:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: Add custom controls to the Data Sources window
description: Add custom controls to the Data Sources window in Visual Studio. Customize the bindable controls list. Add associated controls.
ms.date: 11/04/2016
ms.topic: how-to
f1_keywords:
Expand Down
1 change: 1 addition & 0 deletions docs/data-tools/add-new-connections.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: Add new connections
description: Add a connection in Visual Studio to a DB or service, and explore DB contents and schemas, using Server Explorer, Cloud Explorer, or SQL Server Object Explorer.
ms.date: 11/04/2016
ms.topic: how-to
author: ghogen
Expand Down
1 change: 1 addition & 0 deletions docs/data-tools/add-new-data-sources.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: Add new data sources
description: Add new data sources in Visual Studio. A data source is a .NET object that connects to a data store and make the data available to a .NET application.
ms.date: 11/21/2018
ms.topic: how-to
f1_keywords:
Expand Down
1 change: 1 addition & 0 deletions docs/data-tools/add-validation-to-an-n-tier-dataset.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: Add validation to an n-tier dataset
description: Add validation to an n-tier dataset in Visual Studio. Validate changes to individual columns or whole rows.
ms.date: 11/04/2016
ms.topic: how-to
dev_langs:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: Data access forums
description: Find assistance with troubleshooting errors and warnings in the public forums. View a list of data-related forums.
ms.date: 06/27/2018
ms.topic: troubleshooting
f1_keywords:
Expand Down
1 change: 1 addition & 0 deletions docs/data-tools/bind-controls-to-data-in-visual-studio.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: Bind controls to data
description: Bind controls to data in Visual Studio. Create data-bound controls by dragging items from the Data Sources window.
ms.date: 11/04/2016
ms.topic: how-to
helpviewer_keywords:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: Bind controls to pictures from a database
description: Use the Data Sources window to bind an image in a database to a control in your Visual Studio application.
ms.date: 11/04/2016
ms.topic: how-to
helpviewer_keywords:
Expand Down
1 change: 1 addition & 0 deletions docs/data-tools/bind-objects-in-visual-studio.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: Data bind custom objects
description: Bind objects as data sources in Visual Studio. Use design-time tools for working with custom objects as the data source in your application.
ms.date: 11/04/2016
ms.topic: how-to
dev_langs:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: Bind Windows Forms controls to data
description: Bind Windows Forms controls to data in Visual Studio so that you can display data to users of your application.
ms.date: 11/03/2017
ms.topic: how-to
helpviewer_keywords:
Expand Down
1 change: 1 addition & 0 deletions docs/data-tools/bind-wpf-controls-to-a-dataset.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: Bind WPF controls to a dataset
description: Create a WPF application in Visual Studio that contains data-bound controls, which are bound to product records that are encapsulated in a dataset.
ms.date: 11/04/2016
ms.topic: how-to
dev_langs:
Expand Down
1 change: 1 addition & 0 deletions docs/data-tools/bind-wpf-controls-to-a-wcf-data-service.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: Bind WPF controls to a WCF data service
description: Bind WPF controls to a WCF data service in Visual Studio. The controls are bound to customer records that are encapsulated in a WCF data service.
ms.date: 11/04/2016
ms.topic: how-to
dev_langs:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: Bind WPF controls to data - Part 1
description: Bind WPF controls to data. To create these data-bound controls, drag items from the Data Sources window onto the WPF Designer in Visual Studio.
ms.date: 11/04/2016
ms.topic: how-to
helpviewer_keywords:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Property listed twice
description: Cannot create an association - property listed twice
description: 'Cannot create an association - property listed twice. View information about this Visual Studio Object Relational Designer (O/R Designer) message.'
ms.custom: SEO-VS-2020
ms.date: 11/04/2016
ms.topic: error-reference
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Property types do not match
description: Cannot create an association - property types do not match
description: 'Cannot create an association - property types do not match. View information about this Visual Studio Object Relational Designer (O/R Designer) message.'
ms.date: 11/04/2016
ms.topic: error-reference
ms.assetid: 97ec5a04-6e23-45a2-9226-d77ead854392
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Can't undo change of return type
description: Changing the return type of a DataContext method cannot be undone
description: 'Changing the return type of a DataContext method cannot be undone. View information about this Visual Studio Object Relational Designer (O/R Designer) message.'
ms.custom: SEO-VS-2020
ms.date: 11/04/2016
ms.topic: error-reference
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Uncommitted edits
description: Commit in-process edits on data-bound controls before saving
description: Commit in-process edits on data-bound Windows Forms controls before saving data. Call EndEdit for all BindingSource components on a form.
ms.custom: SEO-VS-2020
ms.date: 11/04/2016
ms.topic: how-to
Expand Down
1 change: 1 addition & 0 deletions docs/data-tools/configure-service-reference-dialog-box.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: Configure Service Reference Dialog Box
description: Use the Configure Service Reference dialog box in Visual Studio to configure the behavior of Windows Communication Foundation (WCF) services.
ms.date: 11/04/2016
ms.topic: reference
f1_keywords:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: "Access local & remote data (ClickOnce apps)"
description: Learn about the variety of options that ClickOnce gives for reading and writing data, both locally and remotely.
ms.custom: SEO-VS-2020
ms.date: "11/04/2016"
ms.topic: "conceptual"
Expand Down
2 changes: 2 additions & 0 deletions docs/deployment/application-deployment-prerequisites.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
title: "Application Deployment Prerequisites | Microsoft Docs"
description: Learn about the deployment prerequisites for your applications, including using the Prerequisites Dialog Box and bootstrapper packages.
ms.custom: SEO-VS-2020
ms.date: "11/04/2016"
ms.topic: "conceptual"
dev_langs:
Expand Down
2 changes: 2 additions & 0 deletions docs/deployment/assembly-element-clickonce-application.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
title: "<assembly> Element (ClickOnce Application) | Microsoft Docs"
description: The assembly element is the root element and is required in ClickOnce Application. Its first contained element must be an assemblyIdentity element.
ms.custom: SEO-VS-2020
ms.date: "11/04/2016"
ms.topic: "reference"
f1_keywords:
Expand Down
2 changes: 2 additions & 0 deletions docs/deployment/assembly-element-clickonce-deployment.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
title: "<assembly> Element (ClickOnce Deployment) | Microsoft Docs"
description: The assembly element is the root element and is required in ClickOnce deployment. Its first contained element must be an assemblyIdentity element.
ms.custom: SEO-VS-2020
ms.date: "11/04/2016"
ms.topic: "reference"
f1_keywords:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
title: "<assemblyIdentity> Element (ClickOnce Application) | Microsoft Docs"
description: The assemblyIdentity element is required in ClickOnce application. It contains no child elements and has attributes described in this article.
ms.custom: SEO-VS-2020
ms.date: "11/04/2016"
ms.topic: "reference"
f1_keywords:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
title: "<assemblyIdentity> Element (ClickOnce Deployment) | Microsoft Docs"
description: The assemblyIdentity element is required in ClickOnce deployment. It contains no child elements and has attributes described in this article.
ms.custom: SEO-VS-2020
ms.date: "11/04/2016"
ms.topic: "reference"
f1_keywords:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
title: "Building ClickOnce Applications from the Command Line | Microsoft Docs"
description: Learn how to build Visual Studio projects from the command line, which allows you to reproduce a build using an automated process.
ms.custom: SEO-VS-2020
ms.date: "11/04/2016"
ms.topic: "conceptual"
dev_langs:
Expand Down
2 changes: 2 additions & 0 deletions docs/deployment/choosing-a-clickonce-deployment-strategy.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
title: "Choosing a ClickOnce Deployment Strategy | Microsoft Docs"
description: Learn about the strategies for deploying a ClickOnce application and how to choose a strategy depending on the type of application that you are deploying.
ms.custom: SEO-VS-2020
ms.date: "11/04/2016"
ms.topic: "conceptual"
dev_langs:
Expand Down
4 changes: 3 additions & 1 deletion docs/deployment/choosing-a-clickonce-update-strategy.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
title: "Choosing a ClickOnce Update Strategy | Microsoft Docs"
description: Learn how a ClickOnce application supports automatic updates and which update strategies you can use.
ms.custom: SEO-VS-2020
ms.date: "11/04/2016"
ms.topic: "conceptual"
dev_langs:
Expand Down Expand Up @@ -116,4 +118,4 @@ ms.workload:
- [Choose a ClickOnce deployment strategy](../deployment/choosing-a-clickonce-deployment-strategy.md)
- [Secure ClickOnce applications](../deployment/securing-clickonce-applications.md)
- [How ClickOnce performs application updates](../deployment/how-clickonce-performs-application-updates.md)
- [How to: Manage updates for a ClickOnce application](../deployment/how-to-manage-updates-for-a-clickonce-application.md)
- [How to: Manage updates for a ClickOnce application](../deployment/how-to-manage-updates-for-a-clickonce-application.md)
2 changes: 2 additions & 0 deletions docs/deployment/clickonce-and-application-settings.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
title: "ClickOnce and Application Settings | Microsoft Docs"
description: Learn how application settings files work in a ClickOnce application and how ClickOnce migrates settings when the user upgrades to the next version.
ms.custom: SEO-VS-2020
ms.date: "11/04/2016"
ms.topic: "conceptual"
dev_langs:
Expand Down
2 changes: 2 additions & 0 deletions docs/deployment/clickonce-and-authenticode.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
title: "ClickOnce and Authenticode | Microsoft Docs"
description: Learn about certificates Authenticode uses to verify the authenticity of applications. Learn how certificates are validated and stored.
ms.custom: SEO-VS-2020
ms.date: "11/04/2016"
ms.topic: "conceptual"
dev_langs:
Expand Down
2 changes: 2 additions & 0 deletions docs/deployment/clickonce-application-manifest.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
title: "ClickOnce Application Manifest | Microsoft Docs"
description: Learn about the ClickOnce application manifest, which is an XML file that describes an application that is deployed using ClickOnce.
ms.custom: SEO-VS-2020
ms.date: "11/04/2016"
ms.topic: "reference"
dev_langs:
Expand Down
2 changes: 2 additions & 0 deletions docs/deployment/clickonce-cache-overview.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
title: "ClickOnce Cache Overview | Microsoft Docs"
description: Learn about the ClickOnce application cache, which includes hidden directories on a client computer where ClickOnce applications are stored.
ms.custom: SEO-VS-2020
ms.date: "11/04/2016"
ms.topic: "conceptual"
dev_langs:
Expand Down
2 changes: 2 additions & 0 deletions docs/deployment/clickonce-deployment-manifest.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
title: "ClickOnce Deployment Manifest | Microsoft Docs"
description: Learn about a deployment manifest, an XML file that describes a ClickOnce deployment, including the current ClickOnce application version to deploy.
ms.custom: SEO-VS-2020
ms.date: "11/04/2016"
ms.topic: "reference"
dev_langs:
Expand Down
2 changes: 2 additions & 0 deletions docs/deployment/clickonce-deployment-on-windows-vista.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
title: "ClickOnce Deployment on Windows Vista | Microsoft Docs"
description: Learn how Visual Studio generates external UAC manifest for ClickOnce and Registration-Free COM applications, which require an external manifest.
ms.custom: SEO-VS-2020
ms.date: "11/04/2016"
ms.topic: "conceptual"
dev_langs:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
title: "ClickOnce Deployment Samples and Walkthroughs | Microsoft Docs"
description: Use these sample applications, example code, and walk-throughs to understand techniques used to deploy Windows Forms, WPF, and console applications.
ms.custom: SEO-VS-2020
ms.date: "11/04/2016"
ms.topic: "conceptual"
dev_langs:
Expand Down
2 changes: 2 additions & 0 deletions docs/deployment/clickonce-reference.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
title: "ClickOnce Reference | Microsoft Docs"
description: Use these reference articles to understand the structure of the XML files used to represent ClickOnce applications.
ms.custom: SEO-VS-2020
ms.date: "11/04/2016"
ms.topic: "reference"
dev_langs:
Expand Down
2 changes: 2 additions & 0 deletions docs/deployment/clickonce-security-and-deployment.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
title: "ClickOnce Security and Deployment | Microsoft Docs"
description: Learn about Visual Studio support for ClickOnce, a deployment technology that enables you to create self-updating Windows-based applications.
ms.custom: SEO-VS-2020
ms.date: "11/04/2016"
ms.topic: "conceptual"
dev_langs:
Expand Down
2 changes: 2 additions & 0 deletions docs/deployment/clickonce-unmanaged-api-reference.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
title: "ClickOnce Unmanaged API Reference | Microsoft Docs"
description: Learn about the ClickOnce unmanaged public APIs from dfshim.dll, including CleanOnlineAppCache, GetDeploymentDataFromManifest, and LaunchApplication.
ms.custom: SEO-VS-2020
ms.date: "11/04/2016"
api_name:
- "CleanOnlineAppCache"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
title: "Code Access Security for ClickOnce Applications | Microsoft Docs"
description: Learn about code access security for ClickOnce applications and how to configure the code access security permissions.
ms.custom: SEO-VS-2020
ms.date: "11/04/2016"
ms.topic: "conceptual"
f1_keywords:
Expand Down
2 changes: 2 additions & 0 deletions docs/deployment/commands-element-bootstrapper.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
title: "<Commands> Element (Bootstrapper) | Microsoft Docs"
description: The Commands element implements tests in the elements underneath InstallChecks and declares the package to install if the ClickOnce bootstrapper test fails.
ms.custom: SEO-VS-2020
ms.date: "11/04/2016"
ms.topic: "conceptual"
dev_langs:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
title: "<compatibleFrameworks> Element (ClickOnce Deployment) | Microsoft Docs"
description: The compatibleFrameworks element identifies the versions of the .NET Framework where this application can install and run.
ms.custom: SEO-VS-2020
ms.date: "11/04/2016"
ms.topic: "reference"
dev_langs:
Expand Down
4 changes: 3 additions & 1 deletion docs/deployment/creating-bootstrapper-packages.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
title: "Create bootstrapper packages"
description: Learn about the Setup program and how to use XML manifests that specify the metadata to manage the installation of ClickOnce components.
ms.custom: SEO-VS-2020
ms.date: "05/02/2018"
ms.topic: "conceptual"
dev_langs:
Expand Down Expand Up @@ -116,4 +118,4 @@ The redistributable list is an XML file that you should name using the following
- [How to: Install prerequisites with a ClickOnce application](../deployment/how-to-install-prerequisites-with-a-clickonce-application.md)
- [Prerequisites dialog box](../ide/reference/prerequisites-dialog-box.md)
- [Product and package schema reference](../deployment/product-and-package-schema-reference.md)
- [Use the Visual Studio 2005 bootstrapper to kick-start your installation](/archive/msdn-magazine/2004/october/visual-studio-2005-bootstrapper-start-kick-your-installation)
- [Use the Visual Studio 2005 bootstrapper to kick-start your installation](/archive/msdn-magazine/2004/october/visual-studio-2005-bootstrapper-start-kick-your-installation)
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
title: "Creating ClickOnce Applications for Others to Deploy | Microsoft Docs"
description: Learn about customer hosted ClickOnce applications developed in .NET Framework 3.5 and previous versions of the .NET Framework.
ms.custom: SEO-VS-2020
ms.date: "11/04/2016"
ms.topic: "conceptual"
dev_langs:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
title: "<customErrorReporting> Element (ClickOnce Deployment) | Microsoft Docs"
description: The customErrorReporting element specifies a URI to show when an error occurs instead of an error dialog box showing the exception stack.
ms.custom: SEO-VS-2020
ms.date: "11/04/2016"
ms.topic: "reference"
dev_langs:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
title: Debug ClickOnce apps that use System.Deployment.Application
description: Learn how to use and customize advanced ClickOnce deployment features by accessing the deployment object model provided by System.Deployment.Application.
ms.custom: SEO-VS-2020
ms.date: 11/04/2016
ms.topic: how-to
dev_langs:
Expand Down
2 changes: 2 additions & 0 deletions docs/deployment/dependency-element-clickonce-application.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
title: "<dependency> Element (ClickOnce Application) | Microsoft Docs"
description: The dependency element identifies a platform or assembly dependency that is required for the application.
ms.custom: SEO-VS-2020
ms.date: "11/04/2016"
ms.topic: "reference"
f1_keywords:
Expand Down
2 changes: 2 additions & 0 deletions docs/deployment/dependency-element-clickonce-deployment.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
title: "<dependency> Element (ClickOnce Deployment) | Microsoft Docs"
description: The dependency element identifies the version of the application to install, and the location of the application manifest.
ms.custom: SEO-VS-2020
ms.date: "11/04/2016"
ms.topic: "reference"
f1_keywords:
Expand Down
Loading