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 should have left the minimum required version of System.Collections.Immutable at 5.0.0. I've got a custom code analyzer that won't run because the Visual Studio compiler has System.Collections.Immutable version 8.0.0 in memory and it can't load version 9.0.0 specified by this library.
I should have left the minimum required version of System.Collections.Immutable at 5.0.0. I've got a custom code analyzer that won't run because the Visual Studio compiler has System.Collections.Immutable version 8.0.0 in memory and it can't load version 9.0.0 specified by this library.
Originally posted by @stewienj in #37 (comment)
Need to downgrade this to keep compatibility with older compilers
The text was updated successfully, but these errors were encountered: