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
Roslyn builds and ships using old System.Reflection.Metadata dependency. The fix was made to make System.Reflection.Metadata work on big-endian systems but Roslyn is still using very old version.
This blocks using Roslyn on big-endian systems and also makes features/enhancements like #24621 testing harder.
Version Used: 2.6.1
Roslyn builds and ships using old System.Reflection.Metadata dependency. The fix was made to make System.Reflection.Metadata work on big-endian systems but Roslyn is still using very old version.
This blocks using Roslyn on big-endian systems and also makes features/enhancements like #24621 testing harder.
/cc @jaredpar
The text was updated successfully, but these errors were encountered: