Edited Unassigned: Bad error message for .HasInverseEndMultiplicity() on out...
1. New console application2. PM> Install-package entityframework -pre -version 6.0.0-beta1-205313. replace Program.cs with attached file4. Debug the application (F5) NOTE: Exception is thrownError:...
View ArticleCommented Task: Conventions should throw on invalid configuration [1047]
Alter conventions to throw when you get invalid configuration, such as calling HasKey with a property that doesn't exist for the entire set of types.Comments: Issues with exception messages logged as...
View ArticleEdited Unassigned: Confusing error message is thrown by .HasDeleteAction()...
Repro:1. New console application2. PM> Install-package entityframework -pre -version 6.0.0-beta1-205313. replace Program.cs with attached file4. Debug the application (F5)NOTE: Exception is thrown...
View ArticleEdited Unassigned: Bad error message for .HasInverseEndMultiplicity() on out...
1. New console application2. PM> Install-package entityframework -pre -version 6.0.0-beta1-205313. replace Program.cs with attached file4. Debug the application (F5) NOTE: Exception is thrownAlso...
View ArticleCommented Unassigned: Confusing error message is thrown by .HasDeleteAction()...
Repro:1. New console application2. PM> Install-package entityframework -pre -version 6.0.0-beta1-205313. replace Program.cs with attached file4. Debug the application (F5)NOTE: Exception is thrown...
View ArticleCommented Unassigned: Confusing error message is thrown by .HasDeleteAction()...
Repro:1. New console application2. PM> Install-package entityframework -pre -version 6.0.0-beta1-205313. replace Program.cs with attached file4. Debug the application (F5)NOTE: Exception is thrown...
View ArticleSource code checked in, #f45fb4684117675349ebfb9c1350cbb0eb579aa2
Converting built-in configuration conventions to lightweight conventions RequiredNavigationPropertyAttributeConvention, KeyAttributeConvention and ModelNamespaceConvention are using internal API since...
View ArticleCommented Issue: EFDesigner (v12): Model does not validate on save. [1083]
___This is blocking at least one P1 QA test.___If we determine that the new behavior is preferred, I will update the QA test to support the new behavior.1. Create new C# project and add EDMX.2. Choose...
View ArticleClosed Issue: EFDesigner (v12): Model does not validate on save. [1083]
___This is blocking at least one P1 QA test.___If we determine that the new behavior is preferred, I will update the QA test to support the new behavior.1. Create new C# project and add EDMX.2. Choose...
View ArticleCommented Task: Refactor and consolidate EFDesigner model validation and...
In the EFDesigner validation is happening in many places. This code should be refactored. We should also try reusing model validaiton that lives in the runtime dll and remove error codes/numbers....
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: InvalidOperationException now that MARS is off by default [979]
HiI recently upgraded to EF6 alpha 3 and I started receiving an exception when running my integration tests.It took me a while to track it down, but I believe it is caused by the changeset...
View ArticleClosed Issue: InvalidOperationException now that MARS is off by default [979]
HiI recently upgraded to EF6 alpha 3 and I started receiving an exception when running my integration tests.It took me a while to track it down, but I believe it is caused by the changeset...
View ArticleNew Post: NotMapped Attribute in EF 5
Hello Duane, Could you provide a small repro of your scenario? What might work is creating a DbSet property for the base type and ensuring that it is sorted before other properties alphabetically....
View ArticleEdited Issue: 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 ArticleEdited Issue: 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 ArticleCommented Issue: 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 Issue: Designer Setup: EDMX ItemTemplate is always put into 1033...
The EDMX item template ("AdoNetEntityDataModelCSharp.zip") is always put into the Data\1033 folder. This still works, because there is nothing localized/localizable about the template, and on localized...
View ArticleCommented Issue: Designer Setup: EDMX ItemTemplate is always put into 1033...
The EDMX item template ("AdoNetEntityDataModelCSharp.zip") is always put into the Data\1033 folder. This still works, because there is nothing localized/localizable about the template, and on localized...
View ArticleEdited Issue: AsStreaming invalid generic constraint? [1201]
The following fails to compile:context.History .Where(h => h.MigrationId == migrationId) .Select(_ => 1) .AsStreaming()// AsStreaming causes compilation error because the project returns...
View Article