Edited Issue: EntitySet.Table should be settable from Model based conventions...
When a model based convention attempts to change EntitySet.Table a compile time error is thrown. Visual studio throws the following error:"Property or indexer...
View ArticleCommented Issue: EntitySet.Table should be settable from Model based...
When a model based convention attempts to change EntitySet.Table a compile time error is thrown. Visual studio throws the following error:"Property or indexer...
View ArticleNew Post: Code review of E
Regarding changeset e (update logging/interception based on design meeting decisions): Any chance we could use DateTime.UtcNow instead of DateTime.Now in the logging? Seems like we're in "database...
View ArticleNew Post: Code review of E
@IDisposableI’ll bring this up in the design meeting and see what the rest of the team feels.If you want to use an interface where you have control then you can do that by implementing...
View ArticleCreated Issue: Public Dispatch methods sometimes get interception context...
It was never the intention that the code calling public dispatch methods use the Result property set into the interception context after the dispatch method has returned. The dispatch method returns...
View ArticleEdited Issue: Public Dispatch methods sometimes get interception context...
It was never the intention that the code calling public dispatch methods use the Result property set into the interception context after the dispatch method has returned. The dispatch method returns...
View ArticleEdited Issue: Public Dispatch methods sometimes get interception context...
It was never the intention that the code calling public dispatch methods use the Result property set into the interception context after the dispatch method has returned. The dispatch method returns...
View ArticleEdited Issue: Add support for AddRange and RemoveRange on IDbSet [1086]
Ideally, AddRange and RemoveRange should be added to IDbSet. However, adding members to an interface is a breaking change and hence we should consider whether or not this is acceptable given the way...
View ArticleReviewed: Entity Framework 6.0.0 (mai 13, 2013)
Rated 5 Stars (out of 5) - .fhfhfhfhfhdhgdgjgjgf
View ArticleNew Post: Code review of E
(1.) Excellent... either way, just something to bring up now that it'll surface somewhere :) (2.) I understand you wanting it as simple as possible. I'll build my version and let you see where I'm...
View ArticleCreated Issue: NRE in the designer when double clicking on an edmx project...
1. Create a text file (can be empty) and change an extension to edmx2. Add the file to the project3. Attach a debugger and set break when a (CLR) exception is thrown4. Any time you double click the...
View ArticleEdited Issue: NRE in the designer when double clicking on an edmx project...
1. Create a text file (can be empty) and change an extension to edmx2. Add the file to the project3. Attach a debugger and set break when a (CLR) exception is thrown4. Any time you double click the...
View ArticleCommented Issue: Migrations: Duplicate @var0 variables in script that drops...
The script that is generated won't run by default because of the duplicate declaration of @var0 without a GO inserted between the batches.DECLARE @var0 nvarchar(128)SELECT @var0 = nameFROM...
View ArticleUpdated Wiki: Interception
InterceptionGoalsThe high-level goal for the interception feature is to allow external code to observe and potentially intercept EF operations. The specific goal for EF6 is to allow generated SQL to be...
View ArticleUpdated Wiki: specs
Entity Framework 6As we work on EF6 we will be creating feature specifications, walkthroughs and other documentation.RuntimeHere is a list of the new features in the EF6 runtime and the documentation...
View ArticleEdited Issue: CodeFirst Fluent creating Table in wrong Schema when...
Probably related to issue 716The following configuration is working as excepcted when accessing the existing table "MyTable" in Schema "My.Schema" via EF and null IDatabaseInitializer.If you use...
View ArticleNew Post: Code First View Generation Generating Different Hash Values
It looks like its a problem with inherited types. We generated the XML data models using the power tools and compared them on two PC's and the areas where there are differences were on types that we...
View ArticleNew Post: Code First View Generation Generating Different Hash Values
Yes. I think I saw on stackoverflow someone commenting that inheritance can also break views. I don't know of any good workaround for this bug. Using edmx file with Code First may help but is kind...
View ArticleEdited Unassigned: Powershell and Migrate.exe resources are not localized...
__Edit:__After investigation, I've determined that Resources.Migrate.resx and Resources.PowerShell.resx are __not localized__ in the ef6 satellite packages. Only Resources.resx (the main runtime set of...
View Article