Debugger proxies for resilience strategies#1379
Merged
Conversation
Codecov Report
@@ Coverage Diff @@
## main #1379 +/- ##
==========================================
+ Coverage 83.60% 83.63% +0.03%
==========================================
Files 267 269 +2
Lines 6397 6411 +14
Branches 1002 1004 +2
==========================================
+ Hits 5348 5362 +14
Misses 840 840
Partials 209 209
Flags with carried forward coverage won't be shown. Click here to find out more.
|
martincostello
approved these changes
Jul 3, 2023
Member
martincostello
left a comment
There was a problem hiding this comment.
Nice!
Do you have some screenshots of how this appears in the debugger?
Contributor
Author
Member
|
Just playing with this and it's not quite right - if you expand the pipeline to see what it's composed of, then each individual item just repeats forever. I don't seem to be able to get VS to take a screenshot without hiding the debugger tooltip though 😄 |
Contributor
Author
|
@martincostello, checked the behavior too and it's strange. Let me try to address it. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Details on the issue fix or feature implementation
Simplifies the debugging. Contributes to #1367
Confirm the following