Skip to content
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

PublishReferencesDocumentationFiles not working as expected. #1773

Closed
helloitszak opened this issue Nov 28, 2017 · 2 comments
Closed

PublishReferencesDocumentationFiles not working as expected. #1773

helloitszak opened this issue Nov 28, 2017 · 2 comments

Comments

@helloitszak
Copy link

From what I understand, according to #1062, PublishReferencesDocumentationFiles, which is on by default, should be copying xml documentation files from packages my project references.

However, this is not copying documentation files included in NuGet packages referenced with PackageReference. All I see is the documentation files from the project as well as projects referenced with ProjectReference.

Is this intended behavior?

I'm using a standard dotnet new web application , but I'd be happy to create a reproduction repo if that helps.

 #  dotnet --info
.NET Command Line Tools (2.0.0)

Product Information:
 Version:            2.0.0
 Commit SHA-1 hash:  cdcd1928c9

Runtime Environment:
 OS Name:     Mac OS X
 OS Version:  10.12
 OS Platform: Darwin
 RID:         osx.10.12-x64
 Base Path:   /usr/local/share/dotnet/sdk/2.0.0/

Microsoft .NET Core Shared Framework Host

  Version  : 2.0.0
  Build    : e8b8861ac7faf042c87a5c2f9f2d04c98b69f28d
@dasMulli
Copy link
Contributor

It only controls project references, not package references. For packages, it is mentioned in #1458 along with PDB (TL;DR this is missing NuGet support).

@helloitszak
Copy link
Author

👍 thanks for the quick response. I'll follow that issue over there, try back again when that's resolved.

JL03-Yue pushed a commit that referenced this issue Mar 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants