Is it possible to utilize a NuGet package with runtime compilation?
I have to compile an EXE at runtime, and want to embed referenced .dll into my final .EXE to end up with a single file.
There is a NuGet package that does this at build time: https://github.com/Fody/Costura
I briefly read through the documents but it appears my use case would be an undocumented one. I was hoping someone here had experience with something similar.