Avanade / UnitTestEx

UnitTestEx provides .NET testing extensions to the most popular testing frameworks (MSTest, NUnit and Xunit) specifically to improve the testing experience with ASP.NET controller, and Azure Function, execution including underlying HttpClientFactory mocking.
MIT License
18 stars 4 forks source link

Changes to app config load ordering #63

Closed israels closed 4 months ago

israels commented 4 months ago

This should fix issue so that appsettings.unittest.json (when used in tests) properly will overwrite any appsettings.json values defined in function or asp.net project.