Skip to content

Commit 350208e

Browse files
committed
fix validation errors
1 parent 3a136f5 commit 350208e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/modeling/code-generation-in-a-build-process.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -314,6 +314,6 @@ If you update an included file or another file read by the template, Visual Stud
314314
::: moniker range="vs-2019"
315315

316316
- There's good guidance in the T4 MSbuild template at `%ProgramFiles(x86)%\Microsoft Visual Studio\2019\Enterprise\msbuild\Microsoft\VisualStudio\v16.0\TextTemplating\Microsoft.TextTemplating.targets`
317+
:::moniker-end
317318

318-
319-
- [Write a T4 text template](../modeling/writing-a-t4-text-template.md)
319+
- [Write a T4 text template](../modeling/writing-a-t4-text-template.md)

docs/test/customizing-code-coverage-analysis.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ You can also specify different formats from the command-line by either specifyin
104104

105105
::: moniker range=">=vs-2022"
106106
### Static and dynamic native instrumentation
107-
In Visual Studio 2022 version 17.2, we added the option to instrument native binary statically (on disk). In previous versions, we supported only dynamic instrumentation, which was often not able to instrument methods. Static native instrumentation is more stable and it is recommended. Static native instrumentation requires enabling the [/PROFILE](/cpp/build/reference/profile-performance-tools-profiler?view=msvc-170) link option for all native projects for which you need code coverage collection.
107+
In Visual Studio 2022 version 17.2, we added the option to instrument native binary statically (on disk). In previous versions, we supported only dynamic instrumentation, which was often not able to instrument methods. Static native instrumentation is more stable and it is recommended. Static native instrumentation requires enabling the [/PROFILE](/cpp/build/reference/profile-performance-tools-profiler) link option for all native projects for which you need code coverage collection.
108108

109109
You can enable native static instrumentation by enabling the preview feature **Code Coverage native static instrumentation** in **Tools > Options > Environment > Preview Features**.
110110

0 commit comments

Comments
 (0)