Different received result on CI vs development #620
Closed
benmccallum
started this conversation in
General
Replies: 2 comments 8 replies
-
re the numeric id. we could add it back as an opt in feature re the order of props. can u share the class file that contains those properties? |
Beta Was this translation helpful? Give feedback.
6 replies
-
Gave 16.9.0 a crack and that seemed to work. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Have this strange issue on CI (TeamCity) whereby it's getting a different received result.
The difference is subtle, but essentially it's the first two properties being swapped around.
Have run CI twice and both times got the same result.
I briefly went down the upgrade to v17 path, to see if that helped. #533 was ok, but #526 is a bit of a painful one. So I've had to bail on that for now and thought I'd throw the question out there.
Environments
Development
.NET SDK: 6.0.400
Verify.Xunit version: 16.8.2
CI
.NET SDK: 6.0.100 <--------------- different I guess... edit: updated to .400 and didn't help
Verify.Xunit version: 16.8.2
Diff
CI gets:
Development myself and team mate get:
Beta Was this translation helpful? Give feedback.
All reactions