Commented Feature: Consider disabling validation of [Required] on navigation...
The fact that we validate [Required] on nav props can be annoying. The following details are from a bug report where this behavior was not expected...So I have the following Entities...
View ArticleClosed Unassigned: EF5 - Migration Code isn't creating working code [1448]
I've got the following class definitions:``` public partial class User{ public int UserId { get; set; } public int BlastersMembersID { get; set; } public string Name { get; set; }[DoNotSerialize]...
View ArticleCommented Feature: Consider disabling validation of [Required] on navigation...
The fact that we validate [Required] on nav props can be annoying. The following details are from a bug report where this behavior was not expected...So I have the following Entities...
View ArticleCommented Issue: Code First Logic to create tables on empty database should...
**EF Team Triage: We should do this as part of the provider improvement planned after EF6** http://entityframework.codeplex.com/workitem/415In EF5 we made Code First work in scenarios in which the...
View ArticleCreated Feature: Consider including pre-generated mapping views for schema...
I ran some experiments and found that pre-generated mapping views can improve start up time for things like the designer (and potentially other services that use the schema discovery model, such as a...
View ArticleEdited Feature: Consider including pre-generated mapping views for schema...
I ran some experiments and found that pre-generated mapping views can improve start up time for things like the designer (and potentially other services that use the schema discovery model, such as a...
View ArticleEdited Feature: Consider including pre-generated mapping views for schema...
I ran some experiments and found that pre-generated mapping views can improve start up time for things like the designer (and potentially other services that use the schema discovery model, such as a...
View ArticleEdited Feature: Consider including pre-generated mapping views for schema...
I ran some experiments and found that pre-generated mapping views can improve start up time for things like the designer (and potentially other services that use the schema discovery model, such as a...
View ArticleSource code checked in, #b4fe027b03c14bb2b0873b5cb4907afe124e3786
Updating nuspec forward links for rtm
View ArticleSource code checked in, #a8e4eacba6d7f2f254f4bdbf15f6cd34e6afdda0
Merge branch 'release-6.0.0'
View ArticleEdited 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 Unassigned: Use of Nullable.HasValue in the body of a Linq query...
When a query includes the use of Nullable<T>.HasValue and Nullable<T>.Value in the query, the SQL that we are generating doesn't generate a bit parameter for the use of HasValue, instead we...
View ArticleUpdated Wiki: Connection Resiliency Spec
Background Applications connecting to a database server have always been vulnerable to connection breaks due to back-end failures and network instability. However, in a LAN based environment working...
View ArticleEdited Unassigned: Use of Nullable.HasValue in the body of a Linq query...
When a query includes the use of Nullable<T>.HasValue and Nullable<T>.Value in the query, the SQL that we are generating doesn't generate a bit parameter for the use of HasValue, instead we...
View ArticleEdited 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 ArticleCommented 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 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 ArticleSource code checked in, #fcdb47d8c751e2c5581bf61f5ed91372cf48e048
This change corrects some of the assumptions that were made by the test framework regarding using Sql Server vs. SqlAzure
View ArticleCommented Task: Code Cleanup: Get rid of build warnings in tooling [1509]
We have a handful of build warnings left to get rid of.Comments: [Work Item 1132](https://entityframework.codeplex.com/workitem/1132) is part of this.
View ArticleCommented Issue: Fix build warnings due to EmbedInteropTypes in Designer...
We have this in the runtime so we should just copy what we have there.In UnitTests.csproj for the designer we have the following lines:<Reference Include="VSLangProj, Version=7.0.3300.0,...
View Article