Skip to content

'NUnit.Framework.IgnoreAttribute' does not contain a constructor that takes 0 arguments #44

@NobbZ

Description

@NobbZ

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions