You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/configuration.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,7 +53,7 @@ Code coverage configuration also supports the [Microsoft.Testing.Platform config
53
53
| 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 |
54
54
| SymbolsRestrictDBGAccess |`True`, `False`|`False`|`False`| Determines if looking for debug information is allowed from .dbg files. |`<SymbolsRestrictDBGAccess>True</SymbolsRestrictDBGAccess>`|`"SymbolsRestrictDBGAccess": true`| 17.14 |
55
55
| 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 |
0 commit comments