Skip to content
This repository has been archived by the owner on Nov 26, 2024. It is now read-only.

Documentation for Async.CancellationToken and Async.DefaultCancellationToken shows .NET supported version information #250

Open
eriawan opened this issue Aug 2, 2016 · 3 comments

Comments

@eriawan
Copy link
Contributor

eriawan commented Aug 2, 2016

The current documentation for Async.CancellationToken and Async.DefaultCancellationToken shows that it is available in F# 2.0, not just F# 4.0 and portable (this information is under the section of "Version Information").

For example: https://msdn.microsoft.com/en-us/visualfsharpdocs/conceptual/async.defaultcancellationtoken-property-%5bfsharp%5d

CancellationToken is not supported in F# 2.0.

The long explanation I think is this: it is actually only supported in F# 3.0, F# 4.0 and PCL targeted for .NET 4 and above, because CancellationToken is only available in .NET 4 and AFAIK .NET 4 is supported by F# since F# 3.0, not since F# 2.0.

Please correct me if I'm wrong. If this issue is correct in a sense that we should clearly change it, If this issue is confirmed to be correct that the version information is still wrong, I will submit a PR for this.

cc @dend , @cartermp

@eriawan eriawan changed the title Documentation for Async.CancellationToken and Async.DefaultCancellationToken shows incorrect support release Documentation for Async.CancellationToken and Async.DefaultCancellationToken shows .NET supported version information Aug 6, 2016
@eriawan
Copy link
Contributor Author

eriawan commented Aug 9, 2016

@dend , @cartermp

just a reminder, have you reviewed this issue?

@eriawan
Copy link
Contributor Author

eriawan commented Jan 20, 2019

@cartermp

Do you want me to move this issue to dotnet/docs instead? Please confirm.

@eriawan
Copy link
Contributor Author

eriawan commented Feb 28, 2019

@cartermp

any update on this issue? it's been more than 2 years 😞
or do I have to migrate this issue to MS Docs of .NET (dotnet/docs)?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant