Fody / Costura

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

Migrate to netStandart #935

Closed Mrgaton closed 2 months ago

Mrgaton commented 10 months ago

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

Mrgaton commented 10 months ago

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

Mrgaton commented 10 months ago

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

GeertvanHorrik commented 9 months ago

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