-
Notifications
You must be signed in to change notification settings - Fork 289
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
#229: NullReferenceException in TelemetryDispatchMessageInspector.BeforeSendReply when operation is OneWay #237
Conversation
open-telemetry#229: Check if reply is not null
@ievgen-platonov This looks good to me, thanks for the contribution! Would you mind updating the CHANGELOG? You can add a section for "1.0.0-rc6" that's the version I'll use to release the fix. |
Codecov Report
@@ Coverage Diff @@
## main #237 +/- ##
=======================================
Coverage 79.14% 79.14%
=======================================
Files 97 97
Lines 2498 2498
=======================================
Hits 1977 1977
Misses 521 521 |
@CodeBlanch Sure. Done. |
@iepl Hey it looks like the markdownlint task failed on your CHANGELOG update. Needs a blank line like...
I tried to fix it for you but it looks like I don't have access to your branch. |
@CodeBlanch Fixed. I added some extra asserts as well. Just copied from existing test. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
…eInspector.BeforeSendReply when operation is OneWay (open-telemetry#237) * Update TelemetryDispatchMessageInspector.cs open-telemetry#229: Check if reply is not null * open-telemetry#229: Added TelemetryDispatchMessageInspectorForOneWayOperationsTests * open-telemetry#229: Rename parameters * open-telemetry#229: Added new "1.0.0-rc6" version to CHANGELOG.md * open-telemetry#229: Fix text formatting * open-telemetry#229: Fix CHANGELOG formatting. Added extra asserts to the test * open-telemetry#229: Fix formatting * open-telemetry#229: Fix formatting in GHANGELOG.md Co-authored-by: iepl <platonov.evgen@gmail.com> Co-authored-by: Ievgen Platonov <77076677+iepl@users.noreply.github.com>
See details in the issue #229 (#229)