microlith57
✅ ImmutableArray<T>.Contains(T, IEqualityComparer<T>) exists in one thread, but not another
thanks very much, downgrading roslyn to a version compatible with the System.Collections.Immutable i'm using worked! i guess the threading thing threw me off the more mundane cause haha
10 replies
✅ ImmutableArray<T>.Contains(T, IEqualityComparer<T>) exists in one thread, but not another
i then noticed that when i attach a debugger and test this method in the main thread it exists:
but, pausing on that exception in the worker thread, the same method no longer exists:
i have verified that these
ImmutableArray
types are both from the same System.Collections.Immutable.dll
path, so i don't understand how the debugger / runtime can find the method in one thread and not another.10 replies