Solution wide analysis does not show error until file is open
When I run solution wide analysis it shows no errors but when I open specific file it shows error. Example:

This specific error is
Class 'DeviceService' has no inheritors and can be marked sealed
Our editor config has following settings:
resharper_class_can_be_sealed_global_highlighting = error
resharper_class_can_be_sealed_local_highlighting = error
Is this a bug?
Please sign in to leave a comment.
Hello Mychalmotycka ,
Thank you for reaching Rider Forum.
Could you please provide me with the .editorconfig settings, Rider settings:
File | Settings | "Manage Layers" button at the bottom => "Export to File"in the context menu for each layer and logs fromHelp > Collect Logs and Diagnostic Data.Please upload these files to our internal storage at https://uploads.jetbrains.com and share the ID of the upload.
Thank you and have a nice day.
Thaks for the response here are the requested files:
Upload id: 2024_06_21_Jhw8A7sdXoeEtA1XUHhjk4 (files: rider-logs-20240621-1345334124011175910761949.zip and 4 more)
Mychalmotycka , could you please try the same in the latest Rider EAP? Will the issue be reproduced?
If it will, could you please share logs from the EAP version?
Let me know the result.
Same problem. Logs: Upload id: 2024_08_09_iFnRy7qMbzXs3ecTv3vnnq (file: rider-logs-20240809-1416502722531184399164767.zip)
Screen:
Could you please try a new Rider version? Will the issue reproduce there? It seems that you might be facing the issue RIDER-115920 Rider Internal Error On Startup. It was fixed in it.
Nope, same problem using rider 2024.2.3.
Logs from newest version: Upload id: 2024_09_05_KXtkt6zhiv4FxsVkPssZgM (file: rider-logs-20240905-1450356889914012615378560.zip)
Screen:
I am having the same issue.
I am interested in the spellchecking aspect of the analysis.
I have recreated the issue with as small a project as I could.
I have 2 classes, “Person” and “Vehicle”, and both have a typo.
I have the “Person.cs” file opened.
In the “Problems → File” section, I see the typo in the opened file (as expected) :
In the “Prolems → All Solution Files”, it is empty (I don't understand why ?)
When I Use “Code → Analyze Code → Run Inspection by Name”, and I choose “Spelling” as the inspection name, and I choose “Whole project”, I get the behavior mentionned by Mychalmotycka, where it only shows the issues in the opened files.
With one opened file :
With both opened :
StandardStorm The “All solution files” tab only shows Errors (and Warnings if enabled), so it's expected not to see typo findings there.
However, I found it doesn't work even if I raise typo severity to Error. For this, I've created an issue in our issue tracker: RIDER-133838 Typo issues do not appear in "All Solution files" view . You can upvote and subscribe to it to receive updates.
Thanks,
Tom
Tom Luo
Thank you, I upvoted it.
Do you think it is related to the “Spelling Inspection” only showing typos on opened files, or would that be a seperate issue ?
StandardStorm I think it should be a separate issue. Let's wait for updates on the mentioned issue.