Change project type from console app to library
I changed the project type from a former console app to a library by setting the Output type in the project properties to Class library.
Rider still lists the library in the Run/Debug Configurations, with a red x overlay on the wave icon in front of the project name.
How can I “refresh” the Debug/Configurations so that my library is no longer listed there?
Please sign in to leave a comment.
Hello Becrylen ,
Thank you for reaching Rider Forum.
Class library cannot run itself. Thus, you have an error in the Run/Debug Configurations. Delete the configuration by pressing the minus sign. It should resolve the error.
Hope that helps.