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.
Description
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.
e.g.
Expected behavior
An error or warning
Actual behavior
An assembly is created that generates an unexpected MissingMethod exception
Regression?
No response
Known Workarounds
No response
Configuration
Windows, x64
crossgen2 version 8.0.13
Other information
No response
The text was updated successfully, but these errors were encountered: