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

[release/5.0-rc2] Fix param name in ActivityContext..ctor #41843

Merged
merged 1 commit into from
Sep 8, 2020

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Sep 3, 2020

Backport of #41801 to release/5.0-rc2

/cc @jeffhandley @krwq

Customer Impact

The ActivityContext API was added earlier in 5.0, but there is a mistake in the constructor's argument name where traceOptions was used instead of traceFlags. The implementation is correct but the ref assembly is wrong. Renaming this argument name while we're still in 5.0 fixes the mistake before it becomes a breaking change.

Testing

PR reviews and verification that this API was added during 5.0.

Risk

Low. It's possible someone already has a dependency on this API and they are using the named argument, and therefore this would cause a break for them. That would be acceptable during 5.0.

@Dotnet-GitSync-Bot
Copy link
Collaborator

I couldn't figure out the best area label to add to this PR. If you have write-permissions please help me learn by adding exactly one area label.

@jeffhandley jeffhandley added the Servicing-consider Issue for next servicing release review label Sep 4, 2020
@ghost
Copy link

ghost commented Sep 8, 2020

Tagging subscribers to this area: @tarekgh, @tommcdon, @pjanotti
See info in area-owners.md if you want to be subscribed.

@jeffhandley jeffhandley added Servicing-approved Approved for servicing release and removed Servicing-consider Issue for next servicing release review labels Sep 8, 2020
@danmoseley
Copy link
Member

Another hit on #41078

@danmoseley
Copy link
Member

Other test now disabled #41878

@danmoseley danmoseley merged commit d5f24e7 into release/5.0-rc2 Sep 8, 2020
@danmoseley danmoseley deleted the backport/pr-41801-to-release/5.0-rc2 branch September 8, 2020 17:48
@ghost ghost locked as resolved and limited conversation to collaborators Dec 7, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants