-
Couldn't load subscription status.
- Fork 1.9k
Enhance maui-mobile developer sample with recent updates #31151
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
Conversation
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.
Copilot encountered an error and was unable to review this pull request. You can try again by re-requesting a review.
|
Please make sure to check also outside of these PRs, like #31152 was also in the samples but not in the templates. Can I ask you to really check and see if there are any more differences? :) |
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
| </Setter> | ||
| </Style> | ||
|
|
||
| <Style TargetType="Frame"> |
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.
Isn't Frame deprecated? Or is it a different frame?
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.
Yes @MartyIX ,Frame is deprecated. I have modified the code changes accordingly , kindly check and let me know if you have any other concenrs.
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
/rebase |
|
|
||
| public partial class App : Application | ||
| { | ||
| public IServiceProvider ServiceProvider { get; private set; } |
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 don't think this is correct, we don't want to create a new ServiceProvider here.
The announcement helper should get registered as a singleton into the ServiceProvider and then you add it to the ctor arguments on the VMs where it's used
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
/azp run |
|
Azure Pipelines successfully started running 3 pipeline(s). |
|
/rebase |
|
/azp run |
|
Azure Pipelines successfully started running 3 pipeline(s). |
|
/azp run |
|
Azure Pipelines successfully started running 3 pipeline(s). |
|
)" This reverts commit 2e9707c.
Note
Are you waiting for the changes in this PR to be merged?
It would be very helpful if you could test the resulting artifacts from this PR and let us know in a comment if this change resolves your issue. Thank you!
Description of Change
Added updated developer sample to maui-mobile
Issues Fixed
Fixes #31069
Associated Pull Requests
dotnet/maui-samples#604
dotnet/maui-samples#611
dotnet/maui-samples#648
dotnet/maui-samples#649
dotnet/maui-samples#650
dotnet/maui-samples#651
dotnet/maui-samples#652
Output Screenshot: