-
Notifications
You must be signed in to change notification settings - Fork 5.1k
Closed
Labels
area-System.Threading.TasksdocumentationDocumentation bug or enhancement, does not impact product or test codeDocumentation bug or enhancement, does not impact product or test codepackagingRelated to packagingRelated to packaging
Milestone
Description
The Microsoft.Tpl.Dataflow
package is outdated and generally shouldn't be used anymore. The replacement is the System.Threading.Tasks.Dataflow
package.
But people keep using the old package (see e.g. https://github.com/dotnet/corefx/issues/202#issuecomment-335470737), not knowing they should switch to the new one. Is there something that can be done to help those people?
Some options I considered:
- Add an analyzer to dotnet/platform-compat that will consider
Microsoft.Tpl.Dataflow
deprecated. - Release a new version of
Microsoft.Tpl.Dataflow
that will contain no code of its own and will "redirect" toSystem.Threading.Tasks.Dataflow
by having a dependency on it. (And then keep releasing a new version every timeSystem.Threading.Tasks.Dataflow
updates?)
cc: @stephentoub
akoeplinger, mayorovp, viktor-svub, patricksuo, ishbara and 3 more
Metadata
Metadata
Assignees
Labels
area-System.Threading.TasksdocumentationDocumentation bug or enhancement, does not impact product or test codeDocumentation bug or enhancement, does not impact product or test codepackagingRelated to packagingRelated to packaging