0
votes

I have the following Popup from JetBrains Rider:

enter image description here

How can I focus an error message in JetBrains Rider so I can copy paste that message and Google why Rider thinks I should not start my source code with a comment.

UPDATE 1:

The file extension is .cs

UPDATE 2:

The source compiles fine and I haven't found any other place where the message appears. It's seems to be one of those warnings which are configured by default to appear as error message.

1
what is the file extension?Rob
That's just a tooltip, surely Rider has an Output window when it compiles?MickyD
File extension is .cs and compiles just fine. It's seems to be one of those warnings which are configured by default to appear as error message,Martin

1 Answers

0
votes

I restarted JetBrains Rider only to be greeted by an “Application damaged” error message. So deleted and reinstalled JetBrains Rider and now I get a proper inspection popup:

enter image description here

And with this now more helpful warning I was able to correct the problem.

Answer: You installation is broken, reinstall JetBrains Rider.