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

BeautyHiddens options are ignored inside csproj file #16

Closed Greendq closed 3 years ago

Greendq commented 3 years ago

Uncommented section of the csproj file ignored - NCB leaves hostfxr.dll, hostpolicy.dll, .deps.json and .runtimeconfig.json files in the publish directory while I expected they will be hidden too.

Project uses .Net Core 3.1 executable target, NCB version 1.2.9.2.

liesauer commented 3 years ago

it works for me, have you enabled Hidden items option in File Explorer or using *nix? BeautyHiddens option is literally hiding them, not moving them, and works under windows only. image image

Greendq commented 3 years ago

Yes, I notified hidden attribute, but I expected they will be moved :)

I think, it is better to add a note in the description about this to remove misunderstanding.

Thank you!

liesauer commented 3 years ago

yeah, you are right!