Forum member

mathiasv

2 posts

Posts by mathiasv

  1. Ruleset files using include

    It seems ncrunch doesn't properly detect and copy ruleset files that are included inside other ruleset files, resulting in a bunch of warnings being output when they should be supressed. An example scenario, is using stylecop, but wanting to suppress certain rules, for example in tests: [quote] …

  2. .NET Core 2.0 support

    Hi, What are your plans to support the recently released .NET Core 2 bits? I was able to get NCrunch to run on the VS preview build, however when trying to build a project targeting "netstandard2.0" I get the following: [code=plain]System.ArgumentNullException: Value cannot be null. Parame…