Forum member

kimbirkelund

7 posts

Posts by kimbirkelund

  1. Xunit analyzer does not appear to affect NCrunch build

    I thought I'd tried that, but must have applied the setting to the wrong project. Thanks for the help.

  2. Xunit analyzer does not appear to affect NCrunch build

    Xunit has a Roslyn analyzer that checks for various incorrect usages - such as an unused parameter in a theory. When enabling warnings-as-errors (by adding the TreatWarningsAsErrors property to the csproj) the warnings produced by this analyzer are turned into errors. However this does not affect th…

  3. Can't enable NCrunch in VS2019 16.3.0 Preview 2

    Cool. Thanks.

  4. Can't enable NCrunch in VS2019 16.3.0 Preview 2

    That awesome. Looking for to the fix :) Kudos on the fast reply.

  5. Can't enable NCrunch in VS2019 16.3.0 Preview 2

    Hi I realize that previews of VS aren't supported, but in case there's already a workaround or something I'm just posting since it's quite annoying that NCrunch isn't working :) After upgrading this is how the NCrunch menu looks: [url=https://ibb.co/w4GGxCm][img]https://i.ibb.co/cQff7tn/Ann…

  6. NCrunch environment variable not set when evaluating PackageReferences

    Ok. Not much you can do then :) However there was an environment variable I could set, so got it to work.

  7. NCrunch environment variable not set when evaluating PackageReferences

    I have a setup where I have a Directory.Build.props file next to my solution file in which I include the Nerdbank.GitVersioning nuget package. This package doesn't play well with NCrunch because it generates the assembly version based on git commits, and thus generates 0.0.0- when built by NCrunch, …