mariuszhermansdorfer / SandWorm

Augmented Reality Sandbox for Grasshopper & Rhino
MIT License
20 stars 11 forks source link

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

Closed philipbelesky closed 4 years ago

philipbelesky commented 4 years ago

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 commented 4 years ago

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