-
Notifications
You must be signed in to change notification settings - Fork 4.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DocComment XML not shipping in Microsoft.NETCore.App.Ref 9.0.100-rc1 #106825
Comments
Tagging subscribers to this area: @dotnet/area-infrastructure-libraries |
@carlossanlop I spot checked https://dev.azure.com/dnceng/public/_artifacts/feed/dotnet9/NuGet/Microsoft.NETCore.App.Ref/overview/9.0.0-rc.1.24421.1 DOC XML is still missing. Can you double check that there's not something else broken here? |
I had a look: runtime/src/installer/pkg/sfx/Microsoft.NETCore.App/Microsoft.NETCore.App.Ref.sfxproj Line 20 in 5026865
Is trying to grab the files from Inspecting this folder the problems files exist with the name |
Yeah, that change regressed it. I think that was a bad change as the build process doesn't actually rename the file when copying: The phase that copies to the shared framework gets the renamed items and doesn't ever give them the correct name. runtime/src/libraries/sfx.proj Lines 63 to 66 in 6e68f92
The simpler fix here is to use a sub-directory for the touched file instead of a different filename. #107334 does this. |
This breaks hover support in the VSCode C# extension.
Expected
to see .XML files for each of the libraries like we shipped with 9.0.0-preview.7.
Actual
see no .XML files.
The text was updated successfully, but these errors were encountered: