-
-
Notifications
You must be signed in to change notification settings - Fork 207
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
chore: Update DeviceTests from upstream #2853
Closed
Closed
Conversation
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
vaind
force-pushed
the
chore/update-maui-devicetests
branch
from
November 16, 2023 19:25
1ae3f3e
to
3b0ef43
Compare
vaind
changed the title
chore: Update DeviceTests to NET8
chore: Update DeviceTests from upstream
Nov 16, 2023
vaind
force-pushed
the
chore/update-maui-devicetests
branch
from
November 16, 2023 19:28
3b0ef43
to
3f0400c
Compare
* Generate and upload mapping file for test app * Verify that test server recieves proguard mapping file
…2995) Bumps [gradle/gradle-build-action](https://github.com/gradle/gradle-build-action) from 2.11.0 to 2.11.1. - [Release notes](https://github.com/gradle/gradle-build-action/releases) - [Commits](gradle/gradle-build-action@8cbcb99...982da8e) --- updated-dependencies: - dependency-name: gradle/gradle-build-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* update internal dependencies * roll back verify.xunit * roll back xunit.runner.visualstudio
@vaind I think we can close this PR now. It's been made obsolete by: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Originally this started as an update of DeviceTests to .net8 but there are errors which I've hoped would be fixed by updating the copy of MauiTestUtils we have from upstream. Turns out it didn't fix the issue but I'd still keep the update, just don't want to have it in the same repo so it's hard to review.
This PR doesn't really need a code review because all the code is just copied over from https://github.com/dotnet/maui/tree/a19fbb776090b46d42cea3b4d5553c4c8e8a3ec3/src/TestUtils/src
#skip-changelog