Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Microsoft.ApplicationInsights.AspNet has been renamed to Microsoft.ApplicationInsights.AspNetCore #11

Open
dnduffy opened this issue May 19, 2016 · 0 comments

Comments

@dnduffy
Copy link
Member

dnduffy commented May 19, 2016

The SDK Microsoft.ApplicationInsights.AspNet has been renamed to Microsoft.ApplicationInsights.AspNetCore to align with the naming in ASP.NET Core itself.
This is a breaking change.
The old package supports ASP.NET RC1 whereas the new package is built against the latest release of ASP.NET RC2. Due to breaking changes between ASP.NET RC1 and RC2 the old ApplicationInsights package will no longer be updated and all future updates will be using the new name Microsoft.ApplicationInsights.AspNetCore.

We have updated the SDK to use the .NET Core CLI runtime environment which picks the latest set of RC2 dependencies. Please note that this version is not compatible with RC1 bits or the DNX environment.

In order to update to the latest ApplicationInsights SDK for ASP.NET please remove any references to the old NuGet package and install the new named package instead (references can be found in the project.json file).
See here for migration steps from ASP.NET RC1 to RC2: https://docs.asp.net/en/latest/migration/rc1-to-rc2.html#namespace-and-package-id-changes
We apologize for the inconvenience of a manual upgrade to a new package name. We chose not to create an automatic migration from the old to new package naming because this could inadvertently break customers still using DNX or other pre-RC2 ASP.NET technologies who are not ready to migrate to .NET Core CLI and ASP.NET RC2.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant