Skip to content
This repository has been archived by the owner on Apr 11, 2020. It is now read-only.

Add Razor Page using Entity Framework (CRUD) #1094

Open
genifycom opened this issue Sep 28, 2019 · 0 comments
Open

Add Razor Page using Entity Framework (CRUD) #1094

genifycom opened this issue Sep 28, 2019 · 0 comments

Comments

@genifycom
Copy link

When I right click on Pages and Add Razor page. I select Razor Pages using Entity Framework (CRUD). I select my Model class and my Data Context class and press Add.

I expect to give the Razor page a name. But a Dialog pops up and says

Add Razor Page(s)

The following file(s) already exist:

Index
Index.cshtml.cs

Do you want to replace them?

Yes No

I do not expect that adding a Razor page will replace Index. I expect to create a NEW razor page with a new name. Saying No here does not allow one to continue.

Steps to reproduce

As above

We ❤ code! Include a complete code listing or attach a simplified project

Create a new ASP.NET Core Web Application. Use ASP.NET Core 3.0 and "Web Application".
Create a model class (Customer with int ID and string Name).
Add Razor Page using EF and CRUD.
Select Model class and add context class.
Click Add

Further technical details

EF Core version: 3.0
Database provider: (e.g. Microsoft.EntityFrameworkCore.SqlServer)
Target framework: (e.g. .NET Core 3.0)
Operating system: Windows 10
IDE: (e.g. Visual Studio 2019 16.3) Visual Studio 2019 16.3.1

@smitpatel smitpatel transferred this issue from dotnet/efcore Sep 29, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant