This repository was archived by the owner on Jun 1, 2026. It is now read-only.
Add GitHub Actions workflow and example Android app for .NET project#4
Closed
Copilot wants to merge 5 commits into
Closed
Add GitHub Actions workflow and example Android app for .NET project#4Copilot wants to merge 5 commits into
Copilot wants to merge 5 commits into
Conversation
Co-authored-by: cail <153030+cail@users.noreply.github.com>
Co-authored-by: cail <153030+cail@users.noreply.github.com>
Co-authored-by: cail <153030+cail@users.noreply.github.com>
Collaborator
|
Stash your commits into one |
Co-authored-by: cail <153030+cail@users.noreply.github.com>
Collaborator
|
Squash commits into one. Too much garbage |
Copilot
AI
changed the title
[WIP] Add GitHub action to build dotnet Android project
Add GitHub Actions workflow and example Android app for .NET project
Oct 19, 2025
cail
suggested changes
Oct 19, 2025
cail
left a comment
Collaborator
There was a problem hiding this comment.
Workload install fails, needs exact csproj file
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR implements a complete CI/CD workflow for building the .NET Android version of the AndroidDrawing library, along with a functional example application demonstrating canvas operations.
GitHub Actions Workflow
Added
.github/workflows/build-dotnet-android.ymlthat:AndroidDrawing.dotnet.csproj) using .NET 9.0Example Android Application
Created a complete example app in
examples/CanvasExample/that demonstrates:The example includes:
Additional Changes
.gitignoreto properly exclude build artifacts (bin/,obj/,*.apk,*.aab)Both the library and example application build successfully with .NET 9.0 and Android workload.
Closes #[issue_number]
Original prompt
Fixes hobdrive/AndroidDrawing#3
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.