AmbientMetadata.Build - release to GA#7161
Merged
evgenyfedorov2 merged 1 commit intodotnet:mainfrom Dec 18, 2025
Merged
Conversation
Contributor
There was a problem hiding this comment.
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
approved these changes
Dec 17, 2025
Contributor
amadeuszl
left a comment
There was a problem hiding this comment.
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.
This was referenced Jan 13, 2026
Merged
Bump Microsoft.Extensions.Http.Resilience from 10.1.0 to 10.2.0
askpt/openfeature-dotnet-workshop#96
Closed
Closed
Merged
Merged
Merged
This was referenced Jan 15, 2026
Open
Closed
Closed
Closed
Closed
Closed
Closed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Microsoft Reviewers: Open in CodeFlow
Link to the respective API review: #6628
Link to the previous PR: #6628