0

I have a C# project that I'm working on in Rider. Within this project I have an Integration Test project. When I go to run my integration tests, they fail because they call code that depends on information in the App.config file. I have made a linking reference in the integration test project to the App.config file from the main project. The integration tests still do not work. They throw ArgumentNullExceptions for any values that are stored in the App.config file. The main project runs fine and retrieves the values from the App.config file perfectly. I have also tried rebuilding integration test project.

Whether I copy the App.config file over or make a linking reference to it, I get the same results.

0 Answers0