Forum member
zeko77
3 posts
Posts by zeko77
-
.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 =…
29 Nov 2023 13:38 UTC
-
.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.
29 Nov 2023 09:22 UTC
-
.NET8 Preview 7
The only issue I am experiencing now is that record data types are marked with black No covering tests marker.
29 Nov 2023 06:58 UTC