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
In aspnet/MvcPrecompilation#49 we discovered that if you try to run a task which uses a conflicting version of packages like CoreFx then the task will crash with errors like System.IO.FileNotFoundException: Could not load file or assembly 'System.Collections.Immutable, Version=1.2.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'. The system cannot find the file specified.
In aspnet/MvcPrecompilation#49 we discovered that if you try to run a task which uses a conflicting version of packages like CoreFx then the task will crash with errors like
System.IO.FileNotFoundException: Could not load file or assembly 'System.Collections.Immutable, Version=1.2.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'. The system cannot find the file specified.
@pranavkm has created a repro app here.
The text was updated successfully, but these errors were encountered: