dotnet / dotnet/dotnet-api-docs
Add link to DataFlow conceptual documentation to DataFlow types
- 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
Assessment
This issue has not been assessed yet.