Consider changing the names of the native app base types (MauiWinUIApplication, MauiApplication, MauiUIApplicationDelegate) #2242
Labels
area-core-hosting
Extensions / Hosting / AppBuilder / Startup
proposal/open
t/enhancement ☀️
New feature or request
Milestone
These are the types in question for each platform:
MauiWinUIApplication
MauiApplication
MauiUIApplicationDelegate
Why change the names?
MauiApplication
might be a "waste". These types are typically used once per project in a file generated by the project template (i.e. the user doesn't type it in)MauiApplication
could be used in more user-facing APIs that are more frequently worked on by developers, such as in the app's startup code (which, in my experience, changes quite a lot over time)Why not change the names?
Note: This originally came up in this PR (and subsequent discussion in the PR).
The text was updated successfully, but these errors were encountered: