Unable to change severity for an Ambiguous Reference (Unity)
Hey all,
I seem to be having an issue with changing the severity of an error to a Hint/anything
So im trying to get this:

To become disabled or Hint if possible.
- I've tried using the Inspection Severity Settings and even though I change it, its still shown as an error in Rider.
- I've also tried using the .editorconfig by adding `resharper_possible_interface_member_ambiguity_highlighting = hint` or even `none`.
anyone able to give me a hand with this? im pulling hairs out trying to get it gone
Please sign in to leave a comment.
Hi,
In general this should be a compiler error and we cannot change it. But if in your case it is incorrectly shown, then there is a resolve error somewhere. Could you please try to invalidate cache via `File | Invalidate caches.. > Invalidate and Restart`, and let me know if it helps?
Heya sorry for the late reply, unfortunately this didn’t “fix” it.
Just to add a little backstory, I work on a modding framework and we “publicise” the assembly to make modding easier, this doesn’t stop compiling or even show as an error on anything but Resharper.
If it’s not actually possible to change the error to a hint then I guess you have given my answer, and I’ll have to deal with the 80+ errors Rider throws at me or go back to VSC/ VS. Thanks again
Would you be able to share the project? There's something unclear going on and it would really help to see the code, and how the `Position` property in the screenshot is declared.
One can use our uploads server to share files with JetBrains (https://uploads.services.jetbrains.com/). Once you've uploaded files, please let us know the uploadID.
If not possible, C# projects would be good, or failing that, just a description of the project structure.
Also, please collect and share Logs after reproducing the issue (`Help | Collect Logs and Diagnostic Data`) and a project model dump (run Rider in internal mode (https://rider-support.jetbrains.com/hc/en-us/articles/207327910-How-to-run-JetBrains-Rider-in-Internal-Mode), and call the action `Tools | Internal Actions (Rider) | Dump | Project Model`).
Heya, thanks for the reply.
Repo with all the required references: https://github.com/CWXDEV/Fika-Plugin/tree/3.9-dev
Once opened you should get the 51 errors in 18 files.
Logs: Upload id: 2024_07_03_ydx8vVGXvVpx3oXZAaqVcG (file: rider-logs-20240703-17410614719330899809231298.zip)
Project Model: Upload id: 2024_07_03_vEnG2ho9x7wrkHWNZMBJ5B (file: ProjectModel20240703-17-42-4912698002283121912035.txt)
hopefully thats everything, let me know if i missed something.
Thank you for the data.
We are investigating this issue and will get back to you soon.
The issue is fixed and will be available in 2024.2 EAP (I will be able to tell which exactly a bit later).
https://youtrack.jetbrains.com/issue/RIDER-114540/false-positive-Ambiguous-Reference-in-Unity-project
Thank you for reporting it.
Absolutely amazing, Thank you for looking into this and fixing it.
I experience the warning with WinForms projects in *.Designer.cs files using Raider 2024.2. Any way to disable the warnings?
Johann Dirry,
The original question in this thread was related to Unity. Could you please file a separate ticket on YouTrack for you question?
Heya, i saw this come through to my email as an update. i have just tried again and even in Version: 2024.3.3 RC
Was this ever put into an RC from EAP?
This is with another project:
Cwxdev Hi! The link to the GitHub repo you've kindly provided above is now unavailable, so I can't reliably reproduce this on my end. The state history of the issue mentioned above hints that 2024.3.3 should have this fix. Do you see the problem only with 2024.3.3 RC or with 2024.3.2 as well? Would it be possible to share the code again?
Im so sorry for the late reply, yeah that original repo isnt available anymore, so i have created a much smaller “example”
https://github.com/CWXDEV/Jetbrains-issue-repo
all references should be in the repo.
This has been happening on all the versions so far.