Editing properties is not supported for this item
Hello Mates, i have issue with settings of project in Rider.
If i open the settings i will receive information: Editing properties is not supported for this item.

I tested all MSBuild version and nothing helps.

Do you know how to fix this Issue? In Visual Studio 2022 all works OK.
Please sign in to leave a comment.
Hello Robert Bozik,
Could you send us your csproj and Rider logs with additional diagnostics so we could look into this further?
To collect the diagnostic data, please:
ProjectModelscenario underHelp | Diagnostic tools | Choose Trace ScenariosTools | Internal Actions (Rider) | Dump | Project modelHelp | Collect Logs and Diagnostic DataProjectModeltrace scenario and Internal modeYou can send us csproj of the affected project and diagnostic data via the Upload Service and mention the Upload ID in this thread.
Upload id: 2024_10_02_1Fz3pn4nDUVBFsNPiyfXGG (file: rider-logs-20241002-15211615692521813110618605.zip)
Hello Robert Bozik,
Thank you for the logs. We will investigate this issue in the scope of RIDER-118252.
If you are able to share a csproj of the affected project or a sample project affected by the same issue in your environment, please consider sharing it with us using the upload service.
Hello Kirill,
I apologize, I forgot to attach the CSPROJ file. I am attaching it now:
Upload id: 2024_10_05_JZfdxwot1M8RLyuFsbqR2A (file: EUC Tools - Yanfeng.csproj)
Hello Robert Bozik,
Thank you for the csproj. It looks like there are multiple targets with the same name “PostBuild” — is this intentional?
Hello Kirill,
I don't have any information about having set anything up for multiple builds. Everything was working fine until one day I tried to change the version and I couldn't edit it.
Problem solved. The issue was with the duplicate PostBuild entry, as Kirill mentioned. After removing this duplicate entry, editing is now possible. Although, I’m not sure how it got there in the first place :)