-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Library projects targeting net6.0 and UseMaui set to true VSMac project UI properties doesn't work #13674
Comments
Thanks for the issue report @awattar! This issue appears to be a problem with Visual Studio, so we ask that you use the VS feedback tool to report the issue. That way it will get to the routed to the team that owns this experience in VS. If you encounter a problem with Visual Studio, we want to know about it so that we can diagnose and fix it. By using the Report a Problem tool, you can collect detailed information about the problem, and send it to Microsoft with just a few button clicks.
|
@awattar are you on the latest VS for Mac? We just tried it on 17.6 Preview 1 and cannot repro this behaviour. |
@mariaghiondea I'm on the latest stable: Visual Studio Enterprise 2022 for Mac Should I check on preview? |
If you can, that would be good. |
@mariaghiondea Unfortunately it still doesn't work on: Visual Studio Enterprise 2022 for Mac Preview nor Visual Studio Enterprise 2022 for Mac Preview |
That's the build that it doesn't repro for me on... Thank you for trying! |
@mariaghiondea Sure, let me know when ready. |
Preview 2 is released. Could you try this again on it? |
@mariaghiondea Hi. It was working right after updating from the "VS->Check for Updates..." and then it showed a notification in VS above the Solution explorer that there were outdated workloads and it suggested additional installation. There were also waring signs right next to the each of the subproject in this solution. After updating workloads as suggested properties once again stopped to showing. |
Thanks for checking. |
@mariaghiondea will do. |
Description
For this very basic project setting:
VSMac UI Properties configuration cannot be open.
When changing to
<UseMauiEssentials>true</UseMauiEssentials>
project properties are being displayed without issues.Could be related to: #6529
Steps to Reproduce
Create MAUI SDK library project with configuration specified in the description.
Link to public reproduction project repository
NA
Version with bug
7.0 (current)
Last version that worked well
Unknown/Other
Affected platforms
macOS
Affected platform versions
net6.0 net7.0
Did you find any workaround?
Partial workaround for projects that switching to
<UseMauiEssentials>true</UseMauiEssentials>
is sufficient.Relevant log output
No response
The text was updated successfully, but these errors were encountered: