Commented Feature: Code First: Allow timeout to be set for DbSet.SqlQuery [59]
This item was migrated from the DevDiv work item tracking system [ID=307945]. Comments: Fixed in c43e3bf466a0 TimeGotTheTimeTickTickTickinInMyHead (Add first-class support for CommandTimeout in...
View ArticleClosed Task: Removing/re-adding EF nuget package updates app.config, which...
Per current design of EF, many configuration settings can be configured via both app.config and code based config (DbConfiguration.) App.config based configuration has priority over code based...
View ArticleClosed Task: Rename WrapService to ReplaceService [942]
Per design meeting: the intention of the WrapService method provided for OnLockingConfiguration is to allow an existing service to be wrapped by a new service. However, the new service does not need to...
View ArticleSource code checked in, #f986cb32d0a3
StayInLinePlease (Make newsequentialid() default for store-generated GUID columns) This change makes newsequentialid() instead of newid() the default for SQL Server store-generated GUID columns created...
View ArticleCommented Task: Remove InternalsVisibleTo EntityFramework from...
The object model for EDM needs to be made public before this can occur. This item was migrated from the DevDiv work item tracking system [ID=346041].Comments: Note that the EntityFramework.SQLServer...
View ArticleCreated Issue: AutoAndGenerateScenarios seem to run twice against SQL Server...
It was my understanding that these tests would run foe the following combinations:* SQL Server, C#* SQL Compact, C#* SQL Server, VBand I seem to remember seeing this behavior in the past, but currently...
View ArticleEdited Issue: SqlClientProviderServices may throw System.ArgumentException:...
"SqlClientProviderServices is using StoreItemCollection.StoreProviderManifest to get store provider manifest checks if this is a SqlProviderManifest, and if it is not then it throws. There are a few...
View ArticleCommented Issue: SqlClientProviderServices may throw...
"SqlClientProviderServices is using StoreItemCollection.StoreProviderManifest to get store provider manifest checks if this is a SqlProviderManifest, and if it is not then it throws. There are a few...
View ArticleEdited Feature: Use NEWSEQUENTIALID() instead of NEWID() for GUID keys [71]
This item was migrated from the DevDiv work item tracking system [ID=32229].This work item originated from connect.microsoft.com. A member of the EF team at Microsoft should close the related Connect...
View ArticleCommented Feature: Use NEWSEQUENTIALID() instead of NEWID() for GUID keys [71]
This item was migrated from the DevDiv work item tracking system [ID=32229].This work item originated from connect.microsoft.com. A member of the EF team at Microsoft should close the related Connect...
View ArticleEdited Issue: Cannot use a property with a private setter that is declared in...
"The following scenario in which the entity set is of the base type works as expected:using System.Data.Entity;namespace ConsoleApplication13{ class Program{ static void Main(string[] args){ using (var...
View ArticleNew Post: Registering providers globally with code during runtime
@tamasflamich DbConfiguration holds the app-domain wide (I.e. global) configuration for EF. It is therefore the correct place to register an EF provider. However, note that with the decoupling of the...
View ArticleNew Post: Unit testing with EFa3
Got it working. AsyncEnumerableQuery needed a Provider wrapper too. Change the AsyncEnumerableQuery<T> class above with this: public class AsyncEnumerableQuery<T> :...
View ArticleReviewed: Entity Framework 6.0.0 (三月 26, 2013)
Rated 5 Stars (out of 5) - aaaadfsfsdfsdfsdfs
View ArticleCreated Issue: DisplayAttribute Name property called instead of GetName [988]
At line 15 of class System.Data.Entity.Utilities.ValidationContextExtensions.cs, you are using the property Name instead of calling the method GetName to get a localized string of the display name....
View ArticleCommented Issue: EF 6 and SQL Azure Federations [978]
Hi,I'm currently working on a new project with EF6 (ntityFramework 6.0.0-alpha3) and I encounter a problem with the SQL Azure federations...According to [this article...
View ArticleEdited 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 ArticleEdited Issue: EF 6 and SQL Azure Federations [978]
Hi,I'm currently working on a new project with EF6 (ntityFramework 6.0.0-alpha3) and I encounter a problem with the SQL Azure federations...According to [this article...
View ArticleCommented Issue: EF 6 and SQL Azure Federations [978]
Hi,I'm currently working on a new project with EF6 (ntityFramework 6.0.0-alpha3) and I encounter a problem with the SQL Azure federations...According to [this article...
View ArticleEdited Task: Async: Implement API Review Action Items [962]
See [async API review design meeting notes](http://entityframework.codeplex.com/wikipage?title=Design%20Meeting%20Notes%20-%20March%2018%2c%202013) for more details.* [Rowan] Review and standardize use...
View Article