Tmds.ExecFunction icon indicating copy to clipboard operation
Tmds.ExecFunction copied to clipboard

Consider adding .NET Framework support

Open antonfirsov opened this issue 4 years ago • 2 comments

We are considering this tool in ImageSharp tests, because of https://github.com/dotnet/arcade/issues/6371, however we need to get our tests running on .NET Framework.

@tmds do you think this is feasible / is it something you are willing to accept? If yes, I'm happy to do some experiments later.

antonfirsov avatar Feb 02 '21 20:02 antonfirsov

It would be a nice addition!

I don't know what is missing to make it work.

tmds avatar Feb 02 '21 21:02 tmds

Anton, the code you'll want to look at is in https://github.com/tmds/Tmds.ExecFunction/blob/master/src/Tmds.ExecFunction/ExecFunction.cs. It figures out the arguments for the process to start.

tmds avatar Feb 02 '21 21:02 tmds