You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Should it only be reverted for Sample project or all projects?
Libraries should not need it. UseMaui is somewhat misleadingly deprecated since .NET 8 with a warning (the warning message is incorrect though: dotnet/maui#20658).
Should it only be reverted for Sample project or all projects?
Libraries should not need it. UseMaui is somewhat misleadingly deprecated since .NET 8 with a warning (the warning message is incorrect though: dotnet/maui#20658).
I gave it all a try from a fresh clone (with a restore and workload restore). Without the UseMaui in the libraries, it all works perfectly fine as long as the "actual" MAUI project (in this case "Sample") has the UseMaui, as indicated by @filipnavara.
I also ran all of the Unit Tests, and they pass with 100%.
TheCodeTraveler
changed the title
Revert removal of <UseMaui>true</UseMaui>
[Sample App{ Add <UseMaui>true</UseMaui>Jul 24, 2024
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.
Labels
None yet
5 participants
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.
Description of Change
Revert removal of
<UseMaui>true<</UseMaui>in sample csprojLinked Issues
PR Checklist
approved(bug) orChampioned(feature/proposal)mainat time of PRAdditional information
Fixes cannot build and/or run on any device/emulator.