Home

The xunit can't run on LINQPad v8.4.1

Here are the steps to reproduce the error:

  1. Menu > Query > Add Xunit Test Support

  2. Open xunit query which is generated by LINQPad

  3. Hit F5 to run. The error will be shown below:

CS0121 The call is ambiguous between the following methods or properties: 'AssemblyRunner.Start(string, bool?, TestMethodDisplay?, TestMethodDisplayOptions?, bool?, bool?, int?, bool?)' and 'AssemblyRunner.Start(string, bool?, TestMethodDisplay?, TestMethodDisplayOptions?, bool?, bool?, int?, bool?, ParallelAlgorithm?)'

The xunit NuGet package version is 2.8.0.

Comments

Sign In or Register to comment.