Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docfx/analyzers/VSTHRD001.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ void Foo() {

In the above example, we obtain a `JoinableTaskFactory` instance from the `ThreadHelper.JoinableTaskFactory` static property
as it exists within Visual Studio itself. Other applications should create and expose their own `JoinableTaskContext` and/or `JoinableTaskFactory` for use in code that run in these applications.
See our doc on [consuming `JoinableTaskFactory` from a library](https://github.com/microsoft/vs-threading/blob/main/doc/library_with_jtf.md) for more information.
See our doc on [consuming `JoinableTaskFactory` from a library](../docs/library_with_jtf.md) for more information.

### Replacing Dispatcher.BeginInvoke

Expand Down
Loading