Setting up test environment with .net core

Mahi0807

New member
Joined
Jul 29, 2019
Messages
1
Programming Experience
3-5
Dear all,

I am newbie with .net core. We have around 20 test projects in .net framework, we have decided to port those projects into .net core as we need to run tests Linux also.
So I am facing few difficulties here, your help will be really good for me.

I am able to restore packages in output directory with nuget exe execution.
But while building project.runtimeconfig.json will have full path of output directory so while running tests it could not resolve DLL path.

How I can move dependency path relative?
Changing manually it's not possible because all from build starting to test execution process is automated.

Thanks for your help in advance.
 

Latest posts

Back
Top Bottom