Forum member
anderswg
3 posts
Posts by anderswg
-
Unable to hash type 'Code' due to exception: System.NotSupportedException: Unknown element type: Var
Hi, this works now Thanks again
23 Nov 2023 09:52 UTC
-
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…
22 Nov 2023 07:58 UTC
-
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…
17 Nov 2023 12:08 UTC