Skip to content

Commit be9b3fe

Browse files
authored
Update link in CA2008 doc to new location (#45847)
1 parent 3e8e231 commit be9b3fe

File tree

1 file changed

+1
-1
lines changed
  • docs/fundamentals/code-analysis/quality-rules

1 file changed

+1
-1
lines changed

docs/fundamentals/code-analysis/quality-rules/ca2008.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Always specify an explicit <xref:System.Threading.Tasks.TaskScheduler> argument
3636
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/).
3737

3838
> [!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.
4040
4141
## How to fix violations
4242

0 commit comments

Comments
 (0)