dotnet / dotnet/dotnet-api-docs

Add link to DataFlow conceptual documentation to DataFlow types

Open
#1,198 1 comment 0 reactions 0 assignees View on GitHub
area-System.Threading.Tasks help wanted Pri2 Pri3
Dominant language
C#
Stars
949
Forks
1.7k
Avg merge
3d 27m
Merged PRs (30d)
49

Description

# Add link to Dataflow conceptual documentation to Dataflow types

For more information, see dotnet/dotnet-api-docs#486

The API documentation for the [System.Threading.Tasks.Dataflow](https://docs.microsoft.com/dotnet/api/system.threading.tasks.dataflow) namespace and its types doesn't link to the conceptual documentation at https://docs.microsoft.com/dotnet/standard/parallel-programming/dataflow-task-parallel-library except from the namespace page. A link should be added to each type. The following are the Dataflow types:

- [ ] ActionBlock\
- [ ] BatchBlock\
- [ ] BatchedJoinBlock\
- [ ] BroadcastBlock\
- [x] BufferBlock\
- [ ] DataflowBlock
- [ ] DataflowBlockOptions
- [ ] DataflowLinkOptions
- [ ] DataflowMessageHeader
- [ ] DataflowMessageStatus
- [ ] ExecutionDataflowBlockOptions
- [ ] GroupingDataflowBlockOptions
- [ ] IDataflowBlock
- [ ] IPropagatorBlock\
- [ ] IReceivableSourceBlock\
- [ ] ISourceBlock\
- [ ] ITargetBlock\
- [ ] JoinBlock\
- [ ] JoinBlock\
- [ ] TransformBlock\
- [ ] TransformManyBlock\
- [ ] WriteOnceBlock\

//cc @breyed

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.