-
Notifications
You must be signed in to change notification settings - Fork 6.1k
[New article] Add AmbientMetadata.Build documentation #51192
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
[New article] Add AmbientMetadata.Build documentation #51192
Conversation
There was a problem hiding this 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 comprehensive documentation for the Microsoft.Extensions.AmbientMetadata.Build component, which enables .NET applications to capture and access CI/CD build metadata at runtime.
Changes:
- Adds main documentation page explaining build metadata functionality, configuration options, and CI/CD integration
- Includes five code snippet examples demonstrating different usage patterns
- Updates TOC navigation to include the new build metadata documentation
Reviewed changes
Copilot reviewed 16 out of 16 changed files in this pull request and generated 8 comments.
Show a summary per file
| File | Description |
|---|---|
| docs/navigate/tools-diagnostics/toc.yml | Adds navigation entry for the new build metadata documentation |
| docs/core/enrichment/build-metadata.md | Main documentation file covering installation, configuration, usage, and CI/CD integration |
| docs/core/enrichment/snippets/buildmetadata/* | Complete example showing build metadata setup and usage with logging |
| docs/core/enrichment/snippets/buildmetadata-logging/* | Example demonstrating logging integration with build metadata |
| docs/core/enrichment/snippets/buildmetadata-configure/* | Example showing two-step configuration approach |
| docs/core/enrichment/snippets/buildmetadata-configure-programmatic/* | Example of programmatic configuration |
| docs/core/enrichment/snippets/buildmetadata-access/* | Example of accessing build metadata via dependency injection |
2247c8f to
8a1ebbf
Compare
5a4d2ad to
148ab93
Compare
148ab93 to
5d31733
Compare
|
@gewarren please kindly review |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
Copilot reviewed 16 out of 16 changed files in this pull request and generated 4 comments.
Co-authored-by: Genevieve Warren <24882762+gewarren@users.noreply.github.com>
Summary
Provides documentation for a new component Microsoft.Extensions.AmbientMetadata.Build.
Internal previews