-
Notifications
You must be signed in to change notification settings - Fork 1.9k
[NET10.0] [Windows] Filenames contain uwp
even though UWP is not the technology used - FIX
#29750
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[NET10.0] [Windows] Filenames contain uwp
even though UWP is not the technology used - FIX
#29750
Conversation
uwp
even though UWP is not the technology used - FIX
/azp run |
Azure Pipelines successfully started running 3 pipeline(s). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think all other files have the platform lowercase 🫣
But other than that, seems good to me!
/azp run |
Azure Pipelines successfully started running 3 pipeline(s). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
So we might want to make another PR to change the others to .windows :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Need to discuss this a bit more internally @mattleibow
Description of Change
Rename
*.uwp.cs
files to*.windows.cs
for clarity. Commits should be easy to follow one by one.Issues Fixed
Fixes #29749