Forum member

anderswg

3 posts

Posts by anderswg

  1. Unable to hash type 'Code' due to exception: System.NotSupportedException: Unknown element type: Var

    Hi, this works now Thanks again

  2. Unable to hash type 'Code' due to exception: System.NotSupportedException: Unknown element type: Var

    Hi, and thanks for the build. Im getting another exception in the same example now [quote]NCrunch has encountered an internal error: System.Exception: nCrunch.Compiler.StaticManipulation.CilTypeHashException: Unable to hash type 'Code' due to exception: System.NotSupportedException: Unknown elem…

  3. Unable to hash type 'Code' due to exception: System.NotSupportedException: Unknown element type: Var

    Hi, im getting this error when running tests on code with generic attributes Code: [quote] using Microsoft.VisualStudio.TestTools.UnitTesting; [MyAttribute<MyEnum>(MyEnum.One)] public class Code { } public class MyAttribute<T> : Attribute where T : Enum { public MyAttribu…