Skip to content

Repo sync for protected branch #10089

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 28 commits into from
Mar 2, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
3c3bf12
Add article for .NET 5plus Project Designer
Mikejo5000 Feb 28, 2024
7505ad0
updates
Mikejo5000 Feb 28, 2024
c89bbce
edits
Mikejo5000 Feb 29, 2024
1835ead
edits
Mikejo5000 Feb 29, 2024
c09e531
edits
Mikejo5000 Feb 29, 2024
8d7a406
link fixes
Mikejo5000 Feb 29, 2024
c4eba12
add version monikers
Mikejo5000 Feb 29, 2024
1bb0af2
add version monikers
Mikejo5000 Feb 29, 2024
de24844
more monikers
Mikejo5000 Feb 29, 2024
248859f
edits
Mikejo5000 Feb 29, 2024
0b7a89b
link updates
Mikejo5000 Feb 29, 2024
b801fb7
Added versioned content
Mikejo5000 Mar 1, 2024
3fb3d04
fixed warnings
Mikejo5000 Mar 1, 2024
92d7812
tweaks
Mikejo5000 Mar 1, 2024
4e65e8f
Change feedback system
ghogen Mar 1, 2024
6dea75a
Change feedback system
ghogen Mar 1, 2024
f2246b1
Update metadata comment
ghogen Mar 1, 2024
18e0183
Touch article for preview link
ghogen Mar 1, 2024
e669b90
Update ISSUE_TEMPLATE.md
ghogen Mar 1, 2024
5f66cf3
Update README.md
ghogen Mar 1, 2024
da9e885
Merge pull request #12245 from MicrosoftDocs/ghogen-patch-28
ghogen Mar 1, 2024
1a7605b
Merge pull request #12246 from MicrosoftDocs/ghogen-patch-29
ghogen Mar 1, 2024
dcdcbcc
Merge pull request #12243 from ghogen/feedback-system
ghogen Mar 1, 2024
6531070
Merge pull request #12244 from ghogen/feedback-system-docker-tutorials
ghogen Mar 1, 2024
cfeb6d6
Update docfx.json to use Standard feedback system
ghogen Mar 1, 2024
3abaf6c
Merge pull request #12247 from MicrosoftDocs/ghogen-patch-28
ghogen Mar 1, 2024
bfad41f
Merge pull request #12227 from Mikejo5000/mikejo-designer
Mar 1, 2024
a520501
Merging changes synced from https://github.com/MicrosoftDocs/visualst…
Mar 2, 2024
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
2 changes: 1 addition & 1 deletion ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

This repository is moving to a new customer feedback system. See https://aka.ms/ContentUserFeedback.

As part of this transition, this channel will be closed in the near future for entering issues on the Visual Studio documentation. Please use the feedback mechanism at the top right of an article to report issues with that article.
As part of this transition, this channel will be closed in the near future for entering issues on the Visual Studio documentation. To report an issue with an article, use the feedback button at the top right of the article, or immediately following the article.

For information about reporting a problem with Visual Studio, see [Report a problem](docs/ide/how-to-report-a-problem-with-visual-studio.md).
-->
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ The documentation for Visual Basic and Visual C# is located in the [dotnet docs

## Submit feedback

The Learn site is changing how we receive feedback on the documentation. The new way is already available by clicking on the Feedback icon at the top right of each article. The old way (GitHub Issue controls at the bottom of the pages) is still available as of February 2024, but will be retired in the coming months. See [Announcing a new way to give feedback on Microsoft Learn](https://aka.ms/contentuserfeedback).
The Learn site is changing how we receive feedback on the documentation. The new way is already available by clicking on the Feedback icon at the top right of each article, or immediately following an article. See [Announcing a new way to give feedback on Microsoft Learn](https://aka.ms/contentuserfeedback).

## Contribute to the documentation

Expand Down
1 change: 0 additions & 1 deletion bridge/articles/overview-bridge-to-kubernetes.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ manager: jmartens
author: ghogen
ms.author: ghogen
---

# How Bridge to Kubernetes works

*Bridge to Kubernetes* is an iterative development tool for authoring microservice applications that target Kubernetes. The Bridge to Kubernetes extension is available for Visual Studio and Visual Studio Code (VS Code).
Expand Down
2 changes: 1 addition & 1 deletion bridge/docfx.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"uhfHeaderId": "MSDocsHeader-VisualStudio",
"breadcrumb_path": "/visualstudio/bridge/breadcrumb/toc.json",
"extendBreadcrumb": true,
"feedback_system": "GitHub",
"feedback_system": "Standard",
"ms.service": "visual-studio-family"
},
"fileMetadata": {},
Expand Down
3 changes: 1 addition & 2 deletions docker/docfx.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,7 @@
"externalReference": [],
"globalMetadata": {
"uhfHeaderId": "MSDocsHeader-VisualStudio",
"feedback_system": "GitHub",
"feedback_github_repo": "MicrosoftDocs/visualstudio-docs",
"feedback_system": "Standard",
"breadcrumb_path": "/visualstudio/docker/breadcrumb/toc.json",
"extendBreadcrumb": true,
"ms.service": "visual-studio-family",
Expand Down
2 changes: 1 addition & 1 deletion docker/tutorials/docker-tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ms.author: ghogen
ms.service: vs-code
ms.topic: tutorial
ms.date: 04/12/2023
# Under contractual obligation with Docker Inc. to provide this content. Contact is: nebuk89. Mike Morton has context on MSFT side, but has moved on to another role.
# Agreed with Docker Inc. to provide this content. Contact is: nebuk89. Mike Morton has context on MSFT side, but has moved on to another role.
---

# Tutorial: Create a Docker app with Visual Studio Code
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ helpviewer_keywords:
author: ghogen
ms.author: ghogen
manager: jmartens
monikerRange: 'vs-2019'
---
# Advanced Build Settings dialog box (C#)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ helpviewer_keywords:
author: ghogen
ms.author: ghogen
manager: ghogen
monikerRange: 'vs-2019'
---
# Advanced Compiler Settings Dialog Box (Visual Basic)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ helpviewer_keywords:
author: Mikejo5000
ms.author: mikejo
manager: jmartens
monikerRange: 'vs-2019'
---
# Advanced Security Settings dialog box

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ author: ghogen
ms.author: ghogen
manager: jmartens
ms.subservice: general-ide
monikerRange: 'vs-2019'
---
# Advanced Settings for Services Dialog Box

Expand Down
13 changes: 1 addition & 12 deletions docs/ide/reference/application-page-project-designer-csharp.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ author: ghogen
ms.author: ghogen
manager: jmartens
ms.subservice: general-ide
monikerRange: 'vs-2019'
---
# Application Page, Project Designer (C#)

Expand Down Expand Up @@ -48,20 +49,8 @@ Specifies the version of .NET that the application targets. This option can have

For .NET Framework projects, the default value matches the target framework that you specified when you created the project.

For a project that targets .NET Core, the available versions might appear as follows:

::: moniker range="vs-2022"

:::image type="content" source="../media/vs-2022/application-target-framework.png" alt-text="Screenshot of the target framework versions for a .NET Core project in Visual Studio 2022.":::

::: moniker-end

::: moniker range="<=vs-2019"

![Target framework versions for a .NET Core project](../media/application-target-framework.png)

::: moniker-end

> [!NOTE]
> The prerequisite packages listed in the [Prerequisites Dialog Box](../../ide/reference/prerequisites-dialog-box.md) are set automatically the first time that you open the dialog box. If you subsequently change the project's target framework, you must select the prerequisites manually to match the new target framework.
Expand Down
11 changes: 1 addition & 10 deletions docs/ide/reference/application-page-project-designer-uwp.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ author: ghogen
ms.author: ghogen
manager: jmartens
ms.subservice: general-ide
monikerRange: 'vs-2019'
---
# Application property page (UWP projects)

Expand Down Expand Up @@ -38,18 +39,8 @@ To access this property programmatically, see <xref:VSLangProj.ProjectProperties

You can set the target version and minimum version of Windows 10 for your app by using the drop-down lists in this section. It is recommended that you target the latest version of Windows 10, and if you are developing an enterprise app, that you support an older minimum version too. For more information about which Windows 10 and later versions to choose, see [Choose a UWP version](/windows/uwp/updates-and-versions/choose-a-uwp-version).

::: moniker range="vs-2019"

For information about platform targeting in Visual Studio, see [Platform targeting](/visualstudio/releases/2019/compatibility#platform-targeting).

::: moniker-end

::: moniker range="vs-2022"

For information about platform targeting in Visual Studio, see [Platform targeting](/visualstudio/releases/2022/compatibility#platform-targeting).

::: moniker-end

## See also

- [Create your first UWP app](/windows/uwp/get-started/your-first-app)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ author: Mikejo5000
ms.author: mikejo
manager: jmartens
ms.subservice: general-ide
monikerRange: 'vs-2019'
---
# Application Page, Project Designer (Visual Basic)

Expand Down
1 change: 1 addition & 0 deletions docs/ide/reference/assembly-information-dialog-box.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ author: ghogen
ms.author: ghogen
manager: jmartens
ms.subservice: general-ide
monikerRange: 'vs-2019'
---
# Assembly Information dialog box

Expand Down
1 change: 1 addition & 0 deletions docs/ide/reference/build-events-dialog-box-visual-basic.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ helpviewer_keywords:
author: ghogen
ms.author: ghogen
manager: jmartens
monikerRange: 'vs-2019'
---
# Build Events Dialog Box (Visual Basic)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ helpviewer_keywords:
author: ghogen
ms.author: ghogen
manager: jmartens
monikerRange: 'vs-2019'
---
# Build Events Page, Project Designer (C#)

Expand Down
1 change: 1 addition & 0 deletions docs/ide/reference/build-page-project-designer-csharp.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ helpviewer_keywords:
author: ghogen
ms.author: ghogen
manager: jmartens
monikerRange: 'vs-2019'
---
# Build Page, Project Designer (C#)

Expand Down
1 change: 1 addition & 0 deletions docs/ide/reference/code-analysis-project-designer.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ author: Mikejo5000
ms.author: mikejo
manager: jmartens
ms.subservice: general-ide
monikerRange: 'vs-2019'
---
# Code Analysis, Project Designer

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ helpviewer_keywords:
author: ghogen
ms.author: ghogen
manager: jmartens
monikerRange: 'vs-2019'
---
# Compile Page, Project Designer (Visual Basic)

Expand Down
1 change: 1 addition & 0 deletions docs/ide/reference/debug-page-project-designer.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ helpviewer_keywords:
author: Mikejo5000
ms.author: mikejo
manager: jmartens
monikerRange: 'vs-2019'
---
# Debug Page, Project Designer

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ author: ghogen
ms.author: ghogen
manager: jmartens
ms.subservice: general-ide
monikerRange: 'vs-2019'
---
# My Extensions Page, Project Designer (Visual Basic)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ helpviewer_keywords:
author: ghogen
ms.author: ghogen
manager: jmartens
monikerRange: 'vs-2019'
---
# Pre-build event/post-build event command line dialog box

Expand Down
Loading