-
Notifications
You must be signed in to change notification settings - Fork 115
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
Add MVID
and MethodToken
To Parameters
#7974
base: main
Are you sure you want to change the base?
Conversation
...gnostics.Monitoring.StartupHook/ParameterCapturing/Eventing/ParameterCapturingEventSource.cs
Outdated
Show resolved
Hide resolved
src/Microsoft.Diagnostics.Monitoring.StartupHook/ParameterCapturing/MethodSignature.cs
Show resolved
Hide resolved
Let's also add/update a function test for this -- |
public const int MethodName = 5; | ||
public const int MethodModuleName = 6; | ||
public const int MethodDeclaringTypeName = 7; | ||
public const int MethodToken = 2; |
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.
This is an interesting scenario to consider for situations where the inproc component stays the same while dotnet-monitor changes. I don't think we have to worry about that yet, but it seems like it would be possible to make this non-breaking change if we wanted to.
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.
See #7974 (comment) -- this is an intention decision and inline with past decisions around this (#7493 (comment))
src/Tests/Microsoft.Diagnostics.Monitoring.Tool.FunctionalTests/ParameterCapturingTests.cs
Outdated
Show resolved
Hide resolved
...icrosoft.Diagnostics.Monitoring.WebApi/ParameterCapturing/CapturedParametersTextFormatter.cs
Outdated
Show resolved
Hide resolved
src/Microsoft.Diagnostics.Monitoring.StartupHook/ParameterCapturing/MethodSignature.cs
Show resolved
Hide resolved
…dotnet-monitor into kkeirstead/paramMVID
Summary
Added
MVID
andMethodToken
to Parameter Capture output.Release Notes Entry
Added
ModuleVersionId
andMethodToken
Fields to Parameter Capture Output