-
Notifications
You must be signed in to change notification settings - Fork 11
Create MSBuild template system for automatic DeviceRunners test app bootstrap #89
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Draft
Copilot
wants to merge
27
commits into
main
Choose a base branch
from
copilot/fix-88
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Changes from all commits
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
9485b14
Initial plan
Copilot 5b4a5f1
Create DeviceRunners source generator with basic functionality
Copilot 847d793
Complete working source generator with template system (embedded reso…
Copilot afd68d7
Remove unnecessary template files and update DeviceTestingKitApp.Devi…
Copilot b29c268
Fix source generator resource loading to use correct embedded resourc…
Copilot 69bc566
Remove DeviceRunners.SourceGenerators.Attributes project and simplify…
Copilot b0d69a2
Complete source generator targets and MSBuild integration
Copilot 5d1ccdc
Finalize working source generator with comprehensive MSBuild integration
Copilot abdc8b3
Add Package.appxmanifest support, fix Windows XAML build action, and …
Copilot ef4070f
rename
mattleibow a1292e4
Remove source generator completely and replace with MSBuild targets f…
Copilot 13d8302
Refactor MSBuild targets to use reusable ProcessTemplate target
Copilot c868ea5
Rename SourceGen to Bootstrap to better reflect the current purpose
Copilot f8c36fa
Update DeviceTestingKitApp.DeviceTests.csproj
mattleibow bae90d0
more
mattleibow 63a87aa
Refactor MSBuild targets to use CallTarget instead of MSBuild task
Copilot da8eb70
Delete preprocessed.xml
mattleibow 7155889
Simplify MSBuild targets using item groups with metadata and % operat…
Copilot f58838f
Address feedback: move props to top, standardize templating, and impr…
Copilot 358c652
Refactor MSBuild targets to use metadata and improve clean support
Copilot 23512d8
Now it works
mattleibow a6a6d68
publisher now
mattleibow 910a686
Update DeviceRunners.VisualRunners.Maui.Bootstrap.targets
mattleibow ca5d396
Update DeviceRunners.VisualRunners.Maui.Bootstrap.targets
mattleibow 573763f
Update DeviceRunners.VisualRunners.Maui.Bootstrap.targets
mattleibow 0badc69
ApplicationDefinition
mattleibow a84733f
Update DeviceRunners.VisualRunners.Maui.Bootstrap.targets
mattleibow File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
Large diffs are not rendered by default.
Oops, something went wrong.
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
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
6 changes: 0 additions & 6 deletions
6
sample/test/DeviceTestingKitApp.DeviceTests/Platforms/Android/AndroidManifest.xml
This file was deleted.
Oops, something went wrong.
10 changes: 0 additions & 10 deletions
10
sample/test/DeviceTestingKitApp.DeviceTests/Platforms/Android/MainActivity.cs
This file was deleted.
Oops, something went wrong.
6 changes: 0 additions & 6 deletions
6
sample/test/DeviceTestingKitApp.DeviceTests/Platforms/Android/Resources/values/colors.xml
This file was deleted.
Oops, something went wrong.
9 changes: 0 additions & 9 deletions
9
sample/test/DeviceTestingKitApp.DeviceTests/Platforms/MacCatalyst/AppDelegate.cs
This file was deleted.
Oops, something went wrong.
8 changes: 0 additions & 8 deletions
8
sample/test/DeviceTestingKitApp.DeviceTests/Platforms/Windows/App.xaml
This file was deleted.
Oops, something went wrong.
9 changes: 0 additions & 9 deletions
9
sample/test/DeviceTestingKitApp.DeviceTests/Platforms/iOS/AppDelegate.cs
This file was deleted.
Oops, something went wrong.
93 changes: 0 additions & 93 deletions
93
sample/test/DeviceTestingKitApp.DeviceTests/Resources/Images/dotnet_bot.svg
This file was deleted.
Oops, something went wrong.
File renamed without changes.
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.