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.

0
7 comments

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:

  • Enable ProjectModel scenario under Help | Diagnostic tools | Choose Trace Scenarios 
  • Restart Rider in Internal mode
  • Open your project in Rider and ensure that the project is finished loading (there are no background tasks running)
  • Dump the project model via Tools | Internal Actions (Rider) | Dump | Project model 
  • Reproduce the issue by opening properties of the affected project
  • Collect Rider logs via Help | Collect Logs and Diagnostic Data
  • Disable ProjectModel trace scenario and Internal mode

You can send us csproj of the affected project and diagnostic data via the Upload Service and mention the Upload ID in this thread.

 

0

Upload id: 2024_10_02_1Fz3pn4nDUVBFsNPiyfXGG (file: rider-logs-20241002-15211615692521813110618605.zip)

0

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.

0

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)

0

Hello Robert Bozik,

Thank you for the csproj. It looks like there are multiple targets with the same name “PostBuild” — is this intentional?

0

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.

0

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 :)

0

Please sign in to leave a comment.