Fody / Costura

Embed references as resources
MIT License
2.41k stars 275 forks source link

i think <Costura IncludeDebugSymbols='false' /> disables the disable cleanup #903

Closed Mrgaton closed 1 year ago

Mrgaton commented 1 year ago

when i tried disabling IncludeDebugSymbols then i got no final output of my NuGet packages dlls on my bin path

Mrgaton commented 1 year ago

Im using net framework 4.8 with windows forms

GeertvanHorrik commented 1 year ago

Can you prepare a unit test so we know what to fix?

Mrgaton commented 1 year ago

oh the problem is that I was defining the costura multiple times with different options

instead of doing this `

`

I was doing this

`

`

my bad I've never used XLM before