You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Your issue relates to the way MSTest serialize data to split test discovery and execution (for example in Visual Studio) and falls back under the bucket of this issue: #1462
Describe the bug
If data test accepts
readonly struct
with fields (init
prop will work) for some reason default struct is passed and not the actual value.Steps To Reproduce
Expected behavior
All pass
Actual behavior
3 are failing (for
DateOnly
,MyStructField
,MyStructProp
)Additional context
github repro
SO question
Workarounds
record structs
or init-only propsThe text was updated successfully, but these errors were encountered: