It seems as if a Nuget package can't have (or maybe end in) the word "Resource" or "Resources". I created a Nuget package named IotSuite.Resources, that in turn depends on two other packages.
When I install in another project, the two dependent packages show up, but the one named IotSuite.Resources does not (nor does anything within it resolve).
In Visual Studio, I then used the exact same project that generated the faulty nuget package, and did nothing but rename the assembly in the project properties (which then becomes the value of the nuspec id). I rebuilt and regenerated the package and everything installed correctly.
Wondering if anyone has seen this? I could just rename the package/assembly, but I'm stubborn :), and now I'm also wondering if there are other blacklisted terms.
Version: 3.3.0.212