Add MethodInvocation trace for overload tracing by jborean93 · Pull Request #21320 · PowerShell/PowerShell
Adds a new trace source called MethodInvocation which can be used to trace what .NET methods PowerShell invokes. This is useful for both seeing what .NET methods the code is calling but also for seeing what overload PowerShell has selected based on the arguments provided. This only applies to .NET methods, ETS members are not covered by this trace source but could potentially be added in the future.
iSazonov
added
the
CL-General
label
Apr 14, 2025
Tadas
mentioned this pull request
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