phmonte / Buildalyzer

A utility to perform design-time builds of .NET projects without having to think too hard about it.
MIT License
589 stars 92 forks source link

Disable AppHost Creation #187

Closed slang25 closed 2 years ago

slang25 commented 2 years ago

In general this can be considered an optimization, but it also fixes an error that I'm running into where msbuild tries to copy the apphost.exe, but it doesn't exist.

I'd like to understand why it fails, but at the same time, a design-time build probably should be switching this off.

daveaglick commented 2 years ago

Yeah, there's absolutely no reason we need to be creating a native executable for anything. 👍