0

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.

Martin
  • 11,577
  • 16
  • 80
  • 110
  • what is the file extension? – Rob Oct 04 '19 at 10:46
  • That's just a tooltip, surely Rider has an _Output window_ when it compiles? –  Oct 04 '19 at 10:47
  • 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 Oct 04 '19 at 10:54

1 Answers1

0

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.

Martin
  • 11,577
  • 16
  • 80
  • 110