Forum member

Erwin

3 posts

Posts by Erwin

  1. NCrunch having issues building a project referencing a Portable Class Library

    Hi Remco, Just submitted a repro on the contact form. I've found out where the issues lie... I'm using an assembly level attribute from the PCL assembly, which causes the build to fail. If you use the attribute on class level it 'only' doesn't see the tests. best regards, Erwin

  2. NCrunch having issues building a project referencing a Portable Class Library

    Hi Remco, Thank you for your reply. I got the issue while working on an open source testing framework called Chill. This commit still has the issue: https://github.com/Erwinvandervalk/Chill/commit/b4ceddac0bef870b359cc25c7d05a141bc9f55e7 The project that's failing in NCrunch is Chill.Ex…

  3. NCrunch having issues building a project referencing a Portable Class Library

    Hi all, I'm trying to build a project that references a portable class library. Gallio.Model.ModelException: An exception occurred while invoking a test driver. ---> System.NotSupportedException: Unsupported type: System.Attribute at Gallio.Common.Reflection.Impl.CecilReflectionPolicy.<>c…