Run application when tests do not compile

Hi!
Sometimes it's useful to run application after some quick changes to see if some idea works even though these changes broke unit tests build.

Is it possible to make Rider run application (F5) when some unit tests projects do not compile? In this situation Visual Studio shows build errors for unit tests projects but since all assemblies for application itself were built correctly it still runs application executable. 

I tried playing with configurations like creating '.NET Project' configuration or '.NET Executable' configuration or compound configuration with build first and then just .NET Executable without build. Nothing from these helped.

0

Please sign in to leave a comment.