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 restoring projects that have P2P references and a meta-package that is of a wrong case, weird errors crop up during restore. The cause is that the library has a wrong case of the metapackage for NETStandard.Library (NetStandard.Library).
I've reproduced this even with my case insensitive changes (which mostly focused on the file system). I've also trimmed down the repro to a minimal graph, as it seems to be a restore graph issue: simple.zip
When restoring projects that have P2P references and a meta-package that is of a wrong case, weird errors crop up during restore. The cause is that the library has a wrong case of the metapackage for
NETStandard.Library
(NetStandard.Library
).Repro
Expected result
Restore succeeds.
Actual result
Restore fails with a lot of errors like the following:
/cc @yishaigalatzer @emgarten @bleroy @cartermp
The text was updated successfully, but these errors were encountered: