Skip to content

Repo sync for protected CLA branch #8475

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 36 commits into from
Sep 16, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
36 commits
Select commit Hold shift + click to select a range
d51649d
Build validation fixes
damabe Jul 30, 2022
a7ba24a
Build validation fixes
damabe Jul 30, 2022
c28cfc7
Update docs/ide/reference/convert-local-function-method.md
v-emilypr Aug 9, 2022
be9ff42
Update docs/ide/reference/convert-local-function-method.md
v-emilypr Aug 9, 2022
02bcb78
Update docs/ide/reference/generate-deconstructor.md
v-emilypr Aug 9, 2022
04b4685
Update docs/ide/reference/generate-deconstructor.md
v-emilypr Aug 9, 2022
863e735
Update docs/ide/reference/invert-conditional-logical.md
v-emilypr Aug 9, 2022
2283942
Update docs/ide/reference/invert-conditional-logical.md
v-emilypr Aug 9, 2022
2247c9a
Update invert-if-statement.md
v-emilypr Aug 9, 2022
4e259df
Update invert-if-statement.md
v-emilypr Aug 9, 2022
0548a3a
Update pull-members-up.md
v-emilypr Aug 9, 2022
92fc889
Update unused-values-parameters.md
v-emilypr Aug 9, 2022
73089d3
Update use-block-body-lambda.md
v-emilypr Aug 9, 2022
6d71802
Update dotnet-alloc-tool.md
v-emilypr Aug 9, 2022
79c579b
Update dotnet-counters-tool.md
v-emilypr Aug 9, 2022
141f1ed
Update events-viewer.md
v-emilypr Aug 9, 2022
06dd352
Update optimize-profiler-settings.md
v-emilypr Aug 9, 2022
47bc3b4
Update optimize-profiler-settings.md
v-emilypr Aug 9, 2022
8e13087
Update use-multiple-profiler-tools-simultaneously.md
v-emilypr Aug 9, 2022
1021fa1
Update test-explorer-faq.md
v-emilypr Aug 9, 2022
0ef0932
Update generate-deconstructor.md
damabe Aug 11, 2022
fd3d1fb
Update convert-local-function-method.md
damabe Aug 11, 2022
964f2f1
Update invert-conditional-logical.md
damabe Aug 11, 2022
e44337d
Update invert-if-statement.md
damabe Aug 11, 2022
94efba5
Update pull-members-up.md
damabe Aug 11, 2022
89c5c18
Update unused-values-parameters.md
damabe Aug 11, 2022
11e06e0
Update use-block-body-lambda.md
damabe Aug 11, 2022
8b41c16
Update dotnet-alloc-tool.md
damabe Aug 11, 2022
0e93276
Update dotnet-counters-tool.md
damabe Aug 11, 2022
3532b14
Update dotnet-counters-tool.md
damabe Aug 11, 2022
3a0fb16
Update dotnet-alloc-tool.md
damabe Aug 11, 2022
7135cb9
Update dotnet-counters-tool.md
damabe Aug 31, 2022
2c36b96
Merge branch 'main' into vdamabe-validation1
damabe Aug 31, 2022
4513a21
Merge branch 'main' into vdamabe-validation1
damabe Sep 16, 2022
07a2d68
Merge pull request #10248 from damabe/vdamabe-validation1
v-emilypr Sep 16, 2022
43a45de
Merging changes synced from https://github.com/MicrosoftDocs/visualst…
opbld15 Sep 16, 2022
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 docs/ide/cpp-editorconfig-properties.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ titleSuffix: ""
description: "Learn about how to use EditorConfig to format C++ code in Visual Studio."
ms.date: 9/14/2020
author: jureid
ms.author: jureid
ms.author: ghogen
manager: jmartens
ms.technology: vs-ide-general
dev_langs:
Expand Down
4 changes: 2 additions & 2 deletions docs/ide/reference/convert-local-function-method.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ description: Learn how to use the Quick Actions and Refactorings menu to convert
ms.custom: SEO-VS-2020
ms.date: 02/19/2019
ms.topic: reference
author: kendrahavens
ms.author: kehavens
author: mikadumont
ms.author: midumont
manager: jmartens
ms.technology: vs-ide-general
ms.workload:
Expand Down
6 changes: 3 additions & 3 deletions docs/ide/reference/generate-deconstructor.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ description: Learn how to use the Quick Actions and Refactorings menu to immedia
ms.custom: SEO-VS-2020
ms.date: 02/19/2019
ms.topic: reference
author: kendrahavens
ms.author: kehavens
author: mikadumont
ms.author: midumont
manager: jmartens
ms.technology: vs-ide-general
dev_langs:
Expand Down Expand Up @@ -51,4 +51,4 @@ This code generation applies to:

- [Code generation](../code-generation-in-visual-studio.md)
- [Preview changes](../../ide/preview-changes.md)
- [Tips for .NET developers](../csharp-developer-productivity.md)
- [Tips for .NET developers](../csharp-developer-productivity.md)
4 changes: 2 additions & 2 deletions docs/ide/reference/invert-conditional-logical.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ description: Learn how to use the Quick Actions and Refactorings menu to invert
ms.custom: SEO-VS-2020
ms.date: 02/19/2019
ms.topic: reference
author: kendrahavens
ms.author: kehavens
author: mikadumont
ms.author: midumont
manager: jmartens
ms.technology: vs-ide-general
dev_langs:
Expand Down
4 changes: 2 additions & 2 deletions docs/ide/reference/invert-if-statement.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ description: Learn how to use the Quick Actions and Refactorings menu to invert
ms.custom: SEO-VS-2020
ms.date: 02/19/2019
ms.topic: reference
author: kendrahavens
ms.author: kehavens
author: mikadumont
ms.author: midumont
manager: jmartens
ms.technology: vs-ide-general
dev_langs:
Expand Down
4 changes: 2 additions & 2 deletions docs/ide/reference/pull-members-up.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ description: Learn how to use the Quick Actions and Refactorings menu to pull me
ms.custom: SEO-VS-2020
ms.date: 02/13/2019
ms.topic: reference
author: kendrahavens
ms.author: kehavens
author: mikadumont
ms.author: midumont
manager: jmartens
ms.technology: vs-ide-general
dev_langs:
Expand Down
4 changes: 2 additions & 2 deletions docs/ide/reference/unused-values-parameters.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ description: Learn about unused value assignments, variables, and parameters and
ms.custom: SEO-VS-2020
ms.date: 02/15/2019
ms.topic: reference
author: kendrahavens
ms.author: kehavens
author: mikadumont
ms.author: midumont
manager: jmartens
ms.technology: vs-ide-general
dev_langs:
Expand Down
6 changes: 3 additions & 3 deletions docs/ide/reference/use-block-body-lambda.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ description: Learn how to use the Quick Actions and Refactorings menu to refacto
ms.custom: SEO-VS-2020
ms.date: 02/14/2019
ms.topic: reference
author: kendrahavens
ms.author: kehavens
author: mikadumont
ms.author: midumont
manager: jmartens
ms.technology: vs-ide-general
dev_langs:
Expand Down Expand Up @@ -39,4 +39,4 @@ This refactoring applies to:
## See also

- [Refactoring](../refactoring-in-visual-studio.md)
- [Tips for .NET Developers](../csharp-developer-productivity.md)
- [Tips for .NET Developers](../csharp-developer-productivity.md)
4 changes: 2 additions & 2 deletions docs/profiling/dotnet-alloc-tool.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ ms.date: 12/9/2019
ms.topic: how-to
helpviewer_keywords:
- memory allocation, memory usage
author: Sagar-S-S
ms.author: sashe
author: Mikejo5000
ms.author: mikejo
manager: AndSter
ms.workload:
- multiple
Expand Down
2 changes: 1 addition & 1 deletion docs/profiling/dotnet-counters-tool.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ helpviewer_keywords:
- "dotnet, counters, profiling"
author: MikeJo5000
ms.author: mikejo
manager: jmartens
manager: AndSter
ms.workload:
- "multiple"
---
Expand Down
4 changes: 2 additions & 2 deletions docs/profiling/events-viewer.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ ms.date: 4/30/2020
ms.topic: how-to
helpviewer_keywords:
- Profiler, Events Viewer
author: Sagar-S-S
ms.author: sashe
author: MikeJo5000
ms.author: mikejo
manager: AndSter
ms.workload:
- multiple
Expand Down
4 changes: 2 additions & 2 deletions docs/profiling/optimize-profiler-settings.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ ms.date: 4/29/2020
ms.topic: how-to
helpviewer_keywords:
- Profiler, improve performance
author: Sagar-S-S
ms.author: sashe
author: MikeJo5000
ms.author: mikejo
manager: AndSter
ms.workload:
- multiple
Expand Down
4 changes: 2 additions & 2 deletions docs/profiling/use-multiple-profiler-tools-simultaneously.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ ms.date: 4/29/2020
ms.topic: how-to
helpviewer_keywords:
- Profiler, multiple tools
author: Sagar-S-S
ms.author: sashe
author: MikeJo5000
ms.author: mikejo
manager: AndSter
ms.workload:
- multiple
Expand Down
2 changes: 1 addition & 1 deletion docs/test/microsoft-code-coverage-console-tool.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ Microsoft.CodeCoverage.Console instrument

## Static code coverage for C++ code

The Microsoft.CodeCoverage.Console tool can be used to collect code coverage for C++ using static instrumentation. There are three different methods available that you can use. To demonstrate, let's assume we have a simple C++ console application (linked with the option [/PROFILE](/cpp/build/reference/profile-performance-tools-profiler?view=msvc-170)):
The Microsoft.CodeCoverage.Console tool can be used to collect code coverage for C++ using static instrumentation. There are three different methods available that you can use. To demonstrate, let's assume we have a simple C++ console application (linked with the option [/PROFILE](/cpp/build/reference/profile-performance-tools-profiler)):

```console
D:\ConsoleApplication\x64\Debug> .\ConsoleApplication.exe
Expand Down
6 changes: 3 additions & 3 deletions docs/test/test-explorer-faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ helpviewer_keywords:
- "summary line"
- "unit tests"
- "Test Explorer FAQ"
ms.author: jmartens
ms.author: mikejo
ms.workload:
- "multiple"
author: jmartens
author: MikeJo5000
manager: jmartens
ms.technology: vs-ide-test
---
Expand Down Expand Up @@ -129,4 +129,4 @@ In Visual Studio 2019, you can opt into preview features in **Tools > Options >
- <xref:Microsoft.VisualStudio.TestTools.UnitTesting?displayProperty=fullName>
- [Create and run unit tests for existing code](/previous-versions/dd293546(v=vs.110))
- [Unit test your code](unit-test-your-code.md)
- [Live unit testing FAQ](live-unit-testing-faq.yml)
- [Live unit testing FAQ](live-unit-testing-faq.yml)
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ms.faqid: group1_4
ms.topic: include
ms.assetid: e45ac76b-3ab1-45cf-a680-488f65e7e84f
author: evanwindom
ms.author: v-evwin
ms.author: v-evanwindom
ms.date: 12/03/2020
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: Learn how to download, install, and activate the Visual Studio IDE
ms.topic: include
ms.assetid: 33324c7c-a45e-4125-b146-5e76649601da
author: evanwindom
ms.author: v-evwin
ms.author: v-evanwindom
ms.date: 04/01/2021
ms.faqid: q3_4
---
Expand Down