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
I'm loving the 'Microsoft.Debugging.Platform.DbgX' package and seeing some early successes from it's use.
One frustration however is the use of the SynchronizationContext.Current static value. Would it be possible to pass the SynchronizationContext to use into the DebugEngine constructor? This would simplify it's use and facilite synchronization with other frameworks such as RX.
BTW, I'd happily submit a PR for this but Microsoft.Debugging.Platform.DbgX doesn't seem to be open-source (links from the Nuget page direct to Microsoft.Windows.SDK.Contracts).
Thanks,
Ian
The text was updated successfully, but these errors were encountered:
Hi,
I'm loving the 'Microsoft.Debugging.Platform.DbgX' package and seeing some early successes from it's use.
One frustration however is the use of the SynchronizationContext.Current static value. Would it be possible to pass the SynchronizationContext to use into the DebugEngine constructor? This would simplify it's use and facilite synchronization with other frameworks such as RX.
BTW, I'd happily submit a PR for this but
Microsoft.Debugging.Platform.DbgX
doesn't seem to be open-source (links from the Nuget page direct toMicrosoft.Windows.SDK.Contracts
).Thanks,
Ian
The text was updated successfully, but these errors were encountered: