0

I've already read advices about installing mono and dotnet.All of them are useless.

I want to run my simple C# console application on Rider.

My settings

Maybe there is a conflict between mono msbuild and dotnet-msbuild i dunno. He just cant see the references like "System".

How can i fix it? Anyone has solved this problem yet?

Log files here

https://drive.google.com/file/d/1EgciAZL0q30M9oqwipgQT8T3l6AOHG98/view?usp=sharing

  • Do you get any errors? – FlyingFoX Mar 30 '18 at 23:02
  • As far as I can see you have too old xbuild... Maybe you have to update mono and use MsBuild instead of xbuild... – xtmq Mar 31 '18 at 06:28
  • @xtmq, actually there is no such thing as MsBuild.exe in mono directiories. There is only MsBuild.dll but it doesnt work too – brainbuggged Apr 01 '18 at 09:39
  • Rider detects msbuild (dll/exe whatever) from mono automaticly, see https://rider-support.jetbrains.com/hc/en-us/articles/208074835-Using-Project-Rider-on-Mac-prerequisites – xtmq Apr 01 '18 at 20:31

1 Answers1

0

If simple updating mono doesn't help, then Log files from Ride Help -> Show log files may contain answers ) Share the whole directory zipped.

Ivan Shakhov
  • 1,299
  • 11
  • 12