Reloaded-Project/Reloaded.Injector

Injecting into.Net 6.0

TonyValenti opened this issue · 1 comments

There is an app I work with that used to run on .Net 4.x. I needed to tweak it a bit so I created an app.config file which loaded a dummy TraceWriter which allowed me to get my own code running inside the .net 4.x process.

The app has recently upgraded to .net 6.x and the above method seems to not work anymore (I suspect because App.configs aren't used anymore).

Do you have any suggestions on how to continue running .net code in another .net process?