Unable to edit project properties
Hello,
I can't edit the project properties of any of the solutions I work with.
Steps to reproduce:
1. Right click in project
2. Select Properties
Result:
New dialog is open with the following message:
Editing properties is not supported for this item.
Any idea how can I fix this?
Thanks in advance!
Please sign in to leave a comment.
Hi,
Could you please share the csproj files for which this function does not work? Also, please collect and share ProjectModel dump:
- restart Rider in internal mode (https://rider-support.jetbrains.com/hc/en-us/articles/207327910);
- run the action:
Tools | Internal Actions (Rider) | Dump | Project model
- Navigate toHelp | Diagnostic tools | Choose Trace Scenariosand enable Trace scenario for ProjectModel;- Reproduce the issue, collect the full log bundle via
Help | Collect logs, disable Trace scenarios;- Attach the resulting log bundle to a new support ticket for further investigation.
K.R.
Sofia
This is probably the issue https://youtrack.jetbrains.com/issue/RIDER-63718. So, please try the latest EAP version: https://www.jetbrains.com/rider/nextversion/.
The last comment in the thread you sent has a nice workaround that fixes the issue. It is indeed related to .NET 6.
Thank you!