record constructor is not covered

Completed

I have this record:

 

internal record JoistHudSeat(decimal? ReactionMax, decimal? ReactionMin, string BasePlateMaterial);

 

In my coverage indicate that Im missing to cover I kind of constructor but I'm not sure what it means. 

 

0
1 comment

Hello Omar Franco,

It is a known issue DCVR-12223, which was fixed in 2023.3.2.

0

Please sign in to leave a comment.