Skip to content

Conversation

ericstj
Copy link
Member

@ericstj ericstj commented Oct 14, 2025

Here's a sample that adds a file that catalogs which libraries do not use ///-source-of-truth.

This could be used by the docs process to understand which packages to exclude from ingestion into dotnet-api-docs.

I just dumped a text file with each package on a new line. Let me know if you'd prefer some different format.

@github-actions github-actions bot added the needs-area-label An area label is needed to ensure this gets routed to the appropriate area owners label Oct 14, 2025
Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR adds functionality to emit a file listing packages that don't use the ///-source-of-truth documentation standard. The change enables the docs process to identify which packages should be excluded from ingestion into dotnet-api-docs.

Key changes:

  • Adds logic to identify packages without compiler-generated documentation
  • Creates a text file listing these packages
  • Includes the generated file in the package output

Copy link
Member

@ViktorHofer ViktorHofer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is the DotNetApiDocs. transport package actually still used? I heard mixed signals on that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

needs-area-label An area label is needed to ensure this gets routed to the appropriate area owners

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants