Forum member

mjmckp

10 posts

Posts by mjmckp

  1. .NET framework 4.6.1

    I've updated my projects to target .NET framework 4.6.1, and NCrunch builds the tests but fails to run them, giving the error: [quote]An error occurred while analysing this project after it was built: System.BadImageFormatException: Could not load file or assembly 'file:///C:\MyProject\bin\Debug\…

  2. Issue with VS2015 RC

    That's working fine now, thanks again

  3. Issue with VS2015 RC

    Thanks Remco, will give it a go tomorrow

  4. Issue with VS2015 RC

    I see, thanks. Do you think it would be straightforward to reproduce the bug outside NCrunch so that it can be reported to Microsoft?

  5. Issue with VS2015 RC

    I have managed to reproduce this in a simple example, will send the files via the support link. The issue is that the F# project is using a type provider (FSharp.Data). As mentioned above, this has always worked fine with VS2013 and NCrunch, provided that the following is added to the F# project…

  6. Issue with VS2015 RC

    I have another C# project of the same type which references a different F# project, and that works fine, so I don't think that is sufficient to reproduce the problem. Meanwhile, I have two independent C# projects which reference different F# projects which are giving the above error. So, I'm n…

  7. Issue with VS2015 RC

    I've sent the build logs via the support link above. I don't see anything relating signing of the output assembly, or any key files passed into the compile step. Are you sure it's to do with signing if switching off the instrumentation fixes it?

  8. Issue with VS2015 RC

    Yes, that fixes it (although does that mean I lose line-by-line execution times?)

  9. Issue with VS2015 RC

    Hi Remco, thanks for the quick reply. Unfortunately, changing that configuration option makes no difference. Btw, none of the assemblies in the solution are signed.

  10. Issue with VS2015 RC

    I have a solution with 92 projects that works fine with VS2013 and NCrunch 2.15.0.9, but with VS2015 RC and the same NCrunch version, two of the projects fail with errors like the following: NCrunch: This project was built on server '(local)' CSC (0, 0): Metadata file 'C:\Users\Mat\AppData\Local…