-
Notifications
You must be signed in to change notification settings - Fork 849
AmbientMetadata.Build - release to GA #7161
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
AmbientMetadata.Build - release to GA #7161
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 transitions the Microsoft.Extensions.AmbientMetadata.Build library from development stage to General Availability (GA). The library provides runtime information for build-related ambient metadata including build ID, build number, source branch name, and source version. This release marks the library as production-ready with stable APIs.
Key changes:
- Removed experimental attribute markers (
InjectExperimentalAttributeOnLegacyandStageDevDiagnosticId) from the project configuration - Updated stage from
devtonormalto indicate GA readiness - Added API baseline manifest marking all public APIs as "Stable"
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| Microsoft.Extensions.AmbientMetadata.Build.csproj | Removes experimental markers, updates stage to 'normal', and adds EnablePackageValidation>false |
| Microsoft.Extensions.AmbientMetadata.Build.json | Adds new API baseline manifest declaring all public APIs (BuildMetadata class and BuildMetadataServiceCollectionExtensions) as stable with version 10.2.0.0 |
...Microsoft.Extensions.AmbientMetadata.Build/Microsoft.Extensions.AmbientMetadata.Build.csproj
Show resolved
Hide resolved
amadeuszl
left a comment
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.
It was added in Nov so in v10, we will have it for 2 months in experimental, as it's small and haven't seen any issues reported - it's fine for me.
Microsoft Reviewers: Open in CodeFlow
Link to the respective API review: #6628
Link to the previous PR: #6628