svengeance / Husky

Modernizing the way developers think about installers
3 stars 0 forks source link

[Bug] Husky is referencing its Internal Generators' assembly #37

Closed svengeance closed 3 years ago

svengeance commented 3 years ago

We're accidentally referencing our internal generate's assembly directly, which is going to do nasty things like fooling the IL Linker into thinking we need the full Roslyn API.

This is suboptimal.

We should be properly sgenning the needed attributes, interfaces, etc, into our target assembly.