slmjy / PrettyBin

Nuget package for C#, that moves dll,pdb and xml in bin/lib subfolder and ensures, that everything works.
MIT License
71 stars 8 forks source link

Does not work for DOTNet Core #13

Open DineshSolanki opened 4 years ago

DineshSolanki commented 4 years ago

.Net core application still looks in the application directory for assemblies even though PrettyBin should have made it point to ~/Bin folder.

DineshSolanki commented 4 years ago

https://github.com/nulastudio/NetCoreBeauty seems to do what PrettyBin used to, But this only works for "Self-Contained" apps, maybe that repo could give some idea as to how to make PrettyBin work in Dotnet core.