Created Unassigned: Issues mixing conventions and entity inheritance [1545]
I'm using current code - my own local build of EF against the master branch, synced an hour or two ago. I synched just to make sure that the problems I'm seeing weren't already fixed.I've created an...
View ArticleNew Post: CA1709 Code Analysis Errors
Further to my previous reply, I've noticed a couple of changes in the history of the Entity Framework:Commit 44bc6d15f6a3 titled 'Enabling FxCop', committed by AndrewPeters on Mar 30, 2012 removed some...
View ArticleCreated Unassigned: CA1709 Code Analysis Errors [1546]
Trying to build the current master branch of Entity Framework may cause CA1709 Code Analysis Errors on some systems for the "Db" and "Ce" acronyms, due to missing entries in the Code Analysis...
View ArticleCreated Task: Update use of ReadOnlyCollections [1551]
Specifically, Array.AsReadOnly and List.AsReadOnly are not available in .NET for Windows Store Apps
View ArticleEdited Issue: Migrations :: migrating from database generated key (identity),...
Repro:Create simple model:``` public class Foo{ public int Id { get; set;} public string Name { get; set; }} public class MyContext : DbContext{ public DbSet<Foo> Foos { get; set;...
View ArticleCreated Unassigned: Seed with SQL Authentication and accessing ObjectContext...
An update-database command can cause the error message "The underlying provider failed on open" while executing the Seed method under the following scenario:1. Update-Database is called with the...
View ArticleEdited Issue: [RTM] Remove InternalsVisibleTo in tooling release builds [1519]
Currently the tooling assemblies have a number of InternalsVisibleTo attributes for our test assemblies, which we could remove for our release builds.
View ArticleEdited Task: [RTM] Standardize assembly attributes across runtime and tooling...
We are not consistent in the values we put into fields such as the file description and copyright. Also include the attributes in EntityFramework.psd1 in this effort.
View ArticleCommented Issue: Compiling transformation-metadata file not found error occur...
Tracking DevDiv bug #743011. Affected Branch: dev12 main (VS2013 VWD) + eftools.msi oobAffected Build: Affected Product Language: any languageSteps to reproduce:1. install VS2013 vwd from: Main...
View ArticleClosed Issue: Compiling transformation-metadata file not found error occur on...
Tracking DevDiv bug #743011. Affected Branch: dev12 main (VS2013 VWD) + eftools.msi oobAffected Build: Affected Product Language: any languageSteps to reproduce:1. install VS2013 vwd from: Main...
View ArticleEdited Task: Update use of ReadOnlyCollections [1551]
Specifically, Array.AsReadOnly and List.AsReadOnly are not available in .NET for Windows Store Apps
View ArticleCommented Issue: [RTM] VWDExpress needs %VS110COMNTOOLS% defined [1517]
See issue https://entityframework.codeplex.com/workitem/1431We also have the same issue on 2012 i.e. install only VWDExpress 2012 and the latest Dev11 drop of EFTools (I used...
View ArticleEdited Issue: [RTM] VWDExpress needs %VS110COMNTOOLS% defined [1517]
See issue https://entityframework.codeplex.com/workitem/1431We also have the same issue on 2012 i.e. install only VWDExpress 2012 and the latest Dev11 drop of EFTools (I used...
View ArticleEdited Task: [RTM] Designer: Need to update resources for VS2013 [1395]
Currently there are some strings (e.g. in the installer) that say VS2013 Preview. We need to update those to say VS2013.
View ArticleEdited Task: [RTM] XmlDocs: Add info about parameterized sql to APIs that...
We've seen a couple of questions, posts, etc. about how to avoid SQL Injection attacks when using APIs that accept a raw SQL string. All our APIs have the same parameterized SQL capabilities as the...
View ArticleEdited Unassigned: Database deleted [1537]
I am using EF for a project and a database was recently dropped and with some digging this was discovered: _an Object:Deleted event occurred on the xxxx database executed by EntityFrameworkMUE (the...
View ArticleCreated Task: Remove use of List.ForEach [1553]
List.ForEach is not available in .NET for Windows Store Apps.
View ArticleClosed Issue: ExecuteStoreQuery releases the connection twice in buffered...
ObjectContext.ExecuteStoreQuery will release the store connection again after the returned ObjectResult is disposed in buffered mode even though the connection was already released when buffering was...
View ArticleEdited Task: Update use of ReadOnlyCollections [1551]
Specifically, Array.AsReadOnly and List.AsReadOnly are not available in .NET for Windows Store Apps
View ArticleCommented Task: Update use of ReadOnlyCollections [1551]
Specifically, Array.AsReadOnly and List.AsReadOnly are not available in .NET for Windows Store AppsComments: Fixed in ff09a23b817e Good As new... (Remove use of .AsReadOnly) The Array.AsReadOnly and...
View Article