Properties of type enum not included in the .received file #952
Replies: 1 comment 6 replies
-
try this
|
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I've been using the library with some objects of mine that include properties of enum type. To my surprise, they are not included in the .received file. I've tried with both Argon and UseStrictJson() options and got same outcome. Looking over test samples in the repo, I found this one, which reproduces the same issue I have:
https://github.com/VerifyTests/Verify/blob/0c0277ec1d2e8b75fb1b71a95cb7de0db97499ad/src/SortedPropertiesTests/SortedPropertiesTests.cs
Can someone say if there is a way to include enum type properties in the .received file ?
Thanks,
Beta Was this translation helpful? Give feedback.
All reactions