Forum member
shawndoucet
3 posts
Posts by shawndoucet
-
Assembly initialize/cleanup failed: System.ArgumentException TestContext_proxy
Yes, I do have access to the source, I'll see if I can remove the MSTest reference from Voodoo.Test Data entirely. Thanks again.
24 Apr 2017 14:12 UTC
-
Assembly initialize/cleanup failed: System.ArgumentException TestContext_proxy
Here is a sample project, I've stripped out everything except the assembly initialize and one test https://www.dropbox.com/s/d3qsya32fl1lk61/ncrunch-test.7z?dl=0 If I remove the nuget package and reference mstest through assemblies, everything seems to work fine so it might have something to d…
21 Apr 2017 16:11 UTC
-
Assembly initialize/cleanup failed: System.ArgumentException TestContext_proxy
When using an AssemblyInitialize attribute I'm getting the following error on every test Assembly initialize/cleanup failed: System.ArgumentException: Object of type 'Microsoft.VisualStudio.TestTools.UnitTesting.TestContext_proxy' cannot be converted to type 'Microsoft.VisualStudio.TestTools.Unit…
20 Apr 2017 18:42 UTC