nulastudio / NetBeauty2

Move a .NET Framework/.NET Core app runtime components and dependencies into a sub-directory and make it beauty.
MIT License
419 stars 21 forks source link

Is it normal the pdb are not moved to the library folder ? #57

Closed julienGrd closed 1 year ago

julienGrd commented 1 year ago

Hello guys, and thanks for this library. it works greate except the pdb which stay at the root (yes i want to publish the pdf in release mode to have line number in case of exceptions).

Is it normal ? can it be configured ?

thanks !

liesauer commented 1 year ago

pdb should stay with it's dll. can you post a demo repo/bin so i can see what is going on?

julienGrd commented 1 year ago

yes you can repro with this project : https://github.com/julienGrd/BlazorAppTestNetBeautyWithPdb, i use Visual Studio Community 2022 17.8 Preview 2.0. To reproduce

liesauer commented 1 year ago

fixed in v2.1.4.1