0

I know the Rider IDE is fairly new but i actually like it :)

My question is however if anyone knows how to add a configuration file to your project (within rider)

All I can see is this:

enter image description here

Which as you can see doesn't seem to have a way for me to create an Application Configuration file

Marc Rasmussen
  • 19,771
  • 79
  • 203
  • 364

1 Answers1

1

In Solution Explorer, right-click the project name and click New, and then click File. In the Name text box, enter a name .config (change a file extension) and click OK. The new config file is added to your project.

  • 3
    Note that this doesn't do what it did in Visual Studio. Visual Studio will add a fairly complete app.config file but this creates a blank file. – carlin.scott Dec 07 '17 at 18:10