Skip to content

Commit e58c849

Browse files
authored
Freshness Edit: dotnet content (#45322)
* edit pass * bookmark link * bookmark link * apply suggestions from BillWagner * edits after code review * remove trailing spaces
1 parent 78404ce commit e58c849

File tree

2 files changed

+93
-94
lines changed

2 files changed

+93
-94
lines changed

docs/core/extensions/dependency-injection-guidelines.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ In the preceding code, the `implementationFactory` is given a lambda expression
185185

186186
:::image type="content" source="media/deadlock-with-async-factory-01.png" lightbox="media/deadlock-with-async-factory-01.png" alt-text="Anti-pattern: Deadlock with async factory inner issue. Do not copy!":::
187187

188-
For more information on asynchronous guidance, see [Asynchronous programming: Important info and advice](../../csharp/asynchronous-programming/async-scenarios.md#important-info-and-advice). For more information debugging deadlocks, see [Debug a deadlock in .NET](../diagnostics/debug-deadlock.md).
188+
For more information on asynchronous guidance, see [Asynchronous programming: Important info and advice](../../csharp/asynchronous-programming/async-scenarios.md#review-considerations-for-asynchronous-programming). For more information debugging deadlocks, see [Debug a deadlock in .NET](../diagnostics/debug-deadlock.md).
189189

190190
When you're running this anti-pattern and the deadlock occurs, you can view the two threads waiting from Visual Studio's Parallel Stacks window. For more information, see [View threads and tasks in the Parallel Stacks window](/visualstudio/debugger/using-the-parallel-stacks-window).
191191

0 commit comments

Comments
 (0)