You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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).
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 withProjectReference
.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.The text was updated successfully, but these errors were encountered: