I am using Visual Studio 2019 and latest Resharper. I have Nunit3 installed along with test adapters. I keep on getting this error. Can someone help me on this
![[1]: https://i.sstatic.net/qbcPH.png](https://i.sstatic.net/P5BtG.png)
I got the problem. If your test projects are using the SDK project style.
You should add this code into your csprj file.
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects> <GenerateBindingRedirectsOutputType>true</GenerateBindingRedirectsOutputType>
If your test project app.config file:
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With