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
I think that happens when mismatched roslyn is loaded. Did you investigate it - any more repro details @ViktorHofer?
Update - just to see if I could reproduce I tried using the .NET 9 SDK with desktop MSBuild and it worked file. I see from your log that this is using the 10.0 SDK. Probably something regressed with dependencies in 10.0.
My best guess at the root cause is that APICompat is loading a newer version of System.Collections.Immutable than Roslyn is, and MSBuild doesn't have a redirect -- given I see that method signature with System.Collections.Immutable.ImmutableArray`1<Byte>.
The text was updated successfully, but these errors were encountered: