Fody / Costura

Embed references as resources

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Migrate to netStandart

Mrgaton opened this issue · comments

When using costura fody it downloads a bunch of dependencies

image

and increase a lot the exe final size, why cant not just use the current framework built in libraries

ok i see that already uses net standart but ther is any workaround to not have to download all those depedencies

the more I research the more im realizing that this issue doesnt make sense

Did you set PrivateAssets? Then it should not have any dependencies. These are only required during the build, not during runtime.