Skip to content
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

Method not found while Scaffolding in a brand new project #15625

Closed
aleksamagicka opened this issue May 5, 2019 · 1 comment
Closed

Method not found while Scaffolding in a brand new project #15625

aleksamagicka opened this issue May 5, 2019 · 1 comment

Comments

@aleksamagicka
Copy link

I created a brand new project ASP Net Core project with auth and added two model classes, StudentGroup and Student, which can be found in the repro project. The StudentGroup contains a name and a List of Students, which should work (One to Many).

I ran a scaffold to generate the controller and views, and it failed with the following error message:

There was an error running the selected code generator: 'Method not found: 'Boolean Microsoft.EntityFrameworkCore.Metadata.IProperty.getIsShadowProperty()'.'

Further technical details

EF Core version: 3.0.0-preview4.19216.3
Database Provider: Microsoft.EntityFrameworkCore.SqlServer (the default one)
Operating system: Windows 7 x86
IDE: Visual Studio 2019. 16.0.3

@ajcvickers
Copy link
Member

This is an issue with ASP.NET scaffolding. It is tracked here: dotnet/Scaffolding#984

@ajcvickers ajcvickers reopened this Oct 16, 2022
@ajcvickers ajcvickers closed this as not planned Won't fix, can't repro, duplicate, stale Oct 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants