You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When updating Roslyn to use version 9 of the .NET libraries build authoring was accidentally updated to reference two different versions of System.Reflection.Metadata.dll this resulting in an assembly being generated that produced an unexpected MissingMethod exception - it took us a while to work out that crossgen we the source of the issue.
It would be nice if crossgen emitted a warning or error message so that this mistake could be caught at build time.
Reproduction Steps
Call crossgen2 with the same assembly referenced twice with different versions.