Forum member
kimbirkelund
7 posts
Posts by kimbirkelund
-
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.
17 Mar 2023 07:48 UTC
-
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…
16 Mar 2023 09:30 UTC
-
Can't enable NCrunch in VS2019 16.3.0 Preview 2
Cool. Thanks.
16 Aug 2019 11:22 UTC
-
Can't enable NCrunch in VS2019 16.3.0 Preview 2
That awesome. Looking for to the fix :) Kudos on the fast reply.
15 Aug 2019 10:21 UTC
-
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…
15 Aug 2019 10:13 UTC
-
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.
10 May 2019 10:52 UTC
-
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, …
09 May 2019 08:22 UTC