-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Open
Labels
platform/windowss/triagedIssue has been reviewedIssue has been reviewedt/bugSomething isn't workingSomething isn't workingt/housekeeping ♻︎
Milestone
Description
Description
When contributors see files like
- https://github.com/dotnet/maui/blob/main/src/Essentials/src/Compass/Compass.uwp.cs
- https://github.com/dotnet/maui/blob/main/src/Essentials/src/TextToSpeech/TextToSpeech.uwp.cs
- etc.
they can easily thing that the code uses Universal Windows Platform (UWP). However, this is not true because .NET MAUI utilizes WindowsAppSDK which is a successor of UWP. Given that these two platforms are quite similar but differs in things like namespaces1, it's easy to confuse one for other.
Consider renaming files to reflect the current state of affairs.
Steps to Reproduce
No response
Link to public reproduction project repository
No response
Version with bug
10.0.0-preview.4
Is this a regression from previous behavior?
No, this is something new
Last version that worked well
Unknown/Other
Affected platforms
Windows
Affected platform versions
No response
Did you find any workaround?
No response
Relevant log output
Footnotes
-
But often not in type names. ↩
Metadata
Metadata
Assignees
Labels
platform/windowss/triagedIssue has been reviewedIssue has been reviewedt/bugSomething isn't workingSomething isn't workingt/housekeeping ♻︎
Type
Projects
Status
Ready To Review