Commented Issue: CF Stored Procs :: Misleading exception thrown when trying...
Repro.Produce the following model:``` public class ArubaTask{ public int Id { get; set; } public string Name { get; set; }} public class ArubaRun{ public int Id { get; set; } public...
View ArticleEdited Issue: Migrations/SPROCs: When scaffolding InitialCreate during...
Basically if during Enable-Migrations we detect that db exists, we create initial migration. If this database had stored procedure, we scaffold proc with empty body. This seems fine (if we cant detect...
View ArticleCreated Issue: Breaking change in convention accessibility [1366]
In revision 8ae8d3738371afb9cab1fb8f18a754ab3030edb1 the ManyToManyCascadeDeleteConvention and MappingInheritedPropertiesSupportConvention were made internal. This is a breaking change as they have...
View ArticleCommented Issue: Breaking change in convention accessibility [1366]
In revision 8ae8d3738371afb9cab1fb8f18a754ab3030edb1 the ManyToManyCascadeDeleteConvention and MappingInheritedPropertiesSupportConvention were made internal. This is a breaking change as they have...
View ArticleCreated Issue: Make runtime VS tooling tests handle VS version changes [1367]
Currently we have three tests in ConnectionFactoryConfigTests that run against a real Visual Studio instance but only when Visual Studio is actually running on the machine. So, for example, these tests...
View ArticleEdited Task: Determine correct way to refrence Microsoft.VisualStudio.Shell...
The PowerShell assembly makes use of ServiceProvider from Microsoft.VisualStudio.Shell.dll. For the .NET 4 build this needs to be the VS2010 version. However, it is not currently required that we have...
View ArticleEdited Issue: Interaction between "DropCreateDatabase..." initializers and...
It would be a better user experience if when automatic migrations are enabled and a DropCreate initializer is present on the same context the initializer is either ignored or is applied. In the current...
View ArticleCommented Issue: Interaction between "DropCreateDatabase..." initializers and...
It would be a better user experience if when automatic migrations are enabled and a DropCreate initializer is present on the same context the initializer is either ignored or is applied. In the current...
View ArticleCreated Unassigned: Regression in nightlies from EF6 Beta 1 - MVC integration...
# REPRO1. Install Visual Studio 2013 Preview + ASP.NET and WebTools 2013 Preview Refresh Update2. New WebProject, MVC3. Update EF to latest nightly form myget (in my case it was 7/8)4. Run the app, try...
View ArticleCommented Unassigned: Regression in nightlies from EF6 Beta 1 - MVC...
# REPRO1. Install Visual Studio 2013 Preview + ASP.NET and WebTools 2013 Preview Refresh Update2. New WebProject, MVC3. Update EF to latest nightly form myget (in my case it was 7/8)4. Run the app, try...
View ArticleCommented Unassigned: TypeLoadException with IQueryableExtensions [1340]
Hello,I've upgrade from EF6 alpha 3 to beta 1 and I have a TypeLoadException with IQueryableExtensions. When I compare A3 to B1 using code reflection, I notice this class has been renamed. Probably it...
View ArticleReviewed: Entity Framework 6.0.0 (七月 08, 2013)
Rated 5 Stars (out of 5) - 新手使用,还请大家多多关照。
View ArticleCommented Issue: Make runtime VS tooling tests handle VS version changes [1367]
Currently we have three tests in ConnectionFactoryConfigTests that run against a real Visual Studio instance but only when Visual Studio is actually running on the machine. So, for example, these tests...
View ArticleCreated Unassigned: Preserve insert order [1369]
The order of collections should be preserved in tables not using an auto increment column. Currently I must save changes after each object is added to a collection or materialize a many to many...
View ArticleEdited Task: Designer: Remove F1 Help [1280]
We're seeing that F1 help is providing very little benefit to customers (less than 0.01% of traffic to our help docs comes from someone pressing F1).Rather than spending the time to update the help for...
View ArticleClosed Issue: Migrations: Migrating from PK/FK to separated out FK as an IA...
Create the following model``` public class ArubaTask{ public int Id { get; set; } public string Name { get; set; }} public class ArubaRun{ public int Id { get; set; } public...
View ArticleCreated Task: Create FxCop rule for Check methods [1372]
We need a custom FxCop rule to ensure that calls like Check.NotNull(bar, "bar"); are passing the correct string for the parameter name.The rule will be published as a NuGet package.
View ArticleEdited Issue: Breaking change in convention accessibility [1366]
In revision 8ae8d3738371afb9cab1fb8f18a754ab3030edb1 the ManyToManyCascadeDeleteConvention and MappingInheritedPropertiesSupportConvention were made internal. This is a breaking change as they have...
View ArticleCommented Issue: EntityFramework 5 Code First multiple inheritance mapping...
#Steps to Reproduce#---##Model## public class Gender{[Key] public Guid GenderId { get; set; }[Required][MaxLength(250)] public string Name { get; set; }} public abstract class Person{[Key] public Guid...
View ArticleClosed Issue: EntityFramework 5 Code First multiple inheritance mapping...
#Steps to Reproduce#---##Model## public class Gender{[Key] public Guid GenderId { get; set; }[Required][MaxLength(250)] public string Name { get; set; }} public abstract class Person{[Key] public Guid...
View Article