Skip to content
This repository has been archived by the owner on Dec 20, 2018. It is now read-only.

7.0.0-beta2 migration file in VS ASP.Net 5 template has incorrect property name string #371

Closed
kowsheek opened this issue Feb 24, 2015 · 3 comments

Comments

@kowsheek
Copy link

ApplicationDbContextModelSnapshot file in an ASP.Net 5 project has b.Property<string>("NormalizedEmail-"); as the property name for NormalizedEmail. Which (as far as I can tell) is obviously incorrect. It should be b.Property<string>("NormalizedEmail"); unless I'm missing something.

@rustd
Copy link

rustd commented Feb 24, 2015

Can you please update to Visual Studio CTP6 from here http://www.visualstudio.com/downloads/visual-studio-2015-ctp-vs
This has Beta3 bits which are newer and the template has been updated for these bits

@kowsheek
Copy link
Author

Yeah, this is the case in the updated template.

@rustd
Copy link

rustd commented Mar 10, 2015

Opening this bug in the tooling repo where we are tracking VS tooling issues. Since this is in the template which is part of tooling so moving the bug aspnet/Tooling#16

@rustd rustd closed this as completed Mar 10, 2015
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

2 participants