-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Use new Microsoft.DotNet.RemoteExecutor package #3164
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
Comments
Note that |
Sure, just consume the dotnet-core feed: https://github.com/dotnet/arcade#getting-started |
Closing this issue as no further updates on the issue have been given. @Anipik feel free to reopen the issue if you can provide more information. Thanks. |
Curious why the "need-more-info" label was applied even though no question was asked? This issue shouldn't be closed as it still applies. |
Can you please share what the Microsoft.DotNet.RemoteExecutor is and why we should be using it? |
Out of process execution of test code. Necessary when environment variables or other process states need to be mutated.
You are already using it:
The ask is that you get rid of the copy and just use the nuget feed from Arcade. There's no dependency on "arcadifying" the dependency to consume that package. It's just a nuget package which lives on a feed. Let me know if you need more details. |
@mstfbl can we please reopen the issue before it's lost in dev/null? |
Dotnet team just added a new package in the arcade repo called Microsoft.DotNet.RemoteExecutor package. dotnet/arcade#2176
We use a lot of code from this project to run our tests. This code was added in #2200
Although slight modifications were made to the code to handle Microsoft.ML based scenarios.
But i think we should be able to use this package to run other tests.
cc @ViktorHofer
The text was updated successfully, but these errors were encountered: