Why doesn't this work in unit test projects?
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
I still get "Could not load file or assembly" errors if I don't add explicit binding redirects.
Use this:
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
<GenerateBindingRedirectsOutputType>true</GenerateBindingRedirectsOutputType>
You need both of them for unit test projects.
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