How to read hocon file in C#

165 views Asked by At

I have a project where configuration info for the app are in hocon files. I want to write integration tests with information from those files. How can I get into those files and then map them to objects? In my program I do this with Microsoft.Extensions.Configuration.IConfiguration object and I add to a project as singletons, but how to get access to this in project with tests?

0

There are 0 answers