Forum member

shawndoucet

3 posts

Posts by shawndoucet

  1. 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.

  2. 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…

  3. 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…