-
Notifications
You must be signed in to change notification settings - Fork 8
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
Add Maui Tests #82
Open
mattscheffer
wants to merge
11
commits into
dotnet:main
Choose a base branch
from
mattscheffer:mauiTests
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.
Open
Add Maui Tests #82
Changes from all commits
Commits
Show all changes
11 commits
Select commit
Hold shift + click to select a range
179e5cd
Initial checkin for maui tests
mattscheffer 5c72e48
Revert "Initial checkin for maui tests"
mattscheffer 4ff8a32
Initial checkin for maui tests
mattscheffer 6e598f8
Merge branch 'main' into mauiTests
mattscheffer 52b9868
Removing run action for maccatalyst
mattscheffer 07bf8b5
Skipping execution of Maccatalyst if Linux. Maui-desktop workload isn…
mattscheffer 936543a
Skip OSX as maccatalyst on Mac requires xcode
mattscheffer 8c17951
Merge branch 'main' into mauiTests
mattscheffer b962ee7
Removing commented out test as it wasn't working without additional s…
mattscheffer cddcd3d
Merge branch 'mauiTests' of https://github.com/mattscheffer/scenario-…
mattscheffer 76765ab
Merge branch 'main' into mauiTests
mattscheffer 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 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,4 +23,6 @@ public enum DotNetSdkTemplate | |
Wpf, | ||
Winforms, | ||
Aspire, | ||
maui, | ||
maccatalyst | ||
} |
This file contains 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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think these maui tests should pass on Mac?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
They surprisingly don't. They fail due to xCode being missing I believe. It might have been a version problem but I don't have the logs on hand to back that up as it's been a few weeks since I tried.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It is likely a fixable machine problem, but installing xCode isn't probably something we should be doing as part of this execution I think?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That's sorta surprising...It should be installed by default (it supports the build tooling).