I'm trying to debug the following error being thrown in my solution.
System.MissingMethodException: Method not found: 'System.Collections.Immutable.ImmutableArray`1 System.Reflection.Metadata.MetadataReader.GetBlobContent(System.Reflection.Metadata.BlobHandle)'.
It seems as though the versions of System.Collections.Immutable
and System.Reflection.Metadata
are incorrect in some way, but I have no idea how to debug this. I've been checking versions, clearing NuGet caches, and restarting VS, to no avail. What else can I try to fix this?