Forum member

10000

2 posts

Posts by 10000

  1. ncrunch cant build Xamarin.Forms 3.0

    I confirm that NCrunch is compatible with Xamarin.Forms 3.1.0! All you need to do is add the following line to your csproj: [code=xml]<DesignTimeBuild Condition="'$(NCrunch)' == '1'">true</DesignTimeBuild>[/code] Example: [code=xml]<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> …

  2. Theory with datetime randomly is not being executed (see example)

    Hi, the following code sometimes is not being executed, whereas other 500 test are perfectly fine. There aren't any issues with ReSharper runner or with console. Newest versions of NCrunch, Visual Studio 2017 and Xunit are used Code: [code=csharp]public class DateExtensionsTests { …