Skip to content

Commit cfb2cc2

Browse files
committed
Merging changes synced from https://github.com/MicrosoftDocs/visualstudio-docs-pr (branch live)
2 parents 36befaa + f930bc2 commit cfb2cc2

30 files changed

+532
-27
lines changed

.acrolinx-config.edn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
{:allowed-branchname-matches ["master" "release-.*" "sandbox-.*"]
2-
:allowed-filename-matches ["docs" "mac" "scripting-docs" "subscriptions"]}
2+
:allowed-filename-matches ["docker/" "docs/" "mac/" "scripting-docs/" "subscriptions/"]}

bridge/articles/bridge-to-kubernetes-aks.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ ms.author: ghogen
44
author: ghogen
55
manager: jmartens
66
ms.technology: bridge
7+
ms.custom: "contperf-fy22q1"
78
title: Use Bridge to Kubernetes to run and debug locally with Kubernetes with AKS in Azure
89
ms.date: 11/12/2020
910
description: Learn how to use Bridge to Kubernetes to connect your development computer to an AKS Kubernetes cluster

bridge/articles/bridge-to-kubernetes-sample.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ ms.author: ghogen
44
author: ghogen
55
manager: jmartens
66
ms.technology: bridge
7+
ms.custom: "contperf-fy22q1"
78
title: Learn how to use Bridge to Kubernetes to run and debug locally with Kubernetes, using a TODO sample app.
89
ms.date: 10/20/2020
910
description: Use a todo sample app to learn how to use Bridge to Kubernetes to develop, debug, and test a Kubernetes application locally in Visual Studio Code

bridge/articles/bridge-to-kubernetes-vs-code.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ ms.author: ghogen
44
author: ghogen
55
manager: jmartens
66
ms.technology: bridge
7+
ms.custom: "contperf-fy22q1"
78
title: Use Bridge to Kubernetes to run and debug locally with Kubernetes
89
ms.date: 04/14/2021
910
description: Learn how to use Bridge to Kubernetes to connect your development computer to a Kubernetes cluster and use local tunnel debugging to debug Kubernetes services on your local machine.

bridge/articles/bridge-to-kubernetes-vs.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: "Tutorial: Connect development machines with Bridge to Kubernetes"
33
ms.technology: bridge
4+
ms.custom: "contperf-fy22q1"
45
ms.date: 03/24/2021
56
ms.topic: "tutorial"
67
description: "Connect your development computer to a Kubernetes cluster with Bridge to Kubernetes with Visual Studio."

bridge/articles/configure-bridge-to-kubernetes.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ author: ghogen
88
ms.author: ghogen
99
manager: jmartens
1010
ms.technology: bridge
11+
ms.custom: "contperf-fy22q1"
1112
---
1213

1314
# Configure Bridge to Kubernetes

bridge/articles/index.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ metadata:
99
ms.date: 07/25/2021
1010
ms.author: ghogen
1111
ms.technology: bridge
12+
ms.custom: "contperf-fy22q1"
1213

1314
# linkListType: architecture | concept | deploy | download | get-started | how-to-guide | learn | overview | quickstart | reference | tutorial | video | whats-new
1415

bridge/articles/kubernetes-environment-variables.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ author: ghogen
77
manager: jmartens
88
ms.topic: conceptual
99
ms.technology: bridge
10+
ms.custom: "contperf-fy22q1"
1011
---
1112
# Kubernetes service environment variables
1213

bridge/articles/managed-identity.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: "How to use managed identity with Bridge to Kubernetes"
33
ms.technology: bridge
4+
ms.custom: "contperf-fy22q1"
45
ms.date: 04/28/2021
56
ms.topic: "conceptual"
67
description: "Learn how to use Azure Active Directory (Azure AD) managed identity in an AKS cluster with Bridge to Kubernetes"

bridge/articles/overview-bridge-to-kubernetes.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: "How Bridge to Kubernetes works"
33
ms.technology: bridge
4+
ms.custom: "contperf-fy22q1"
45
ms.date: 11/19/2020
56
ms.topic: "conceptual"
67
description: "Describes the processes for using Bridge to Kubernetes to connect your development computer to your Kubernetes cluster"

bridge/articles/parallel-services.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ author: ghogen
66
ms.author: ghogen
77
manager: jmartens
88
ms.technology: bridge
9+
ms.custom: "contperf-fy22q1"
910
ms.topic: how-to
1011
---
1112
# Debug multiple services (VS Code)

docker/tutorials/deploy-to-cloud.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ author: nebuk89
66
ms.author: ghogen
77
manager: jmartens
88
ms.technology: vs-docker
9+
ms.custom: "contperf-fy22q1"
910

1011
ms.topic: conceptual
1112
ms.workload:

docker/tutorials/docker-tutorial.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ author: nebuk89
66
ms.author: ghogen
77
manager: jmartens
88
ms.technology: vs-docker
9+
ms.custom: "contperf-fy22q1"
910
ms.topic: tutorial
1011
ms.workload:
1112
- "azure"

docker/tutorials/image-building-best-practices.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ author: nebuk89
66
ms.author: ghogen
77
manager: jmartens
88
ms.technology: vs-docker
9+
ms.custom: "contperf-fy22q1"
910

1011
ms.topic: conceptual
1112
ms.workload:

docker/tutorials/multi-container-apps.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ author: nebuk89
66
ms.author: ghogen
77
manager: jmartens
88
ms.technology: vs-docker
9+
ms.custom: "contperf-fy22q1"
910

1011
ms.topic: conceptual
1112
ms.workload:

docker/tutorials/persist-your-data.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ author: nebuk89
66
ms.author: ghogen
77
manager: jmartens
88
ms.technology: vs-docker
9+
ms.custom: "contperf-fy22q1"
910

1011
ms.topic: conceptual
1112
ms.workload:

docker/tutorials/share-your-app.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ author: nebuk89
66
ms.author: ghogen
77
manager: jmartens
88
ms.technology: vs-docker
9+
ms.custom: "contperf-fy22q1"
910

1011
ms.topic: conceptual
1112
ms.workload:

docker/tutorials/update-your-app.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ author: nebuk89
66
ms.author: ghogen
77
manager: jmartens
88
ms.technology: vs-docker
9+
ms.custom: "contperf-fy22q1"
910

1011
ms.topic: conceptual
1112
ms.workload:

docker/tutorials/use-bind-mounts.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ author: nebuk89
66
ms.author: ghogen
77
manager: jmartens
88
ms.technology: vs-docker
9+
ms.custom: "contperf-fy22q1"
910

1011
ms.topic: conceptual
1112
ms.workload:

docker/tutorials/use-docker-compose.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ author: nebuk89
66
ms.author: ghogen
77
manager: jmartens
88
ms.technology: vs-docker
9+
ms.custom: "contperf-fy22q1"
910

1011
ms.topic: conceptual
1112
ms.workload:

docker/tutorials/whats-next.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ author: nebuk89
66
ms.author: ghogen
77
manager: jmartens
88
ms.technology: vs-docker
9+
ms.custom: "contperf-fy22q1"
910

1011
ms.topic: conceptual
1112
ms.workload:

docker/tutorials/your-application.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ author: nebuk89
66
ms.author: ghogen
77
manager: jmartens
88
ms.technology: vs-docker
9+
ms.custom: "contperf-fy22q1"
910

1011
ms.topic: conceptual
1112
ms.workload:

docs/extensibility/walkthrough-creating-an-sdk-using-cpp.md

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -62,23 +62,7 @@ This walkthrough shows how to create a native C++ math library SDK, package the
6262

6363
4. Use the following XML to replace the existing XML.
6464

65-
```xml
66-
<PackageManifest Version="2.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2011" xmlns:d="http://schemas.microsoft.com/developer/vsx-schema-design/2011">
67-
<Metadata>
68-
<Identity Id="NativeMathVSIX..c6b3cae1-e7e2-4e71-90f6-21017ea0dff7" Version="1.0" Language="en-US" Publisher="MyName" />
69-
<DisplayName>Native Math SDK</DisplayName>
70-
<Description>Native Math Library w/ Windows Runtime Additions</Description>
71-
</Metadata>
72-
<Installation Scope="Global" AllUsers="true">
73-
<InstallationTarget Id="Microsoft.ExtensionSDK" TargetPlatformIdentifier="Windows" TargetPlatformVersion="v8.0" SdkName="NativeMathSDK" SdkVersion="1.0" />
74-
</Installation>
75-
<Dependencies>
76-
</Dependencies>
77-
<Assets>
78-
<Asset Type="Microsoft.ExtensionSDK" d:Source="File" Path="SDKManifest.xml" />
79-
</Assets>
80-
</PackageManifest>
81-
```
65+
:::code language="xml" source="../snippets/cpp/VS_Snippets_VSSDK/creatingansdkusingcpp/cpp/nativemathvsix/source.extension.vsixmanifest" id="Snippet6":::
8266

8367
5. In **Solution Explorer**, open the shortcut menu for the **NativeMathVSIX** project, and then choose **Add** > **New Item**.
8468

Loading
25.4 KB
Loading

docs/ide/dotfuscator/register.md

Lines changed: 68 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,68 @@
1+
---
2+
title: Register Dotfuscator Community
3+
ms.date: 07/22/2021
4+
ms.devlang: dotnet
5+
ms.topic: how-to
6+
keywords: Dotfuscator, Dotfuscator Community, Dotfuscator CE, PreEmptive, PreEmptive Solutions, PreEmptive Protection, protection, community edition, obfuscation, .NET, free, Visual Studio 2019, Visual Studio 2017, Visual Studio, upgrade, command line, register
7+
helpviewer_keywords:
8+
- PreEmptive Protection Dotfuscator
9+
- Dotfuscator Community Edition
10+
- Dotfuscator CE
11+
- Dotfuscator Community
12+
- Dotfuscator
13+
- obfuscation
14+
- protection
15+
- Dotfuscator upgrade
16+
- upgrade Dotfuscator
17+
- upgrading Dotfuscator
18+
- register Dotfuscator
19+
- registering Dotfuscator
20+
- Dotfuscator command line
21+
- Dotfuscator Professional
22+
description: Learn how to register the free copy of Dotfuscator Community included in Visual Studio.
23+
author: TerryGLee
24+
ms.author: tglee
25+
manager: jmartens
26+
---
27+
# Register Dotfuscator Community
28+
29+
This article describes how to register the free copy of Dotfuscator Community that's included in Visual Studio and the advantages of registering Dotfuscator Community.
30+
31+
## Why register?
32+
33+
Registered users of Dotfuscator Community get access to additional features, such as [command-line support][cli], which makes it easy to integrate Dotfuscator into your automated build process. Registering also gives you access to a built-in tool you can use to efficiently [decode obfuscated stack traces][decode-obfuscated].
34+
35+
Registration is quick, simple, and free of charge.
36+
37+
## Registration instructions
38+
39+
After [installation][install], you can register Dotfuscator Community via the [graphical user interface][gui](GUI)). To open the GUI, go to the Visual Studio **Tools** menu and select **PreEmptive Protection - Dotfuscator Community**.
40+
41+
If you're running Dotfuscator Community for the first time, you're prompted to sign an End-User License Agreement. After you sign the agreement, the registration form appears.
42+
43+
If you have already run Dotfuscator Community, but have not yet registered it, to view the registration form, open the **Help** menu, and then select **Register Product**.
44+
45+
![Screenshot that shows the registration page.](media/registration.png)
46+
47+
Some of the fields in the registration form may already be filled based on your Visual Studio account. Ensure that the field values are correct, then fill in the remaining fields and click *Submit*.
48+
49+
![Screenshot that shows the registration confirmation page.](media/registration-confirm.png)
50+
51+
After submitting your registration, a dialog will appear and prompt you for your *confirmation code*. You will receive an email from PreEmptive containing this code. Enter the code and click *OK* to complete your registration.
52+
53+
> [!NOTE]
54+
> If you initially cancel the confirmation dialog, you can view it again in Dotfuscator's GUI by opening the **Help** menu, and then selecting **Register Product**.
55+
56+
When registration is finished, you'll immediately be able to use more features, such as the [command-line interface][cli].
57+
58+
If you checked *Send me Dotfuscator Professional so I can try its advanced features* when you registered, you'll also receive information about how to get an evaluation copy of [Dotfuscator Professional][get-pro]. You can use your email to create an account for the [members section of preemptive.com][members] where you can manage evaluations.
59+
60+
[install]: https://www.preemptive.com/dotfuscator/ce/docs/help/intro_install.html
61+
[get-pro]: https://www.preemptive.com/dotfuscator/ce/docs/help/intro_upgrades.html
62+
63+
[gui]: https://www.preemptive.com/dotfuscator/ce/docs/help/getting_started_gui.html
64+
[gui-start]: https://www.preemptive.com/dotfuscator/ce/docs/help/getting_started_gui.html#overview
65+
[cli]: https://www.preemptive.com/dotfuscator/ce/docs/help/intro_cli.html
66+
[decode-obfuscated]: https://www.preemptive.com/dotfuscator/ce/docs/help/gui_decode_stack_trace.html
67+
68+
[members]: https://www.preemptive.com/my-account

0 commit comments

Comments
 (0)