Edited Issue: Designer: Entity Framework randomly reorders imported function...
Problem Description:Example: I have a stored procedure (let's call it sp_X) that receives an int and a string parameter. I add it to my entity framework model and import it as a function. The function...
View ArticleCommented Task: Designer: Binaries should have subsystem version set to 6.00...
- Install Dev11 Ultimate x86 retail- Open a "Developer Command Prompt for VS 11" under the "Visual Studio Tools" folder- Change to the following directory: "c:\program files (x86)\microsoft visual...
View ArticleClosed Task: Designer: Binaries should have subsystem version set to 6.00 [704]
- Install Dev11 Ultimate x86 retail- Open a "Developer Command Prompt for VS 11" under the "Visual Studio Tools" folder- Change to the following directory: "c:\program files (x86)\microsoft visual...
View ArticleCommented Feature: Designer: Better navigation property names when multiple...
When multiple relationships to the same table are present the navigation properties are just postfixed with a name. We could consider using the FK name or some other means to make it clearer which is...
View ArticleNew Post: Build error: Code Analysis CA1006
Downloaded latest source, and running build.cmd on system with VS 2012 (and VS 2010) installed. Getting error: c:\Users\erik\Downloads\entityframework-150fa7263abe\src\EntityFramew...
View ArticleNew Post: Build error: Code Analysis CA1006
Looking at ExecutionStrategy.cs in same folder, it looks like this CA supression is missing from NonRetryingExecutionStrategy.cs i 2 places: [SuppressMessage("Microsoft.Design",...
View ArticleCommented Issue: Power Tools: Context menu commands not working in project...
None of the actions from the file context menu is working when the project is under a solution folder. A message box saying “Sequence contains no matching element” is displayed, no exception is written...
View ArticleSource code checked in, #139501a407de
AGrandDayOut (Use Code First type information for o-space loading) This change extracts the o-space type loading functionality so that it can be used independently of where the CLR types actually come...
View ArticleSource code checked in, #adfbcd210b80
Updated test by calling SetInitializer<>(null) to avoid creating database
View ArticleCommented Issue: Build.cmd uses VS2010 for code analysis if both VS2012 and...
This causes some unexpected FxCop errors to be generated--see this discussion: http://entityframework.codeplex.com/discussions/434294#post1005879I took a quick look and it's not clear why this is...
View ArticleNew Post: EF 6 and async for .NET 4.0 ?
So far the documentation states that there will be no async support for .NET 4.0 since it does not support async/await. But it when using VS 2012 you can get async/await support by merly installing...
View ArticleCreated Issue: Query: String parameter data type (length) cause query...
Running the following LINQ query (model is included at the bottom of this issue):```var name = "My Blog";var blog = (from b in db.Blogs where b.Name == name select b).FirstOrDefault();```Causes the...
View ArticleNew Post: EF 6 and async for .NET 4.0 ?
Yes, that is correct. What is missing is the async APIs in the ADO.NET base classes under System.Data.Common. Microsoft.Bcl.Async provides extension methods for SqlClient only, and only for the async...
View ArticleCommented Issue: Designer: Entity Framework randomly reorders imported...
Problem Description:Example: I have a stored procedure (let's call it sp_X) that receives an int and a string parameter. I add it to my entity framework model and import it as a function. The function...
View ArticleEdited Issue: Designer: Entity Framework randomly reorders imported function...
Problem Description:Example: I have a stored procedure (let's call it sp_X) that receives an int and a string parameter. I add it to my entity framework model and import it as a function. The function...
View ArticleSource code checked in, #7b8501822ea0
ExecutionStrategy polishing: * Renamed IExecutionStrategy.SupportsExistingTransaction to RetriesOnFailure * When ExecutionStrategy is enabled for nonbuffered queries an exception is thrown now *...
View ArticleSource code checked in, #1e7e5f215b88
Correcting unit tests namespaces. Moving unit tests to the right test classes.
View ArticleSource code checked in, #1b8e4ac5b381
Unit test refactoring: * Turned on Warnings as Errors for test projects * Separated ValidationTests * Removed ValidateMassage uses * Used more constants in AssemblyTests * Removed the parameterless...
View ArticleCreated Issue: What should DbContextTransaction do if Commit or Rollback...
Issue 645 checked in work on transactions. In that check-in a call to DbContextTransaction.Rollback() or Commit() after a call to Dispose() does nothing silently.To compare SqlTransaction does nothing...
View ArticleCommented Issue: Support BeginTransaction on DbContext.Database.Connection [645]
This issue has been reported in UserVoice (currently with 6...
View Article