Could not resolve type with token 01000053 from typeref #1366
Unanswered
jamescrosswell
asked this question in
Q&A
Replies: 1 comment 7 replies
-
can you share your csproj contents? |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to upgrade to the latest version of Verify.Xunit and I've bumped into the following issue only on CI and only when running the tests on mono (no issue running the same tests on Mac OS locally and no issues running them on Windows where the full .NET Framework is available):
Since I only get this on CI (not on my M2 Macbook), I'm guessing it's a dependency issue. The error message cites
System.Collections.Immutable 8.0.0
which is a dependency of Argon 0.25.0, which in turn is a dependency of Verify.Xunit 28.4.0 (looks like it was introduced in Verify.Xunit 27.0.0).Any idea what I might be missing on the CI runner or any other potential cause of this error?
Beta Was this translation helpful? Give feedback.
All reactions