Releases: tmds/Tmds.ExecFunction
Releases · tmds/Tmds.ExecFunction
v0.8.0
- Avoid uncaught exceptions from OnExit handler. (#30)
v0.7.1
- Fix debugging the child process in VS. (#29)
v0.7.0
- Make Task returning action delegates work. (#25)
- Add ExecFunction.GetProcessStartInfo methods. (#26)
- Ignore case when finding application argument (#21)
- Update EnvDTE version (#24)
v0.6.0
- Automatically attach Visual Studio debugger to child process (#15)
v0.3.0
- Support Microsoft.NET.Test.Sdk 16.x testhost process (#3)
v0.2.1
- Fix RunAsync not returning a Task
v0.2.0
- Add ExecFunctionOptions
- Add ExecFunction.Run/ExecFunction.RunAsync
- Add FunctionExecutor