dotnet / maintenance-packages

Repository that hosts packages from the .NET platform whose original home/branch is not building any longer.
MIT License
22 stars 10 forks source link

Dead link in `System.Threading.Tasks.Extensions` NuGet package README #175

Closed Youssef1313 closed 1 week ago

Youssef1313 commented 2 weeks ago

https://github.com/dotnet/maintenance-packages/blob/d0c2a5a83211e271826172a6b0510c25a52dbd53/src/System.Threading.Tasks.Extensions/src/PACKAGE.md?plain=1#L14

ViktorHofer commented 2 weeks ago

@dotnet/area-system-threading-tasks @stephentoub

carlossanlop commented 2 weeks ago

@gewarren can we add System.Threading.Tasks.Extensions to dotnet-api-docs?

ericstj commented 2 weeks ago

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.

gewarren commented 2 weeks ago

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.

carlossanlop commented 1 week ago

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.