New Post: Is EF designer also open source?
Hi, It's six months later now. Any news? Thanks
View ArticleEdited Issue: Ensure XML documentation for all public APIs [744]
Some classes include:IEdmConventionIDbConventionIDbMappingConvention
View ArticleEdited Issue: x86 build of migrate.exe is disabled [466]
Adding the configurations for the net40 build resulting in failure of the AfterBuild step that builds the x86 version of migrate.exe, so the AfterBuild step has been disabled. Uncomment out the step at...
View ArticleEdited Issue: Designer: Unhelpful error message after upgrading to VS2012...
This issue was reported via Connect http://connect.microsoft.com/VisualStudio/feedback/details/761883/vs-give-unknown-error-message-while-generating-db-from-efThe Connect issue records that a few...
View ArticleCommented Issue: Designer: Unhelpful error message after upgrading to VS2012...
This issue was reported via Connect http://connect.microsoft.com/VisualStudio/feedback/details/761883/vs-give-unknown-error-message-while-generating-db-from-efThe Connect issue records that a few...
View ArticleCommented Issue: Designer: Unhelpful error message after upgrading to VS2012...
This issue was reported via Connect http://connect.microsoft.com/VisualStudio/feedback/details/761883/vs-give-unknown-error-message-while-generating-db-from-efThe Connect issue records that a few...
View ArticleEdited Issue: Designer: Unhelpful error message after upgrading to VS2012...
This issue was reported via Connect http://connect.microsoft.com/VisualStudio/feedback/details/761883/vs-give-unknown-error-message-while-generating-db-from-efThe Connect issue records that a few...
View ArticleEdited Task: EFDesigner - we need some testing around handling models using...
Even though this is not a main line scenario it's not difficult to end up having a project that uses both System.Data.Entity.dll and EF6. A few scenarios are:- I have a bigger app and would like to...
View ArticleNew Post: Are there .pdb files for EF 5?
Are there .pdb files for EF 5? If so, where can I find them?
View ArticleEdited Task: Revert IDbSet.Local breaking change [1205]
Based on discussion about Reference equality and the changes made to support it we decided to revert the change to the return type of DbSet.Local and IDbSet.Local. The returned type can also be made...
View ArticleEdited Task: Revert IDbSet.Local breaking change [1205]
Based on discussion about Reference equality and the changes made to support it we decided to revert the change to the return type of DbSet.Local and IDbSet.Local. The returned type can also be made...
View ArticleCommented Task: Revert IDbSet.Local breaking change [1205]
Based on discussion about Reference equality and the changes made to support it we decided to revert the change to the return type of DbSet.Local and IDbSet.Local. The returned type can also be made...
View ArticleSource code checked in, #3083d0b18a558e14408c5a80ab99adabc3860b5c
Making some conventions more extensible. Workitem: 731
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 ArticleCommented Feature: More extensible default conventions [731]
The default Code First conventions should be refactored in a way that makes them easier to extend.Comments: Fixed in changeset 3083d0b18a558e14408c5a80ab99adabc3860b5c
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 ArticleCommented Task: Revert DbLocalView made public [1059]
These classes are now public: System.Data.Entity.Infrastructure.DbLocalView<TEntity>, System.Data.Entity.Infrastructure.ObjectReferenceEqualityComparerThis property's signature changed:...
View ArticleEdited Task: Revert DbLocalView made public [1059]
These classes are now public: System.Data.Entity.Infrastructure.DbLocalView<TEntity>, System.Data.Entity.Infrastructure.ObjectReferenceEqualityComparerThis property's signature changed:...
View ArticleEdited Issue: Expose ctor(int maxRetryCount, TimeSpan maxDelay) on...
ExecutionStrategyBase has this ctor but SqlAzureExecutionStrategy only has the default ctor. We should expose this one too.
View ArticleEdited Issue: Queries broken on providers that return null for...
The System.Data.SQLite provider returns null for `DbConnection.DataSource`. During query execution, we use this value to lookup an execution strategy, and check that it is not null or empty inside...
View Article