Skip to content

Commit d55c764

Browse files
fhnaseerfaisal
andauthored
Updating dynamic native documentation for MTP (#195)
* Formatting settings, * Update docs for dynamic native, --------- Co-authored-by: faisal <faisalhafeez@microsoft.com>
1 parent 524c19c commit d55c764

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Code coverage configuration also supports the [Microsoft.Testing.Platform config
5353
| SymbolsRestrictReferencePathAccess | `True`, `False` | `False` | `False` | Determines if looking for a .pdb file is allowed in the path where the .exe file is located. | `<SymbolsRestrictReferencePathAccess>True</SymbolsRestrictReferencePathAccess>` | `"SymbolsRestrictReferencePathAccess": true` | 17.14 |
5454
| SymbolsRestrictDBGAccess | `True`, `False` | `False` | `False` | Determines if looking for debug information is allowed from .dbg files. | `<SymbolsRestrictDBGAccess>True</SymbolsRestrictDBGAccess>` | `"SymbolsRestrictDBGAccess": true` | 17.14 |
5555
| SymbolsRestrictSystemRootAccess | `True`, `False` | `False` | `False` | Determines if searching for .pdb files is allowed in the system root directory. | `<SymbolsRestrictSystemRootAccess>True</SymbolsRestrictSystemRootAccess>` | `"SymbolsRestrictSystemRootAccess": true` | 17.14 |
56-
| EnableDynamicNativeInstrumentation | `True`, `False` | `True` | `True` | Enable dynamic native instrumentation. | `<EnableDynamicNativeInstrumentation>True</EnableDynamicNativeInstrumentation>` | `"EnableDynamicNativeInstrumentation": true` | 17.14 |
56+
| EnableDynamicNativeInstrumentation | `True`, `False` | `True` | `False` (Disabled) | Enable dynamic native instrumentation. | `<EnableDynamicNativeInstrumentation>True</EnableDynamicNativeInstrumentation>` | `"EnableDynamicNativeInstrumentation": true` | 17.14 |
5757
| EnableStaticNativeInstrumentation | `True`, `False` | `True` | `False` | Enable static native instrumentation. | `<EnableStaticNativeInstrumentation>True</EnableStaticNativeInstrumentation>` | `"EnableStaticNativeInstrumentation": true` | 17.14 |
5858
| EnableStaticNativeInstrumentationRestore | `True`, `False` | `True` | `True` | Enable static native instrumentation restore. If enabled all instrumented files are restored after collection. | `<EnableStaticNativeInstrumentationRestore>True</EnableStaticNativeInstrumentationRestore>` | `"EnableStaticNativeInstrumentationRestore": true` | 17.14 |
5959
| EnableDynamicManagedInstrumentation | `True`, `False` | `True` | `True` | Enable dynamic managed instrumentation. | `<EnableDynamicManagedInstrumentation>True</EnableDynamicManagedInstrumentation>` | `"EnableDynamicManagedInstrumentation": true` | 17.14 |

0 commit comments

Comments
 (0)