0

I'm using NUnit for unit testing, and I want to send some parameters through the nuni3-console. But when I insert the unit test project I have this error.

command inserted: nunit3-console pathToMyProject

Error: 'Not possible to associate a transparent proxy to the type...' enter image description here

I dont know what it's wrong, and there is any other framework to send parameters on windows cmd?

  • You don't give details of what runtime you are targeting, what framework version you are using, etc. However, the error makes me suspect that you are trying to run .NET Core or .NET Standard tests through the console, which is not supported. – Charlie Feb 25 '20 at 00:56
  • Yes, I am trying run the tests through the console using nunit, is not posible? Because I need to send parameters, do you know how can I do it? – Fabio Gonçalves Feb 25 '20 at 17:39
  • What runtime ar you targeting? – Charlie Feb 26 '20 at 15:32

0 Answers0