microsoft / ApplicationInsights-ServiceFabric

ApplicationInsights SDK for ServiceFabric projects
MIT License
63 stars 26 forks source link

MS.AI.SF.Native depends on MS.AI.SF but doesn't install it for asp.net core projects #6

Closed nizarq closed 7 years ago

nizarq commented 7 years ago

I discovered that even though the native nuget package depends on the base (and describes this dependency in nuspec and it can be seen in manage nuget packages), installing the native package for asp.net core app did not install the dependency base nuget.

This might be similar to: https://github.com/NuGet/Home/issues/5130. Not sure if we can do anything about it on our end.

nizarq commented 7 years ago

This was a confusion on my part because between VS 2015 and VS 2017 the UI has changed how it shows dependencies. The dependent nuget (MS.AI.SF) was indeed installed, I had to expand MS.AI.SF.Natvie in the tree view to see it.