Dudi Keleti

Results 35 issues of Dudi Keleti

## Summary of changes Adding the ability to add probes on async methods for all supported .NET runtimes (on both Windows and Linux). ## Reason for change The .NET Live...

## Summary of changes Fix several errors with probes (specially async probes) in optimized code

## Summary of changes In case method has hidden this parameter we can sometime fail to get correctly parameter types due to OOR exception. This PR fixes that issue.

area:tracer
area:debugger

## Summary of changes This PR handle the scenario of having locals in async method that was not hoisted within the state machine object. In this scenario, we can't get...

area:debugger

## Summary of changes Current `SymbolExtractionTests` is for assembly with PDB only

area:tests
area:debugger

## Summary of changes This PR fix the incorrect number of locals in async method that has "real" locals - i.e. locals that aren't hoisted (because they are not in...

area:debugger

## Summary of changes Avoid creating unnecessary objects via lambda expression (`where` clause) and minimize the number of array allocations when processing probes. ## Reason for change Probes are critical...

area:tracer
area:debugger

## Summary of changes Change the config key of enabling SymDB ## Reason for change To match SymDB internal RFC

area:tracer
area:debugger

## Summary of changes Add the default 3rd party detection includes\excludes

area:tracer
area:debugger

## Summary of changes Use the config keys to include or exclude modules in the 3rd party detection for uploading to SymDB. ## Reason for change We want to let...

area:tracer
area:debugger