Skip to content

[Blazor] Ship Components.AI with the .NET release cadence - #68671

Open
kotlarmilos wants to merge 2 commits into
dotnet:mainfrom
kotlarmilos:milosk/components-ai-platform-cadence
Open

[Blazor] Ship Components.AI with the .NET release cadence#68671
kotlarmilos wants to merge 2 commits into
dotnet:mainfrom
kotlarmilos:milosk/components-ai-platform-cadence

Conversation

@kotlarmilos

@kotlarmilos kotlarmilos commented Aug 20, 2026

Copy link
Copy Markdown
Member

Ships Microsoft.AspNetCore.Components.AI through the standard ASP.NET Core release cadence while retaining independent 0.x package versioning.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copilot AI lite review requested due to automatic review settings August 20, 2026 20:07
@kotlarmilos
kotlarmilos requested review from a team and wtgodbe as code owners August 20, 2026 20:07
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

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 moves Microsoft.AspNetCore.Components.AI from an out-of-band build/publish model to the standard ASP.NET Core shipping pipeline, while keeping the package on an independent 0.x NuGet version line.

Changes:

  • Marks Microsoft.AspNetCore.Components.AI as a shipping package and fixes its AssemblyVersion to the ASP.NET Core major/minor version.
  • Adds Microsoft.AspNetCore.Components.AI to the repo’s shipping-assemblies inventory.
  • Removes the dedicated daily Azure DevOps pipeline that previously built/published Components.AI out-of-band.
Show a summary per file
File Description
src/Components/AI/src/Microsoft.AspNetCore.Components.AI.csproj Switches the package to IsShippingPackage=true and pins AssemblyVersion to $(AspNetCoreMajorMinorVersion).0.0 while retaining 0.1.0-preview.* package versioning.
eng/ShippingAssemblies.props Includes Microsoft.AspNetCore.Components.AI in the list of assemblies shipped via shared framework and/or NuGet.
.azure/pipelines/components-ai-daily.yml Removes the legacy scheduled pipeline that produced out-of-band Components.AI preview builds.

Review details

💡 Add a code-review agent skill for context-aware, tailored reviews. Learn more in the docs.

  • Files reviewed: 3/3 changed files
  • Comments generated: 0
  • Review effort level: Lite

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.

2 participants