New Post: Download EF5 RTM source and patch it?
@ajvickers Sure. I'll try and come up with a stripped-down sample project. How do I get it to you?
View ArticleCreated Issue: Visual Studio 2012 with latest EF designer: Error message: A...
Repro steps:1. Install Dev11 VNS (sanity test passed) 2. Install latest EF tools, it’s upgraded. 3. Run sanity test again, there’s now options to choose EF6.0 or 5.0, choose 6.0.4. new Windows class...
View ArticleNew Post: Download EF5 RTM source and patch it?
@CoreyW You should be able to attach it to the CodePlex issue. If that doesn't work you can email me (avickers) at microsoft.com. Thanks, Arthur
View ArticleCreated Unassigned: Wrong entity returned when using orderby, let and...
I have attached a console application to demonstrate the problem:I have a list of entities: A.Each entity A has 2 separate collections of entity B associated with it Bs1, and Bs2.The query should...
View ArticleEdited Unassigned: Wrong entity returned when using orderby, let and...
I have attached a console application to demonstrate the problem:I have a list of entities: A.Each entity A has 2 separate collections of entity B associated with it Bs1, and Bs2.The query should...
View ArticleEdited Issue: Visual Studio 2012 with latest EF designer: Error message: A...
Repro steps:1. Install VS11 VNS (sanity test passed) 2. Install latest EF tools, it’s upgraded. 3. Run sanity test again, there’s now options to choose EF6.0 or 5.0, choose 6.0.4. new Windows class...
View ArticleCommented Unassigned: DbUpdateException Serialization [1107]
I haven't dug into this one yet, but here is a small repro of an exception that comes from deserializing DbUpdateExceptions: var formatter = new BinaryFormatter(); Exception ex; using (var ms = new...
View ArticleCommented Unassigned: DbUpdateException Serialization [1107]
I haven't dug into this one yet, but here is a small repro of an exception that comes from deserializing DbUpdateExceptions: var formatter = new BinaryFormatter(); Exception ex; using (var ms = new...
View ArticleEdited Unassigned: DbUpdateException Serialization [1107]
I haven't dug into this one yet, but here is a small repro of an exception that comes from deserializing DbUpdateExceptions: var formatter = new BinaryFormatter(); Exception ex; using (var ms = new...
View ArticleCommented Unassigned: DbUpdateException Serialization [1107]
I haven't dug into this one yet, but here is a small repro of an exception that comes from deserializing DbUpdateExceptions: var formatter = new BinaryFormatter(); Exception ex; using (var ms = new...
View ArticleCommented Unassigned: Lazy Loading can return unexpected null (Bug?) [1142]
using Microsoft.VisualStudio.TestTools.UnitTesting;using System;using System.ComponentModel.DataAnnotations;using System.ComponentModel.DataAnnotations.Schema;using System.Data.Common;using...
View ArticleEdited Unassigned: Lazy Loading can return unexpected null (Bug?) [1142]
using Microsoft.VisualStudio.TestTools.UnitTesting;using System;using System.ComponentModel.DataAnnotations;using System.ComponentModel.DataAnnotations.Schema;using System.Data.Common;using...
View ArticleNew Post: Namespaces and generated classes in Model First.
Any chance to get an update that prefixes the model names with the schema and then generates classes that adhere to that name? So that [Stg].[Trade] turns into - as namespaces are ignored in entity...
View ArticleNew Post: Namespaces and generated classes in Model First.
I think that from tooling perspective the only way to achieve this would be to write an extension to the designer that would tweak the model the way you need it to be tweaked. I have not tried doing...
View ArticleCommented Unassigned: DbUpdateException Serialization [1107]
I haven't dug into this one yet, but here is a small repro of an exception that comes from deserializing DbUpdateExceptions: var formatter = new BinaryFormatter(); Exception ex; using (var ms = new...
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 ArticleCommented Unassigned: Wrong entity returned when using orderby, let and...
I have attached a console application to demonstrate the problem:I have a list of entities: A.Each entity A has 2 separate collections of entity B associated with it Bs1, and Bs2.The query should...
View ArticleCreated Unassigned: Setup: Repair causes NuGet package location registry key...
1. Install EFTools.msi2. Repair EFTools.msi through GUI (not through msiexec or right click)3. If repair prompts for UAC, repair again. (Bug is due to lack of elevation requested.)Result:The following...
View ArticleCommented Unassigned: Setup: Repair causes NuGet package location registry...
1. Install EFTools.msi2. Repair EFTools.msi through GUI (not through msiexec or right click)3. If repair prompts for UAC, repair again. (Bug is due to lack of elevation requested.)Result:The following...
View ArticleEdited Issue: Setup: Repair causes NuGet package location registry key to...
1. Install EFTools.msi2. Repair EFTools.msi through GUI (not through msiexec or right click)3. If repair prompts for UAC, repair again. (Bug is due to lack of elevation requested.)Result:The following...
View Article