How to Run Docker-based .NET apps in JetBrains Rider Without “Fast Mode”
Sean Killeen

Sean Killeen @seankilleen

About: A mind at work. Microsoft MVP && Passionate .NET dev lead && VP, Innovation and Products at SCT Software. Opinions here are mine. Trying to be all the human I can be with the time I have.

Location:
Arlington, VA
Joined:
Dec 27, 2017

How to Run Docker-based .NET apps in JetBrains Rider Without “Fast Mode”

Publish Date: Apr 19 '24
0 0

In most cases, containerized .NET apps run just fine “out of the box”. IDEs such as Visual Studio and JetBrains Rider provide a helpful experience called “Fast mode” that uses some magic to put your files where they need to be inside of the container, rather than rebuilding it each time you start up. This is helpful!

However, in some cases – such as one I experienced recently – a container is not well-suited for “fast mode”. There are ways to disable this in Visual Studio, but our team needed a little extra help to get it working with JetBrains Rider (which we also love!)

So, here’s the Docker.run.xml that worked for us in Rider, including a breakdown on each line, and one additional step we had to take.

Read the rest on SeanKilleen.com!

Comments 0 total

    Add comment