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

fix: Fully qualifies all alternative types/members for obsolete ones. #6711

Merged
merged 1 commit into from
Jul 5, 2021

Conversation

amanda-tarafa
Copy link
Contributor

Fixes #6672

@amanda-tarafa amanda-tarafa requested a review from jskeet July 5, 2021 11:56
@amanda-tarafa amanda-tarafa self-assigned this Jul 5, 2021
@amanda-tarafa amanda-tarafa requested a review from a team as a code owner July 5, 2021 11:56
@google-cla google-cla bot added the cla: yes This human has signed the Contributor License Agreement. label Jul 5, 2021
@amanda-tarafa
Copy link
Contributor Author

Failures are because of the diffs that we accepted on #6657.

Copy link
Collaborator

@jskeet jskeet left a comment

Choose a reason for hiding this comment

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

One nit

@@ -28,7 +28,7 @@ namespace Google.Cloud.Diagnostics.AspNetCore
/// Implement this interface when traces are being generated by your environment
/// and sent to Google Cloud Tracing not via the Google.Cloud.Diagnostics library.
/// </summary>
[Obsolete("Inject an Common.ITraceContextInstead.")]
[Obsolete("Inject an Google.Cloud.Diagnostics.Common.ITraceContext instead.")]
Copy link
Collaborator

Choose a reason for hiding this comment

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

Nit: an => a

@amanda-tarafa amanda-tarafa force-pushed the diag-obsolete-alternatives branch from fbc0b2f to ee798cd Compare July 5, 2021 13:56
@amanda-tarafa
Copy link
Contributor Author

Nit fixed! You'll have to merge because of the diff.

@jskeet
Copy link
Collaborator

jskeet commented Jul 5, 2021

Righto - merging now.

@jskeet jskeet merged commit 1245ded into googleapis:master Jul 5, 2021
@amanda-tarafa amanda-tarafa deleted the diag-obsolete-alternatives branch July 5, 2021 14:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

CloudTraceExtensions.TryAddGoogleTraceContextProvider is missing
2 participants