Skip to content

fix(NLog): Remove WaitAsync for net462 compatibility#15578

Merged
robertvoinescu-work merged 1 commit intogoogleapis:mainfrom
robertvoinescu-work:fix/nLog
Apr 20, 2026
Merged

fix(NLog): Remove WaitAsync for net462 compatibility#15578
robertvoinescu-work merged 1 commit intogoogleapis:mainfrom
robertvoinescu-work:fix/nLog

Conversation

@robertvoinescu-work
Copy link
Copy Markdown
Contributor

@robertvoinescu-work robertvoinescu-work commented Apr 20, 2026

b/504722267

@robertvoinescu-work robertvoinescu-work requested a review from a team as a code owner April 20, 2026 23:08
Copy link
Copy Markdown
Contributor

@gemini-code-assist gemini-code-assist Bot left a comment

Choose a reason for hiding this comment

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

Code Review

This pull request modifies a unit test in GoogleStackdriverTargetTest.cs by removing a 2-second timeout from a task await operation. The review feedback points out that removing this timeout makes the test susceptible to hanging indefinitely and suggests using the WithCancellationToken extension method to implement a safer cancellable wait.

@robertvoinescu-work robertvoinescu-work merged commit d538438 into googleapis:main Apr 20, 2026
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants