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

fix: adding alternative for publish single file #269

Closed phmonte closed 2 months ago

phmonte commented 2 months ago

It doesn't make sense, it would have the same result as deleting the dll from the single file.

slang25 commented 1 month ago

Another approach might be to embed the logger dlls into Buildalyzer and have it extract them to a temporary location. It does add moving parts though.