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
Add properties CopyDebugSymbolFilesFromPackages and CopyDocumentationFilesFromPackages (#8621)
Related to a new feature (consuming pdbs/documents from packages), which was brought in in .NET 7.
PR from sdk: dotnet/sdk#27580
Document the `CopyDebugSymbolFilesFromPackages` and `CopyDocumentationFilesFromPackages` properties.
<xs:documentation><!-- _locID_text="GenerateDocumentationFile" _locComment="" -->Value indicating whether a documentation file will be generated by the compiler</xs:documentation>
<!-- _locID_text="CopyDebugSymbolFilesFromPackages" _locComment="" -->Value indicating whether symbol files will be copied from NuGet packages by the compiler
<!-- _locID_text="CopyDocumentationFilesFromPackages" _locComment="" -->Value indicating whether documentation files will be copied from NuGet packages by the compiler
0 commit comments