Forum member

AlexanderUK

4 posts

Posts by AlexanderUK

  1. Build failure when a tests is parameterized on MSTest framework. NCrunch (version 3.14.0.1)

    Many thanks! It really helped. I changed this option to "dynamic" and now all tests is executing correctly. Thanks again!!!!

  2. Build failure when a tests is parameterized on MSTest framework. NCrunch (version 3.14.0.1)

    When I try to write one easy parameterized test, NCrunch (version 3.14.0.1) cannot build the project on VS 2017 (version 15.5.2). And that's why cannot run this test. In output window I have next stack trace: System.ArgumentNullException: Value cannot be null. Parameter name: source в Sys…

  3. Configuration option "Additional files to include" doesn’t work

    Thanks a lot. It really helped. As workaround it works!

  4. Configuration option "Additional files to include" doesn’t work

    The configuration option “Additional files to include” doesn’t work. Repro steps: 1. Create three projects: console application, class library and test project. 2. Add into console application project new “appsettings.json” file. And in property page of “appsettings.json” it is necessary to s…