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/fundamentals/code-analysis/quality-rules/ca2008.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,7 @@ Always specify an explicit <xref:System.Threading.Tasks.TaskScheduler> argument
36
36
For further information and detailed examples, see [New TaskCreationOptions and TaskContinuationOptions in .NET Framework 4.5](https://devblogs.microsoft.com/pfxteam/new-taskcreationoptions-and-taskcontinuationoptions-in-net-4-5/).
37
37
38
38
> [!NOTE]
39
-
> [VSTHRD105 - Avoid method overloads that assume TaskScheduler.Current](https://github.com/microsoft/vs-threading/blob/main/doc/analyzers/VSTHRD105.md) is a similar rule implemented in [Microsoft.VisualStudio.Threading.Analyzers](https://www.nuget.org/packages/Microsoft.VisualStudio.Threading.Analyzers) package.
39
+
> [VSTHRD105 - Avoid method overloads that assume TaskScheduler.Current](https://microsoft.github.io/vs-threading/analyzers/VSTHRD105.html) is a similar rule implemented in [Microsoft.VisualStudio.Threading.Analyzers](https://www.nuget.org/packages/Microsoft.VisualStudio.Threading.Analyzers) package.
0 commit comments