Created Unassigned: 2 warnings in VB codegen (EF6) [1174]
The following two warnings show up in my Model.tt when building a VB edmx:Compiling transformation: Variable 'errors' is passed by reference before it has been assigned a value. A null reference...
View ArticleCreated Unassigned: EF5 F1 Help missing a space between words [1175]
> [This page is specific to the latest version of the Entity Framework. The latest version is available as the as the 'Entity Framework'NuGet package. For more information, see Entity Framework...
View ArticleCommented Issue: Setup: In-box VS11 msi doesn't detect newer OOB versions [1069]
In order for the in-the-box EFTools.msi -- the one that shipped with Visual Studio 2012 and Update 1 -- to detect newer version of the product, the newer version must be between '11.1.21009.00' and...
View ArticleCommented Unassigned: 2 warnings in VB codegen (EF6) [1174]
The following two warnings show up in my Model.tt when building a VB edmx:Compiling transformation: Variable 'errors' is passed by reference before it has been assigned a value. A null reference...
View ArticleCreated Unassigned: 'Model.Context.tt already exists' -- Designer attempts to...
1. Add new empty model2. Add code generation item. (ef6 dbcontext template)3. Update model from database or generate DDLError shown:---------------------------Microsoft Visual...
View ArticleCreated Unassigned: EF6 Designer: F1 help goes to EF5 release [1177]
Before the final EF6 designer goes out we need to remember to update the F1 help to point to the new MSDN documentation. (Currently the documentation does not exist so it uses the EF5 release...
View ArticleEdited Unassigned: 'Model.Context.tt already exists' -- Designer attempts to...
1. Add new empty model2. Add code generation item. (ef6 dbcontext template)3. Update model from database or generate DDLError shown:> An exception of type...
View ArticleReviewed: Entity Framework 6.0.0 (五月 22, 2013)
Rated 5 Stars (out of 5) - 真的很好好好!Your Review must be between 10
View ArticleSource code checked in, #d92dbc7be60bc28bd367e91deed827e22df3d93c
Renaming to Entities() to Types() as now they can also configure complex types.
View ArticleCommented Issue: Setup: In-box VS11 msi doesn't detect newer OOB versions [1069]
In order for the in-the-box EFTools.msi -- the one that shipped with Visual Studio 2012 and Update 1 -- to detect newer version of the product, the newer version must be between '11.1.21009.00' and...
View ArticleCommented Unassigned: Update-From-Database on empty model does not set...
1. Add new EDMX2. Choose Empty model3. Right click and choose update from database4. Select an existing database5. Select EF6 runtime6. Choose tables5. Press...
View ArticleCommented Issue: Support Generate Views on EF6 [369]
"Generate Views" is currently not supported on EF6. This is due to the moved types and the lack of an EF6-compatible System.Data.Entity.Design.dll.Related work item: 436Comments: Verified by updating...
View ArticleClosed Issue: Support Generate Views on EF6 [369]
"Generate Views" is currently not supported on EF6. This is due to the moved types and the lack of an EF6-compatible System.Data.Entity.Design.dll.Related work item: 436Comments: Verified by updating...
View ArticleCreated Issue: Designer: Codegen not triggered in model-first web site...
This is similar to [Work Item 1095](https://entityframework.codeplex.com/workitem/1095), except for model-first instead of database-first.__Steps:__1. New Web Site Project2. New Empty ADO.NET Entity...
View ArticleCreated Unassigned: Runtime loads pre-generated views by index - prevents...
Currently a class that allows mapping pre-generated views is derived from EntityViewContainer and has to implement ViewCount and GetViewAt abstract methods. This means that even though we got rid of...
View ArticleCommented Unassigned: Update-From-Database on empty model does not set...
1. Add new EDMX2. Choose Empty model3. Right click and choose update from database4. Select an existing database5. Select EF6 runtime6. Choose tables5. Press...
View ArticleEdited Unassigned: Runtime loads pre-generated views by index - prevents from...
Currently a class that allows mapping pre-generated views is derived from EntityViewContainer and has to implement ViewCount and GetViewAt abstract methods (I think it was done to be able to generate...
View ArticleCreated Unassigned: Designer: reduce first chance exceptions [1182]
This is more of a suggestion than a bug report. While doing some stress testing I came across two points of code that were generating many first-chance exceptions that were later caught and handled,...
View ArticleUpdated Wiki: specs
Entity Framework 6As we work on EF6 we will be creating feature specifications, walkthroughs and other documentation.RuntimeHere is a list of the new features in the EF6 runtime and the documentation...
View ArticleCommented Issue: Code First: Entity splitting specify a different name for...
I want mapping one entity to two tables, but then two tables have different primary key names.In code first, how to configure this?Comments: Verified on VS2012 and VS vNext
View Article