Skip to content
This repository has been archived by the owner on Jul 5, 2020. It is now read-only.

Update Microsoft.AspNet.TelemetryCorrelation to latest version #882

Merged
merged 3 commits into from
Apr 10, 2018

Conversation

lmolkova
Copy link
Member

The new version (1.0.1) fixes critical issue aspnet/Microsoft.AspNet.TelemetryCorrelation#22 when Activity with broken parent stack could never be stopped and request tracking hangs.

  • I ran Unit Tests locally.

For significant contributions please make sure you have completed the following items:

  • Changes in public surface reviewed

  • Design discussion issue #

  • CHANGELOG.md updated with one line description of the fix, and a link to the original issue.

  • The PR will trigger build, unit tests, and functional tests automatically. If your PR was submitted from fork - mention one of committers to initiate the build for you.
    If you want to to re-run the build/tests, the easiest way is to simply Close and Re-Open this same PR. (Just click 'close pull request' followed by 'open pull request' buttons at the bottom of the PR)

  • Please follow [these] (https://github.com/Microsoft/ApplicationInsights-dotnet-server/blob/develop/CONTRIBUTING.md) instructions to build and test locally.

@lmolkova lmolkova force-pushed the lmolkova/UpdateAspNetTelemetryCorrelation branch from 9159556 to ef76575 Compare April 10, 2018 00:48
@lmolkova lmolkova force-pushed the lmolkova/UpdateAspNetTelemetryCorrelation branch from ef76575 to 68530a2 Compare April 10, 2018 01:25
@@ -37,6 +37,10 @@
<assemblyIdentity name="WebGrease" culture="neutral" publicKeyToken="31bf3856ad364e35" />
<bindingRedirect oldVersion="0.0.0.0-1.5.2.14234" newVersion="1.5.2.14234" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Microsoft.AspNet.TelemetryCorrelation" publicKeyToken="31bf3856ad364e35" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-1.0.1.0" newVersion="1.0.1.0" />
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you don't need binding redirect, do you?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No, but VS would add them anyway when you update the package.

@lmolkova lmolkova merged commit 61df2b6 into develop Apr 10, 2018
@lmolkova lmolkova deleted the lmolkova/UpdateAspNetTelemetryCorrelation branch April 24, 2018 17:13
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants