You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the same principle than #5086, I'm trying to chase down internal APIs that require to be accessed via System.Reflection or that are used also outside of this repository by other .NET tooling.
I would like to make ProcessInfo and DiagnosticClient.GetProcessInfo public. It seems that the API has been fairly stable in the past years with what looks like mostly additions to the API. This API is particularly interesting to surface target process information (runtime version, RID...etc.)
I can make a PR if this proposal is accepted.
The text was updated successfully, but these errors were encountered:
In the same principle than #5086, I'm trying to chase down internal APIs that require to be accessed via
System.Reflection
or that are used also outside of this repository by other .NET tooling.I would like to make
ProcessInfo
andDiagnosticClient.GetProcessInfo
public. It seems that the API has been fairly stable in the past years with what looks like mostly additions to the API. This API is particularly interesting to surface target process information (runtime version, RID...etc.)I can make a PR if this proposal is accepted.
The text was updated successfully, but these errors were encountered: