Skip to content

Conversation

@evgenyfedorov2
Copy link
Member

@evgenyfedorov2 evgenyfedorov2 commented Dec 17, 2025

Microsoft Reviewers: Open in CodeFlow

Link to the respective API review: #6628
Link to the previous PR: #6628

Copy link
Contributor

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 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 (InjectExperimentalAttributeOnLegacy and StageDevDiagnosticId) from the project configuration
  • Updated stage from dev to normal to 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

Copy link
Contributor

@amadeuszl amadeuszl left a 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.

@evgenyfedorov2 evgenyfedorov2 merged commit 5aa06f3 into dotnet:main Dec 18, 2025
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants