T4MVC / R4MVC

R4MVC is a Roslyn code generator for ASP.NET Core MVC apps that creates strongly typed helpers that eliminate the use of literal strings in many places
Apache License 2.0
157 stars 48 forks source link

.net core 3.1 - The running command stopped because the preference variable "ErrorActionPreference" or common parameter is set to Stop #181

Open kamal-kode opened 1 year ago

kamal-kode commented 1 year ago

The running command stopped because the preference variable "ErrorActionPreference" or common parameter is set to Stop: Failure: Msbuild failed when processing the file 'Project path' with message: SDK Resolver Failure: "The SDK resolver "Microsoft.DotNet.MSBuildSdkResolver" failed while attempting to resolve the SDK "Microsoft.NET.Sdk.Web". Exception: "System.IO.FileNotFoundException: Could not load file or assembly 'System.Collections.Immutable, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot find the file specified

We are using .net core 3.1 , Microsoft Visual Studio Enterprise 2022 (64-bit) - Current Version 17.5.3 and latest version of r4mvc . I could see System.Collections.Immutable dll is available on the same folder where the r4mvc . Not sure why its breaking. Please guide.

toddca commented 1 year ago

I have the same issue with a .net core 6 aspnet project