Reviewed: Entity Framework 5.0.0 (Jul 05, 2013)
Rated 2 Stars (out of 5) - 399 characters left Your Review must be between 10 and 400 characters or spaces. Please adjust your message or leave it off (it’s optional).
View ArticleNew Post: Are there .pdb files for EF 5?
@ctaggart Unfortunately we do not have pdb files available for EF5. Thanks, Arthur
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 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 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 ArticleClosed Issue: Migration fails when existing property becomes an FK for an...
Repro Steps: 1 - Create FK properties in ClassA, but instead of declaring string ClassBID declare this: int ClassBID (intentional error) 2 - Enable migrations to create initial migration 3 - Fix type...
View ArticleNew Post: Automatically detect and refresh data changes in EF6
@Mathias Using SqlDependency to do this is something we have considered in the past and we may still consider again in the future. I'm not an expert on SqlDependency but I believe there are some...
View ArticleCreated Feature: Consider making ClrEntityType public or providing a...
It can be useful to publicly obtain the CLR type associated with a given o-space type without using heuristics or relying on annotations only present in Code First. See this CodePlex discussion:...
View ArticleCommented Feature: Consider making ClrEntityType public or providing a...
It can be useful to publicly obtain the CLR type associated with a given o-space type without using heuristics or relying on annotations only present in Code First. See this CodePlex discussion:...
View ArticleNew Post: Make ClrEntityType public or Have EntityType expose the...
@swell I filed the following item to track this: https://entityframework.codeplex.com/workitem/1362 Note that ObjectItemCollection has GetClrType and TryGetClrType methods that can be used to get the...
View ArticleNew Post: Interface usage in DBContext
@JavedSaqib This is something that is not currently by EF but that we certainly want to support in the future. If you haven't already done so please consider voting for the feature here:...
View ArticleNew Post: EF6 Code First: All string properties are output as unicode: false...
@jddunlap This certainly sounds like an issue with the DevArt provider. It is the responsibility of the provider to select an appropriate database type based on the facets (attributes) of the type...
View ArticleNew Post: DropCreateDatabase Initializer alternative that does not drop the...
@MovGP0 It seems unlikely that we will add such an initializer to the core EF code. However, you can create any initializer you want by implementing the IDatabaseInitializer interface. You would then...
View ArticleCommented Issue: Migrations: History table warning when scripting [1216]
SQL Server outputs the following warning when creating the history table:Warning! The maximum key length is 900 bytes. The index 'PK_dbo.__MigrationHistory' has maximum length of 1534 bytes. For some...
View ArticleCommented Unassigned: How to use IPluralizationService [1360]
I need pluralize my entities with [Inflector](http://nuget.org/packages/Inflector/).I post this [question in...
View ArticleNew Comment on "Support of POCO entities with custom Equals and GetHashCode...
I don't understand the text: you're saying that EF will support enities with custom Equals and GetHashCode, but then you say that EF will use default implementation. So basically EF will ignore any...
View ArticleEdited Unassigned: EF6B1 - DB is not created [1361]
Hello,after the upgrade to EF6 beta 1, the DB creation / migration is not working anymore.Before I used the latest version of EF5.I am using CodeFirrst and the Initializer:...
View ArticleNew Comment on "Connection Resiliency Spec"
@AndriySvyryd [May 9 (transactions)] The most common scenario is WCF service where the transaction support is specified by OperationBehavior attribute. I'm talking about the most widely used scenario...
View ArticleNew Comment on "Design Meeting Notes - March 13, 2013"
Those walkthroughs does not work since you've made IConfigurationConvention internal. Plase update the samples.
View ArticleCreated Unassigned: Add proper support of multiple schemas in database. [1363]
Please add proper support of multiple schema database mapping.The issue present itself when database have two or more schemas, with tables that have the same...
View Article