Skip to content

ASP.NET Core Scaffolding not working with ASP .NET Core 5.0 due to Microsoft.CodeAnalysis 3.7.0 dependency #6287

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
Dimitar-Goshev opened this issue Feb 11, 2021 · 0 comments
Assignees
Labels
Milestone

Comments

@Dimitar-Goshev
Copy link
Contributor

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

ScaffoldingError

Expected/desired behavior

Scaffolding completes without an error.

Resolution

Update the Microsoft.CodeAnalysis package reference to 3.8.0

The initial dependencies are:
ScaffoldingInCore5 0-NOT-Working

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:
ScaffoldingInCore5 0-WORKING

Environment

  • UI for ASP.NET Core version: 2021.1.119
@kendo-bot kendo-bot added the FP: Unplanned Sync status with associated Feedback Item label Feb 11, 2021
@Dimitar-Goshev Dimitar-Goshev self-assigned this Feb 12, 2021
@kendo-bot kendo-bot added FP: Planned Sync status with associated Feedback Item FP: In Development Sync status with associated Feedback Item FP: Completed Sync status with associated Feedback Item and removed FP: Unplanned Sync status with associated Feedback Item FP: Planned Sync status with associated Feedback Item FP: In Development Sync status with associated Feedback Item labels Feb 12, 2021
@dmanova dmanova added this to the 2021.R1.SP.next milestone Feb 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants