microsoft / ApplicationInsights-ServiceFabric

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

Support for Microsoft.ServiceFabric.* 4.1.409 #112

Open daliran opened 4 years ago

daliran commented 4 years ago

Hi, I'm working with the Microsoft.ServiceFabric. packages version 4.1.409 using ASP.NET Core 3.1 and the latest version of your library (2.3.1) is not compatible due to some internal dependencies on Microsoft.ServiceFabric. packages version 3.3 (I think Microsoft.ServiceFabric.Services.Remoting).

In order to make that work I forced to use the following versions in my project file (as suggested by Visual Studio):

Now I'm able to build but I'm still receiving warnings because of the versions mismatch.

Can you update your internal dependencies to support the latest Microsoft.ServiceFabric.* nuget packages?

yantang-msft commented 4 years ago

@daliran This is the common issue we received, e.g., https://github.com/microsoft/ApplicationInsights-ServiceFabric/issues/108 But we don't want to keep us tied to the ServiceFabric nuget releases as explained in other threads.