I'm using Costura.Fody to embed a bunch of references in my project into a sort of master-library to remove the need to reference every single library in my API. Costura.Fody output shows that the other parts of my library are being embedded, but when I reference the DLL the embedded namespaces aren't being shown, so dependent projects won't build.
Opening the DLL in a text editor shows that the embedded namespaces are in the DLL but can't be detected in Visual Studio...
I'm using the default Costura.Fody weavers setup. Any advice? Please?