Closed Issue: [RTM] EF6-beta 1 - DateTimeOffset Precision is null [1559]
Calling ObjectContext.CreateDatabaseScript for a model that includes a DateTimeOffset column results in a null reference exception in GetPrecision.Here's the stacktrace:``` at...
View ArticleClosed Issue: [RTM] EntityType.DeclaredMembers is not accessible with a...
## SUMMARYEntityType.DeclaredMembers is a ReadOnlyMetadataCollection. It's currently accessible with an **int** key, but if you try to access it with a **string** key, it throws an exception.##...
View ArticleCreated Issue: EF does not pick up keys from base unmapped types by...
Consider the following:``` public class Person{ public int PersonID { get; set; } public string FirstName { get; set; } public string LastName { get; set; }} public class Instructor : Person{ public...
View ArticleCommented Unassigned: [Investigate EF6] Stack overflow exception in...
I am getting the error 'An unhandled exception of type 'System.StackOverflowException' occurred in EntityFramework.dll' when trying to execute a fairly large expression.I have tested the expression...
View ArticleSource code checked in, #21998a0bd57724a67436990b9e5ca13a804ad056
This fixes Create Login batching in the test framework for SqlAzure
View ArticleCommented Unassigned: EF 6 RC1 breaks Microsoft ASP.NET Identity...
REPRODUCEInstall Visual Studio 2013 Preview + ASP.NET and WebTools 2013 Preview Refresh UpdateNew WebProject, MVCUpdate all nuget packagesRun the app, try registering via clicking the link on the...
View ArticleEdited Issue: EF 6 RC1 breaks Microsoft ASP.NET Identity EntityFramework...
REPRODUCEInstall Visual Studio 2013 Preview + ASP.NET and WebTools 2013 Preview Refresh UpdateNew WebProject, MVCUpdate all nuget packagesRun the app, try registering via clicking the link on the...
View ArticleCommented Issue: VS 2012 stuck whenever I create a project that installs the...
I installed VS 2012 Pro (with update 1) in a Windows 8 VM (VMware Fusion for Mac OSX). For some reason, I can create projects, as long as they do not load EntityFramework 5. Any project that loads it...
View ArticleCommented Issue: [RTM] Assertion failure: DSL Diagram is empty. [1513]
VS 2012Create new Console Application projectChoose Target framework: .NET Framework 4Add New Item > ADO.NET Entity Data ModelGenerate from database > Next > Select Entity Framework 5.0 >...
View ArticleClosed Issue: [RTM] Assertion failure: DSL Diagram is empty. [1513]
VS 2012Create new Console Application projectChoose Target framework: .NET Framework 4Add New Item > ADO.NET Entity Data ModelGenerate from database > Next > Select Entity Framework 5.0 >...
View ArticleClosed Issue: [NonVS] Docs: Update code listings in migrations walkthrough...
http://msdn.microsoft.com/en-us/data/jj591621.aspxFollow this walkthrough and compare the generated migration file with what's shown on the walkthrough, most notably the schema name isn't shown in the...
View ArticleCommented Unassigned: [Investigate EF6] Stack overflow exception in...
I am getting the error 'An unhandled exception of type 'System.StackOverflowException' occurred in EntityFramework.dll' when trying to execute a fairly large expression.I have tested the expression...
View ArticleClosed Issue: [RTM] T4 templates and Legacy Object Context code gen strategy...
If the project is targeting .NET Framework 4 and the user selects EF6 when creating a new model from the database we will add T4 templates but will also set the Legacy Object Context code gen strategy....
View ArticleClosed Unassigned: [Investigate EF6] Designer: Designer: update model from...
Using the sql compact provider it is fairly easy to break a lot of the mappings for the model and to get the model in a state where it won't update from the databaseRepro:* Install packages from aspnet...
View ArticleEdited Task: [NonVS] Update Power Tools to work with EF6 [1165]
We were going to consolidate the Power Tools/EF Designer in EF6 but were not able to do this. In light of this we need to update the power tools for EF6 by the time it RTMs.EF6 also has a new API for...
View ArticleCreated Task: [NonVS] Update EF5.x DbContext/ObjectContext templates on VS...
We're releasing EF6.x versions of the templates... but it would be good to allow folks to get the 5.x templates if they want to stick with EF5.
View ArticleEdited Issue: [RTM] Providers may expect to convert types read through their...
Prior to EF6, EF would read data from columns using the provider's DbDataReader GetXxx() methods, where Xxx is something like Int32, String, etc. This gave providers a hint as to the type that is...
View ArticleCommented Issue: [RTM] Providers may expect to convert types read through...
Prior to EF6, EF would read data from columns using the provider's DbDataReader GetXxx() methods, where Xxx is something like Int32, String, etc. This gave providers a hint as to the type that is...
View ArticleCommented Feature: Code First: Allow indexes to be specified using...
"Problem Description:I'm looking forward to [StoreIgnore] attribute in EF 4 CTP 5. I would like to see a way to create index in table. Something like: [Indexed(Unique=false,Clustered=false)] int A {...
View ArticleSource code checked in, #0c2630e5dc38b8b638728458c2be561e7822ee08
Merge branch 'release-6.0.0'
View Article