Skip to content

Commit 8721663

Browse files
authored
fix suggestions and broken links (#50112)
1 parent e10eab7 commit 8721663

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

docs/core/compatibility/sdk/10.0/code-coverage-dynamic-native-instrumentation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Running `dotnet test --collect:"Code Coverage"` now disables dynamic native inst
1616

1717
## Previous behavior
1818

19-
Previously, dynamic native instrumentation was enabled by default and used a fallback for native modules when static native instrumentation couldn't be used. This behavior is described in [Static and dynamic native instrumentation](/visualstudio/test/customizing-code-coverage-analysis?view=vs-2022#static-and-dynamic-native-instrumentation).
19+
Previously, dynamic native instrumentation was enabled by default and used a fallback for native modules when static native instrumentation couldn't be used. This behavior is described in [Static and dynamic native instrumentation](/visualstudio/test/customizing-code-coverage-analysis#static-and-dynamic-native-instrumentation).
2020

2121
```bash
2222
dotnet test --collect:"Code Coverage"

docs/core/runtime-config/debugging-profiling.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ This article details the settings you can use to configure .NET debugging and pr
3535

3636
- Specifies the GUID of the profiler to load into the currently running process.
3737

38-
| | Setting name | Values |
39-
| - | - | - |
40-
| **runtimeconfig.json** | N/A | N/A |
38+
| | Setting name | Values |
39+
|--------------------------|-----------------------------------------|---------------|
40+
| **runtimeconfig.json** | N/A | N/A |
4141
| **Environment variable** | `CORECLR_PROFILER` or `DOTNET_PROFILER` | *string-guid* |
4242

4343
## Profiler location
@@ -49,11 +49,11 @@ Once profiling is enabled, the profiler can be loaded in two ways: with environm
4949
- Specifies the path to the profiler DLL to load into the currently running process (or 32-bit or 64-bit process).
5050
- If more than one variable is set, the bitness-specific variables take precedence. They specify which bitness of profiler to load.
5151

52-
| | Setting name | Values |
53-
| - | - | - |
54-
| **Environment variable** | `CORECLR_PROFILER_PATH` or `DOTNET_PROFILER_PATH` | *string-path* |
55-
| **Environment variable** | `CORECLR_PROFILER_PATH_32` or `DOTNET_PROFILER_PATH_32` | *string-path* |
56-
| **Environment variable** | `CORECLR_PROFILER_PATH_64` or `DOTNET_PROFILER_PATH_64` | *string-path* |
52+
| | Setting name | Values |
53+
|--------------------------|---------------------------------------------------------------|---------------|
54+
| **Environment variable** | `CORECLR_PROFILER_PATH` or `DOTNET_PROFILER_PATH` | *string-path* |
55+
| **Environment variable** | `CORECLR_PROFILER_PATH_32` or `DOTNET_PROFILER_PATH_32` | *string-path* |
56+
| **Environment variable** | `CORECLR_PROFILER_PATH_64` or `DOTNET_PROFILER_PATH_64` | *string-path* |
5757
| **Environment variable** | `CORECLR_PROFILER_PATH_ARM32` or `DOTNET_PROFILER_PATH_ARM32` | *string-path* |
5858
| **Environment variable** | `CORECLR_PROFILER_PATH_ARM64` or `DOTNET_PROFILER_PATH_ARM64` | *string-path* |
5959

docs/fundamentals/networking/quic/quic-troubleshooting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,4 +71,4 @@ Getting failure for attempt to bind on a port that is from excluded range is exp
7171

7272
## See also
7373

74-
- [MsQuic troubleshooting guide](https://github.com/microsoft/msquic/blob/main/docs/TSG.md)
74+
- [MsQuic troubleshooting guide](https://github.com/microsoft/msquic/blob/main/docs/TroubleshootingGuide.md)

0 commit comments

Comments
 (0)