Forum member

zeko77

3 posts

Posts by zeko77

  1. .NET8 Preview 7

    For anyone intersted, this is the workaround using reflection. [code=csharp] public class NCrunchRecordHack { [Fact] public void Should_invoke_secondary_constructor() { var a = Assembly.GetAssembly(typeof(SomeRecordType)); Type[] types = a.GetTypes().Where(type =…

  2. .NET8 Preview 7

    Thank you for fast response. It is an issue only because it messes with code coverage. I will try the test-with approach. Keep up the great work. NCrunch really rocks.

  3. .NET8 Preview 7

    The only issue I am experiencing now is that record data types are marked with black No covering tests marker.