Dudi Keleti
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.
## 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...
## Summary of changes Current `SymbolExtractionTests` is for assembly with PDB only
## 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...
## 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...
## Summary of changes Change the config key of enabling SymDB ## Reason for change To match SymDB internal RFC
## Summary of changes Add the default 3rd party detection includes\excludes
## 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...