Uh oh!
There was an error while loading. Please reload this page.
[tests] add test for Microsoft.Intune - #7926
Merged
Merged
Conversation
Uh oh!
There was an error while loading. Please reload this page.
jonathanpeppers
commented
Mar 29, 2023
MemberAuthor
Test fails with:
<ProjectInitialTargets="_IntuneDependsOnFixup"> |
jonathanpeppersforce-pushed
the
MicrosoftIntune
branch
from
April 25, 2023 21:35
38f284c to
ab13089Comparejonathanpeppers
commented
May 2, 2023
MemberAuthor
Latest appears to attempt to run a |
jonathanpeppersforce-pushed
the
MicrosoftIntune
branch
from
October 26, 2023 15:35
a5702a9 to
bb5f72eCompareContext: https://www.nuget.org/packages/Microsoft.Intune.Maui.Essentials.android/9.5.2-beta The `Microsoft.Intune.Maui.Essentials.android` makes use of specific MSBuild targets and "remapping" features. We should add a test verifying that it stays working over time.
jonathanpeppersforce-pushed
the
MicrosoftIntune
branch
from
October 26, 2023 18:08
bb5f72e to
a821faaCompareHave to use a valid AppCompat theme.
jonathanpeppers
commented
Oct 27, 2023
MemberAuthor
Uh oh!
There was an error while loading. Please reload this page.
pjcollins
approved these changes
Oct 27, 2023
grendello added a commit
that referenced
this pull request
Nov 3, 2023
* main: [tests] add test for Microsoft.Intune (#7926)
jonathanpeppers added a commit
that referenced
this pull request
Nov 30, 2023
Context: https://www.nuget.org/packages/Microsoft.Intune.Maui.Essentials.android/9.5.2-beta The `Microsoft.Intune.Maui.Essentials.android` makes use of specific MSBuild targets and "remapping" features. We should add a test verifying that it stays working over time. Assert `MainActivity.onMAMCreate` exists in `classes.dex`, to verify this package actually "does something". Otherwise, the test would just pass if we removed the Intune package.
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 freeto 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.

Context: https://www.nuget.org/packages/Microsoft.Intune.Maui.Essentials.android/9.5.2-beta
The
Microsoft.Intune.Maui.Essentials.androidmakes use of specific MSBuild targets and "remapping" features.We should add a test verifying that it stays working over time.