ASP.NET Core Scaffolding not working with ASP .NET Core 5.0 due to Microsoft.CodeAnalysis 3.7.0 dependency #6287
Labels
Bug
FP: Completed
Sync status with associated Feedback Item
jQuery
S: Wrappers (ASP.NET Core)
SEV: High
Milestone
Bug report
ASP.NET Core Scaffolding is not working with ASP .NET Core 5.0 due to Microsoft.CodeAnalysis 3.7.0 dependency
Reproduction of the problem
When using Telerik.UI.for.AspNet.Core lib and trying to create a controller from a model using scaffolding with EF in ASP .NET Core 5.0 project an error is shown and the controller is not created:
Current behavior
Expected/desired behavior
Scaffolding completes without an error.
Resolution
Update the Microsoft.CodeAnalysis package reference to 3.8.0
The initial dependencies are:

After updating the Microsoft.CodeAnalysis package (which is referenced by Telerik.UI.for.AspNet.Core) from 3.7.0 to 3.8.0 the scaffolding works as expected. Here is the dependencies list that is working after the update:

Environment
The text was updated successfully, but these errors were encountered: