Commented 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 ArticleEdited Issue: [UX] Icons on Mapping Details window look too small on high...
Mapping Window icons are not properly sized on high DPI.
View ArticleEdited Issue: [UX] Icons on designer surface look too small on high...
Icons on the designer surface are too small on high DPI.
View ArticleEdited Issue: [UX] Icons on listview and treeview controls in the EDM Wizard...
Entity Data Model Wizard icons are not resized properly on high DPI.
View ArticleEdited Issue: Designer: Model generation broken for legacy providers that use...
I encountered the following error while Generating/Updating a model from the database using the MySQL provider.It looks like LegacyDbExpressionConverter doesn't handle DbCastExpression.```Unable to...
View ArticleCommented Issue: Designer: Model generation broken for legacy providers that...
I encountered the following error while Generating/Updating a model from the database using the MySQL provider.It looks like LegacyDbExpressionConverter doesn't handle DbCastExpression.```Unable to...
View ArticleEdited Issue: Designer: Third-party providers can't generate database from...
When trying to generate DDL from providers other than SqlClient and SqlServerCe, the following error is encountered:```Encountered the following errors while processing the template 'C:\Program Files...
View ArticleCommented Issue: Designer: Third-party providers can't generate database from...
When trying to generate DDL from providers other than SqlClient and SqlServerCe, the following error is encountered:```Encountered the following errors while processing the template 'C:\Program Files...
View ArticleEdited Issue: Retargetting framework fails to update namespaces in EDMX file...
Create a new project (e.g. C# console project)Using the project's properties change the target framework to .NET 4.0Create an empty ADO.NET Entity Data ModelAdd 1 Entity with 1 propertySave everything...
View ArticleCommented Issue: Retargetting framework fails to update namespaces in EDMX...
Create a new project (e.g. C# console project)Using the project's properties change the target framework to .NET 4.0Create an empty ADO.NET Entity Data ModelAdd 1 Entity with 1 propertySave everything...
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 ArticleCommented 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 ArticleEdited Task: Web deploy (asp.net) depends on Designer's EF.dll [1183]
This bug is to track on our end that this gets fixed after vspreview. We can't have other products relying on the Common7\IDE\EntityFramework.dll that ships with the designer.
View ArticleEdited Issue: Code First Stored Procs :: exception thrown when using stored...
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 ArticleNew Post: TVF and code-first
Will TVF be supported with code-first in EF 6? I while back I read that it will be, but I can't find any references to it here.
View ArticleReviewed: Entity Framework 5.0.0 (六月 02, 2013)
Rated 5 Stars (out of 5) - look look look look
View ArticleNew Post: TVF and code-first
It was on the roadmap before for EF6, but then got secretly removed with an update so I wouldn't count on it.
View ArticleCommented Issue: Query: Incorrect handling of null variables in 'where'...
"Problem Description:The following LINQ-to-Entites query will return the expected results:var result = from o in tablewhere o.column == nullselect entry;However, the following query will never return...
View ArticleCreated Unassigned: Error enabling migrations after beta1 installing [1215]
After installing new beta1 I have problem enabling migrations in my project. I have removed all early migrations as it is recommended for beta1, but I can't create any new due this nag error.PM>...
View Article