deastr

Results 2 issues of deastr

I had successfully implemented SlowCheetah for my app.config and appsettings.json files. For some reason I can't build the project anymore since I'm getting multiple errors related to app.config tasks. Here...

I have a sample async console app with Aspect Oriented Programming logger, in this structure: ``` ConsoleApp Project.Class.Method1 Project.Class.Method2 ``` Call list is: `ConsoleApp.Main -> Project.Class.Method1 -> Project.Class.Method2` All three...