Forum member

_shvo_

3 posts

Posts by _shvo_

  1. System.NotImplementedException: GenericInst

    [quote=Remco;13403]Can I perhaps convince you to move the enum out of the generic class or avoid using inlinedata for this particular use case?[/quote] Sure, I fixed in this way. Maybe the improvement for current version of NCrunch will be more concrete error in logs or just point to file in solut…

  2. System.NotImplementedException: GenericInst

    Thank you for your feedback. I localized the problem: [code=csharp] using System; using System.ComponentModel.DataAnnotations; using FluentAssertions; using Xunit; namespace AdHoc.Tests { public class Tests { [Theory, InlineData(typeof(GenericType<string>), 10)] …

  3. System.NotImplementedException: GenericInst

    When building xunit test project with .net core 2.0 in Visual Studio 2019 (16.0.1) and NCrunch (3.25.0.3) I get the following error: [code=csharp] [12:46:22.6417-LocalBuildTask-25] ERROR (Build): XXX.UnitTest: (0): System.NotImplementedException: GenericInst at _Mono.Cecil.SignatureReader.Rea…