Microsoft.AspNetCore.App.Ref 3.1.8 doesn't contain System.IO.Pipelines.xml: missing API docs #26068
Labels
area-infrastructure
Includes: MSBuild projects/targets, build scripts, CI, Installers and shared framework
Milestone
Describe the bug
https://www.nuget.org/packages/Microsoft.AspNetCore.App.Ref/3.1.8 doesn't contain
System.IO.Pipelines.xml
, even though it hasSystem.IO.Pipelines.dll
. My understanding is this leaves users without documentation when they useSystem.IO.Pipelines
through ASP.NET Core.https://www.nuget.org/packages/System.IO.Pipelines/4.7.2 does have this doc XML file in it, so this may just be an issue with how the XML files are redistributed by ASP.NET.
There are also a number of other files in the package without matching XML files, but I'm assuming that's the same issue.
@omajid originally reported this at dotnet/source-build#1686, I'm filing this to track an upstream fix. Once it's fixed in an updated targeting pack, we'll uptake in source-build in the same servicing cycle.
To Reproduce
Download the nupkg (zip), open it, look in
ref\netcoreapp3.1\
. This also shows up when you install the SDK in e.g.C:\Program Files\dotnet\packs\Microsoft.AspNetCore.App.Ref\3.1.8\ref\netcoreapp3.1
:The text was updated successfully, but these errors were encountered: