Skip to content

Update PackageValidationBaselineVersion to 13.1.2#14886

Merged
eerhardt merged 2 commits intomicrosoft:release/13.2from
eerhardt:UpdatePackageValidationBaseline
Mar 4, 2026
Merged

Update PackageValidationBaselineVersion to 13.1.2#14886
eerhardt merged 2 commits intomicrosoft:release/13.2from
eerhardt:UpdatePackageValidationBaseline

Conversation

@eerhardt
Copy link
Copy Markdown
Member

@eerhardt eerhardt commented Mar 3, 2026

This way our package validation runs against the latest released version.

@eerhardt eerhardt requested review from Copilot and radical March 3, 2026 15:54
@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Mar 3, 2026

🚀 Dogfood this PR with:

⚠️ WARNING: Do not do this without first carefully reviewing the code of this PR to satisfy yourself it is safe.

curl -fsSL https://raw.githubusercontent.com/dotnet/aspire/main/eng/scripts/get-aspire-cli-pr.sh | bash -s -- 14886

Or

  • Run remotely in PowerShell:
iex "& { $(irm https://raw.githubusercontent.com/dotnet/aspire/main/eng/scripts/get-aspire-cli-pr.ps1) } 14886"

Copy link
Copy Markdown
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

Updates the default package validation baseline version used by the src build so API/package validation comparisons run against the latest released package version.

Changes:

  • Bump PackageValidationBaselineVersion from 13.0.2 to 13.1.2 when package validation is enabled and no explicit baseline is provided.

All the new compat issues are in experimental types.
</Suppression>
<Suppression>
<DiagnosticId>CP0001</DiagnosticId>
<Target>T:Aspire.Hosting.AzureRedisEnterpriseExtensions</Target>
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

This was an experimental API that we removed in 13.1, so it no longer needs a compat suppression.

<Suppressions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<Suppression>
<DiagnosticId>CP0001</DiagnosticId>
<Target>T:Aspire.Hosting.ApplicationModel.DeploymentImageTagCallbackAnnotation</Target>
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

These were all removed in 13.1

<Suppression>
<DiagnosticId>CP0002</DiagnosticId>
<Target>M:Aspire.Hosting.ApplicationModel.ResourceExtensions.WithDeploymentImageTag``1(Aspire.Hosting.ApplicationModel.IResourceBuilder{``0},System.Func{Aspire.Hosting.ApplicationModel.DeploymentImageTagCallbackAnnotationContext,System.String})</Target>
<Target>M:Aspire.Hosting.ParameterProcessor.#ctor(Aspire.Hosting.ApplicationModel.ResourceNotificationService,Aspire.Hosting.ApplicationModel.ResourceLoggerService,Aspire.Hosting.IInteractionService,Microsoft.Extensions.Logging.ILogger{Aspire.Hosting.ParameterProcessor},Aspire.Hosting.DistributedApplicationExecutionContext,Aspire.Hosting.Pipelines.IDeploymentStateManager)</Target>
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

ParameterProcessor, IContainerRuntime, IDeploymentStateManager, IPipelineActivityReporter, and IUserSecretsManager are all experimental

@eerhardt eerhardt merged commit 3879c04 into microsoft:release/13.2 Mar 4, 2026
758 of 761 checks passed
@eerhardt eerhardt deleted the UpdatePackageValidationBaseline branch March 4, 2026 17:31
@dotnet-policy-service dotnet-policy-service bot added this to the 13.2 milestone Mar 4, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants