Forum member

MarcinG

2 posts

Posts by MarcinG

  1. System.MissingMethodException (.net standard 2.0 class lib + 4.7 test project)

    I've just submitted the reports on yours contact form - our company firewall blocked sending the report directly from ncrunch. I Hope you'll find the reports :)

  2. System.MissingMethodException (.net standard 2.0 class lib + 4.7 test project)

    Hi, We have problem with NCrunch when combining .NetStandard 2.0 ClassLibrary and test project targeting .Net Framework 4.7. NCrunch have been working great with all tests which we wrote untill today :) I used tuples and bam! I got; System.MissingMethodException. How to reproduce: 1. Create …