uno
uno copied to clipboard
VS's project properties page crash with single-project
Current behavior
Expected behavior
No response
How to reproduce it (as minimally and precisely as possible)
- Create a new project from the templates (5.2 single project)
- Right click the project
- Try to open
Properties
Workaround
No response
Works on UWP/WinUI
None
Environment
No response
NuGet package version(s)
No response
Affected platforms
No response
IDE
No response
IDE version
No response
Relevant plugins
No response
Anything else we need to know?
No response
@jeromelaban
This happens to me when the selected target framework is:
- browserwasm
- android
- ios
- maccatalyst It shows the properties page on:
- WinUI
- desktop.
Reminder for @jeromelaban to open an issue on VS side
Visual studio issue: https://developercommunity.visualstudio.com/t/Project-Properties-failing-with:-System/10655592
Mine is slightly different but likely the same cause:
Is there a current work around? I'm trying to build/publish my first iOS release build, but it's not matching the provisioning profile.
I'm willing to update the csproj file directly, but I don't know the schema and can't find the API reference.
A possible workaround at this time is to keep only ios/android/catalyst target frameworks in the TargetFrameworks
list temporarily, in order for the dialog to show up and make modifications to the project.
workaround works for me