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
Essentials is the only subproject that has not been migrated to .windows.cs. .uwp.cs is inaccurate and is legacy from the Xamarin days. It's also confusing to individuals not familiar with the project on whether or not these classes are used (they are).
Should be as simple as batch renaming **/*.uwp.cs to **/*.windows.cs and then updating the essentials csproj
This discussion was converted from issue #22831 on June 04, 2024 16:24.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Description
Essentials is the only subproject that has not been migrated to
.windows.cs
..uwp.cs
is inaccurate and is legacy from the Xamarin days. It's also confusing to individuals not familiar with the project on whether or not these classes are used (they are).Should be as simple as batch renaming
**/*.uwp.cs
to**/*.windows.cs
and then updating the essentials csprojBeta Was this translation helpful? Give feedback.
All reactions