Replies: 1 comment
-
This is preview artifact and should be gone in next preview if everything goes well. If not it will be gone in later previews or release candidates |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I just finished the
Getting started
part of MAUI and I can execute the Android platform without any problems.Anyways I stumbled across something, which looks, in my eyes, a little bit unnecessary.
When you create a new MAUI project (for example
HelloMaui
) and generate a new solution, you get two projects.One for WinUI
HelloMaui.WinUI
and one for all the "other" platformsHelloMaui
(Android, iOS, MacCatalyst).However, why is there another project?
Within the WinUI project, you only have references to the "main" project and therefore, in a plain vanilla environment, just a 1:1 project, which only consists of references, without any differences.
I really do not understand, why this is done, since another subdirectory in
Platforms
calledWinUI
or simply justWindows
would definitely be clear enough. I didn't mess around with VS2021 yet, but from experience I am trying to minimize the number of concurrently loaded projects to the performance issues of previous VS versions. It would also make the solution a lot more structured.Beta Was this translation helpful? Give feedback.
All reactions