Closed Youssef1313 closed 1 week ago
@dotnet/area-system-threading-tasks @stephentoub
@gewarren can we add System.Threading.Tasks.Extensions to dotnet-api-docs?
I think the issue is that the docs organize by namespace, but the package/assembly name is used here. That package's API is all in the https://learn.microsoft.com/en-us/dotnet/api/system.threading.tasks namespace.
Yes, these APIs are already documented, for example, https://learn.microsoft.com/en-us/dotnet/api/system.threading.tasks.valuetask.iscompleted?view=netstandard-2.0-pp.
Okay, I can fix this by making the link point to the correct namespace, with a small message indicating that the APIs belong to the namespace.
https://github.com/dotnet/maintenance-packages/blob/d0c2a5a83211e271826172a6b0510c25a52dbd53/src/System.Threading.Tasks.Extensions/src/PACKAGE.md?plain=1#L14