Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use Fody/Costura to bundle dependencies, closes #45 #54

Conversation

philipbelesky
Copy link
Collaborator

I've set this up to work the same way it does with Groundhog. The combination of Fody and Costura bundles all the references that are set to copy local into the dll itself. Inspecting the dll seems to show them as there:

Screen Shot 2019-10-08 at 8 15 41 pm

The assembly does seem awfully small (80kb), even account for the compression of the dependencies. That said I've used the release-build gha on my current setup and it seems fine — it doesn't complain about any missing assemblies. Maybe there is some sort of code thinning that whittles down the assemblies to only what is needed?

Could you give this a spin and see if it works fine on your end?

@mariuszhermansdorfer
Copy link
Owner

Tested on a clean machine and it worked out of the box. Sweet!

@mariuszhermansdorfer mariuszhermansdorfer merged commit 0dda1f5 into mariuszhermansdorfer:master Oct 8, 2019
@philipbelesky philipbelesky deleted the feature/#45-bundling branch October 19, 2019 02:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants