Quantcast
Channel: Entity Framework
Browsing all 10318 articles
Browse latest View live

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 Article


Commented 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 Article


Closed 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 Article

Commented 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 Article

New 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 Article


New 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 Article

Commented 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 Article

Source 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 Article


Source code checked in, #adfbcd210b80

Updated test by calling SetInitializer<>(null) to avoid creating database

View Article


Commented 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 Article

New 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 Article

Created 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 Article

New 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 Article


Commented 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 Article

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 Article


Source code checked in, #7b8501822ea0

ExecutionStrategy polishing: * Renamed IExecutionStrategy.SupportsExistingTransaction to RetriesOnFailure * When ExecutionStrategy is enabled for nonbuffered queries an exception is thrown now *...

View Article

Source code checked in, #1e7e5f215b88

Correcting unit tests namespaces. Moving unit tests to the right test classes.

View Article


Source 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 Article

Created 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 Article

Commented Issue: Support BeginTransaction on DbContext.Database.Connection [645]

This issue has been reported in UserVoice (currently with 6...

View Article
Browsing all 10318 articles
Browse latest View live