dotnet / dotnet/android-libraries
Stable Updates 20260914
Open
- Dominant language
- C#
- Stars
- 317
- Forks
- 73
- Avg merge
- 1d 8h
- Merged PRs (30d)
- 17
Description
Run the following commands:
```
dotnet cake -t:update-config
dotnet cake utilities.cake -t=generate-component-governance
dotnet cake utilities.cake -t=list-artifacts
```
Commit the changes.
Build the repo and commit any changes to `PublicApi.*.txt` files.
After the build completes, run:
```
dotnet cake utilities.cake -t=generate-namespace-file
```
Commit the updated `published-namespaces.txt` file.
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.
Contributor guide
Assessment
This issue has not been assessed yet.