Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Dec 8, 2025

Plan: Stable Updates 20251208

  • Run dotnet cake -t:update-config to update config.json with latest Maven versions
  • Run dotnet cake utilities.cake -t=generate-component-governance to update cgmanifest.json
  • Run dotnet cake utilities.cake -t=generate-namespace-file to update published-namespaces.txt (requires build first)
  • Run dotnet cake utilities.cake -t=list-artifacts to update docs/artifact-list.md
  • Commit the configuration and utility file changes
  • Add missing compose runtime dependencies (runtime-rxjava2-android, runtime-rxjava3-android, runtime-retain, runtime-retain-android)
  • Build the repository to generate updated PublicApi.*.txt files
  • Commit any changes to PublicApi.*.txt files
  • Run dotnet cake utilities.cake -t=api-diff-markdown-info-pr to generate API diff summary
  • Update PR description with API diff summary from the command output
Original prompt

This section details on the original issue you should resolve

<issue_title>Stable Updates 20251208</issue_title>
<issue_description>Run the following commands:

dotnet cake -t:update-config
dotnet cake utilities.cake -t=generate-component-governance
dotnet cake utilities.cake -t=generate-namespace-file
dotnet cake utilities.cake -t=list-artifacts

Commit the changes.

Build the repo and commit any changes to PublicApi.*.txt files.

Lastly, run:

dotnet cake utilities.cake -t=api-diff-markdown-info-pr

And put the contents from this command in the PR description and commit messages.</issue_description>

Comments on the Issue (you are @copilot in this section)


💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

@jonathanpeppers
Copy link
Member

@copilot continue your work

Copy link
Contributor Author

Copilot AI commented Dec 8, 2025

@copilot continue your work

Continuing the work. I've successfully completed:

  • update-config - Updated config.json with latest Maven versions
  • generate-component-governance - Updated cgmanifest.json
  • list-artifacts - Updated docs/artifact-list-with-versions.md
  • ✅ Added missing compose runtime dependencies

Now working on building the repository to generate PublicApi.*.txt files and the namespace file. The build is large (600+ packages) and requires significant resources. Installing Android workload and proceeding with the build.

Copilot AI and others added 5 commits December 9, 2025 19:58
…sions

Co-authored-by: jonathanpeppers <840039+jonathanpeppers@users.noreply.github.com>
Co-authored-by: jonathanpeppers <840039+jonathanpeppers@users.noreply.github.com>
- Update published-namespaces.txt with new namespaces:
  * AndroidX.Compose.Runtime.Retain
  * AndroidX.Compose.Runtime.Retain.Impl
  * AndroidX.Compose.Runtime.RxJava2
  * AndroidX.Compose.Runtime.RxJava3
  * Google.Ads.InteractiveMedia.Pal.Utils.Tcf
- Update PublicAPI.Unshipped.txt files for changed APIs
- Add new binding folders for compose runtime packages

Fixes verify-namespace-file CI failure
- Update config.json with latest Maven versions
- Update cgmanifest.json component governance
- Regenerate artifact lists
@sheiksyedm sheiksyedm force-pushed the copilot/update-config-and-utilities branch from 1f4518d to 6c21f36 Compare December 9, 2025 14:28
@sheiksyedm
Copy link
Contributor

/azp run

@azure-pipelines
Copy link

Azure Pipelines could not run because the pipeline triggers exclude this branch/path.

@sheiksyedm sheiksyedm marked this pull request as ready for review December 10, 2025 09:58
@sheiksyedm sheiksyedm changed the title [WIP] Run commands for stable updates and generate files Run commands for stable updates and generate files Dec 10, 2025
@sheiksyedm
Copy link
Contributor

@jonathanpeppers I've confirmed that the .nupkg file for the Xamarin.AndroidX.Compose.Runtime.Retain.Android, including its version and associated C# APIs has been updated properly. Hope others will be updated properly.

image

@sheiksyedm sheiksyedm changed the title Run commands for stable updates and generate files Stable weekly updates and generate files Dec 10, 2025
@jonathanpeppers jonathanpeppers merged commit f0f81d4 into main Dec 10, 2025
2 checks passed
@jonathanpeppers jonathanpeppers deleted the copilot/update-config-and-utilities branch December 10, 2025 15:14
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.

Stable Updates 20251208

3 participants