Edited Task: Tracking: Figure out a way to test migrations commands [479]
Need some seams in order to test the commands.
View ArticleEdited Issue: Migrations: Crash in model differ when encountering a changed...
The _typeSize map in ColumnModel needs to be updated with the new EDM3 primitives.
View ArticleCommented Issue: Polish the help messages of the PS migration commands [471]
Get-Help Enable-Migrations, Update-Database, Get-Migrations, Add-Migration - It looks like we have hard-coded line breakers. See the attached image. Get-Help Enable-Migrations -example,...
View ArticleEdited Task: [EF6] Make sure to support the MVC design/runtime [470]
This is for tracking. MVC3 shows a bare exception message in Visual Studio 2012 when EF6 is used. Repro step1. Open VS 2012 in the administrative mode. 2. Create a project named MyAspNetMvc3, and...
View ArticleEdited Issue: Count(predicate) not the same as Where(predicate).Count() in...
Given the following classes: public class Foo{ public virtual int Id { get; set; } public virtual Bar Bar { get; set; }} public class Bar{ public virtual int Id { get; set; } public virtual Baz Baz {...
View ArticleEdited Task: Enable VB tests for .NET 4 build [468]
The C# projects target different versions by putting different TargetFrameworkVersion values in each project configuration. This doesn't work for the VB project and hence it is currently disabled. This...
View ArticleCommented Task: Enable VB tests for .NET 4 build [468]
The C# projects target different versions by putting different TargetFrameworkVersion values in each project configuration. This doesn't work for the VB project and hence it is currently disabled. This...
View ArticleClosed Task: Enable VB tests for .NET 4 build [468]
The C# projects target different versions by putting different TargetFrameworkVersion values in each project configuration. This doesn't work for the VB project and hence it is currently disabled. This...
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: VarBinary IsMaxLength causes FormatException in EF CodeFirst [552]
In the previous version this functionality was working fine. Probably with the introduction with EF migrations this bug was introduced (looking at the stacktrace). We have a property of type byte[]...
View ArticleCommented Issue: VarBinary IsMaxLength causes FormatException in EF CodeFirst...
In the previous version this functionality was working fine. Probably with the introduction with EF migrations this bug was introduced (looking at the stacktrace). We have a property of type byte[]...
View ArticleClosed Issue: VarBinary IsMaxLength causes FormatException in EF CodeFirst [552]
In the previous version this functionality was working fine. Probably with the introduction with EF migrations this bug was introduced (looking at the stacktrace). We have a property of type byte[]...
View ArticleEdited Issue: Differ: Handle MaxLength="MAX" in SSDL [726]
3rd party providers can generate this causing the differ to barf. See http://entityframework.codeplex.com/discussions/403176 for example.Example stack trace:System.FormatException: Input string was not...
View ArticleCommented Issue: Confusing "Sequence" exception when issuing migration...
When issuing migration commands from the package manager console (add-migration, update-database), I receive the output appended below. From the stack trace, I'd guess there's an issue with my model,...
View ArticleSource code checked in, #dd350c789730
StraighteningPathsForStoreItemCollectionSerialization Refactoring EdmModel to allow passing container name and to enforce providing data space when creating the model. Adding verification whether items...
View ArticleCreated Issue: Non-generic IQueryable.Include does not work [786]
Hi,it seems `IQueryable.Include(...)` does not work for collections when using non-generic DbSet. Eg. `dbContext.Set(typeof(Entity)).Include("Collection")` will not load items included in the collection.
View ArticleNew Post: EF Migrations: Add extension support for new operations
I sended the CLA yesterday,I´m waiting to receive the answer.Cheers, Iñaki
View ArticleEdited Issue: Migrations - error messages are bad when having multiple...
When one creates more than one DbMigrationsConfiguration class power shell command require passing additional parameter to specify which configuration should be used. However error messages don't...
View ArticleClosed Issue: Migrations - error messages are bad when having multiple...
When one creates more than one DbMigrationsConfiguration class power shell command require passing additional parameter to specify which configuration should be used. However error messages don't...
View ArticleCreated Issue: Code First support for empty databases should work with other...
In EF5 we made Code First work in scenarios in which the target database exists but the tables need to be created. This functionality depends on a check that is implemented in the method...
View Article