Hi there!
When trying to do the leap-exercise, I am confronted with the following error:
'NUnit.Framework.IgnoreAttribute' does not contain a constructor that takes 0 arguments
It is repeating in lines 12, 19, and 26 of LeapTes.cs.
I am using MSVS 2013 CE
and have the following packages.config:
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="NUnit.Console" version="3.0.1" />
<package id="NUnit.Runners" version="3.0.1" />
</packages>
Since the NUnit.Runners now does show as "NUnit Console Version 3" when searching I do think it is a versioning issue with NUnit. Could you please provide a proper Version selector in the documentation or update the track to NUnit 3?
Hi there!
When trying to do the leap-exercise, I am confronted with the following error:
It is repeating in lines 12, 19, and 26 of
LeapTes.cs.I am using MSVS 2013 CE
and have the following packages.config:
Since the
NUnit.Runnersnow does show as "NUnit Console Version 3" when searching I do think it is a versioning issue with NUnit. Could you please provide a proper Version selector in the documentation or update the track to NUnit 3?