Skip to content
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 ExecFunction.GetProcessStartInfo methods. #26

Merged
merged 1 commit into from
Jan 31, 2024
Merged

Add ExecFunction.GetProcessStartInfo methods. #26

merged 1 commit into from
Jan 31, 2024

Conversation

tmds
Copy link
Owner

@tmds tmds commented Jan 31, 2024

These methods enable obtaining the ProcessStartInfo so it can be passed to start a Process at a later time.

Fixes #23

cc @davidfowl

These methods enable obtaining the ProcessStartInfo so it can be
passed to start a Process at a later time.
@tmds tmds merged commit 8a2f30e into main Jan 31, 2024
2 checks passed
@tmds
Copy link
Owner Author

tmds commented Jan 31, 2024

@davidfowl I'll release this to nuget.org on Friday.
If you want to give it a try using the CI version, you can find it at:

<?xml version="1.0" encoding="utf-8"?>
<configuration>
  <packageSources>
    <add key="tmds" value="https://www.myget.org/F/tmds/api/v3/index.json" />
  </packageSources>
</configuration>

@tmds tmds deleted the get_psi branch January 31, 2024 10:40
@tmds
Copy link
Owner Author

tmds commented Feb 1, 2024

This is part of 0.7.0 which was just published to nuget.org.

@tmds
Copy link
Owner Author

tmds commented Feb 1, 2024

There was a bug in the VS debugger integration in 0.7.0. If you care about that working, you need to use 0.7.1.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Expose method that returns the process StartInfo without executing it
1 participant