Commented Unassigned: Wrong entity returned when using orderby, let and...
I have attached a console application to demonstrate the problem:I have a list of entities: A.Each entity A has 2 separate collections of entity B associated with it Bs1, and Bs2.The query should...
View ArticleEdited Issue: Hide "object members" on new API surface [1193]
In previous releases we were careful to hide Equals, GetHashCode, ToString, and GetType from Intellisense on classes where discoverability of methods is important. We should do the same for new API...
View ArticleEdited Unassigned: Interaction between "DropCreateDatabase..." initializers...
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 ArticleEdited Unassigned: Code First Stored Procs :: exception thrown when using...
When initializing the following model: public class CogTag{ public Guid Id { get; set; } public virtual Gear Gear { get; set; }} public class Gear{ public int Id { get; set; } public string Nickname {...
View ArticleEdited Unassigned: Code First Stored Procs :: exception thrown when using...
When initializing the following model: public class CogTag{ public Guid Id { get; set; } public virtual Gear Gear { get; set; }} public class Gear{ public int Id { get; set; } public string Nickname {...
View ArticleCommented Unassigned: Wrong entity returned when using orderby, let and...
I have attached a console application to demonstrate the problem:I have a list of entities: A.Each entity A has 2 separate collections of entity B associated with it Bs1, and Bs2.The query should...
View ArticleCommented Unassigned: Wrong entity returned when using orderby, let and...
I have attached a console application to demonstrate the problem:I have a list of entities: A.Each entity A has 2 separate collections of entity B associated with it Bs1, and Bs2.The query should...
View ArticleCommented Unassigned: Wrong entity returned when using orderby, let and...
I have attached a console application to demonstrate the problem:I have a list of entities: A.Each entity A has 2 separate collections of entity B associated with it Bs1, and Bs2.The query should...
View ArticleCommented Issue: Designer: Entity Framework Model First "edmx:CopyToSSDL"...
Problem Description:Since the standard Entity Framework Model Designer does not allow for all SQL data types i wrote an extension for Visual Studio 11 Entity Framework Model Designer to add a custom...
View ArticleClosed Issue: Designer: Entity Framework Model First "edmx:CopyToSSDL" don't...
Problem Description:Since the standard Entity Framework Model Designer does not allow for all SQL data types i wrote an extension for Visual Studio 11 Entity Framework Model Designer to add a custom...
View ArticleEdited Issue: Designer: Entity Framework Model First "edmx:CopyToSSDL" don't...
Problem Description:Since the standard Entity Framework Model Designer does not allow for all SQL data types i wrote an extension for Visual Studio 11 Entity Framework Model Designer to add a custom...
View ArticleReopened 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.
View ArticleCreated Unassigned: An exception when I handle inheritance with EF code first...
When I handle inheritance with EF code first, I hit an exception. My code like this:```public abstract class ProjectOwner{[key] public string Id { get; set; } ...}[Table("Organizations")]public class...
View ArticleEdited 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.
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: Reopened for discussion on behavior of...
View ArticleCreated Task: Allow interceptors to be registered in DbConfiguration [1207]
In general, interceptors can be added and removed dynamically at any time, whereas code-based configuration is intended to be unchanging for the application. However, if you want to setup an...
View ArticleEdited Feature: More extensible default conventions [731]
The default Code First conventions should be refactored in a way that makes them easier to extend.
View ArticleEdited Task: Simplify model conventions interfaces [1048]
Remove IDbConvention and add overloads to add IEdmConvention with an enum to specify if you are targeting conceptual or store.Make IDbMappingConvention internalDesign notes:...
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 ArticleCreated 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) Error: Schema specified is not...
View Article