Upgrade to .NET 10 and enhance build workflows for multiple platforms#763
Closed
rgunawans wants to merge 36 commits into
Closed
Upgrade to .NET 10 and enhance build workflows for multiple platforms#763rgunawans wants to merge 36 commits into
rgunawans wants to merge 36 commits into
Conversation
typo in the description
…d change target on PointOfsales.API projet from .net 7 to .net 10
…able CAMERA permission in Android Manifest, and change target on PointOfsales.API projet from .net 7 to .net 10
- Removed unused ShowMessage method from MobileLoginViewModel - Stopped auto-closing modal after scan in ScanPage - Updated MAUI package versions to use $(MauiVersion) property - Minor formatting fix in AppShellMobile.xaml
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
…inViewModel.cs Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This reverts commit 9ce127e.
* compressed image * improvement flyout menu in appshell.xaml, sometime it shows text instead of icon * replace DisplayAlert with DisplayAlertySync
* compressed image * improvement flyout menu in appshell.xaml, sometime it shows text instead of icon * replace DisplayAlert with DisplayAlertySync * Replace TranslateTo with TranslateToAsync * Replace FadeTo with FadeToAsync
Updated the GitHub Actions workflow to include a build step for Windows and removed redundant steps for Android and macOS builds.
Added a step to restore dependencies before building the Windows project.
Refactored build-pr.yml for concise steps and added a Windows build job. Added Microsoft.Maui.Controls.Compatibility to PointOfSale.csproj and downgraded Microsoft.Maui.Controls and WebView.Maui to 10.0.41. Updated global.json to use .NET SDK 10.0.202 with latestPatch rollForward.
Updated GitHub Actions workflow to simplify and clarify build steps for macOS and Windows jobs. Now both jobs install the .NET 10 SDK and MAUI workload before building the Android target. Removed redundant steps and consolidated tasks for improved efficiency.
Refactored build-pr.yml to introduce separate jobs for macOS and Windows alongside Android. Each job now sets up .NET 10, installs the MAUI workload, and builds the PointOfSale project for its respective platform. This replaces the previous single Android build with platform-specific, granular steps.
Removed the macOS build job from build-pr.yml and added a Windows build job. The new job sets up .NET 10.0.x, installs the MAUI workload, restores dependencies, and builds the project for the Windows target framework.
Updated .NET version to 10.0 and added MAUI workload installation for Android, Windows, and macOS builds.
Member
|
Appreciate the attempt to help here! But if you don't mind, please let us (or, me...) worry about the setup for this repo. Let me know if you have any ideas around it to make it better though and let's discuss! |
Contributor
Author
|
Hello,
I'm curious about MAUI, want to learn more, when I try fork maui-samples, some component deprecated, like Redth.ZXing.Net.Maui, so I tried to change with ZXing.Net.Maui, but when I tried to PR, it failed in windows and mac
And this is my first time to PR, maybe I made a mistake
Best Regards,
Robby Gunawan Sutanto
…________________________________
From: Gerald Versluis ***@***.***>
Sent: Tuesday, May 5, 2026 8:25 PM
To: dotnet/maui-samples ***@***.***>
Cc: Robby Gunawan Sutanto ***@***.***>; Author ***@***.***>
Subject: Re: [dotnet/maui-samples] Upgrade to .NET 10 and enhance build workflows for multiple platforms (PR #763)
[https://avatars.githubusercontent.com/u/939291?s=20&v=4]jfversluis left a comment (dotnet/maui-samples#763)<#763 (comment)>
Appreciate the attempt to help here! But if you don't mind, please let us (or, me...) worry about the setup for this repo. Let me know if you have any ideas around it to make it better though and let's discuss!
—
Reply to this email directly, view it on GitHub<#763 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ADCJDKW7KWR2KZQ3AWSUOWT4ZHTVNAVCNFSM6AAAAACYJKL6PCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHM2DGNZZGY3TGNBXGM>.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
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 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.
No description provided.