Running a C# Service Using mono-service in Rider

Answered

We have a Visual Studio project that has been ported over to Linux. I can build the code in Rider, but I cannot run the services using "mono-service".

The configuration options for "Mono executable path" is set not only for the program to build, but for Rider to be able to function, and I see no alternative for starting a service.

Is there any way to start a mono service in Rider, so we can debug the code?

Thank you,

Darin

 

0
1 comment

Please try the approach from the article 

http://blog.chudinov.net/demonisation-of-a-net-mono-application-on-linux/

Specifically "Debugging" section.

 

0

Please sign in to leave a comment.