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

Commented Issue: EdmGen: Reverse engineering attached database fails [172]

"This is currently By Design. We may be able to do something better with either still creating a valid model or providing more helpful feedback.[Steps]1. Create a database project (using latest SQL...

View Article


Commented Issue: Cannot generate the entity model diagram from the...

repro steps:<br />0. Download the AdventureWork sample database from AdventureWorks2012 Data File <br />1. Create a Class Library project.<br />2. Add a new item of ADO.NET Entity...

View Article


Edited Issue: Cannot generate the entity model diagram from the...

repro steps:<br />0. Download the AdventureWork sample database from AdventureWorks2012 Data File <br />1. Create a Class Library project.<br />2. Add a new item of ADO.NET Entity...

View Article

Commented Issue: NotMapped on base property throws if derived type discovered...

An exception is thrown when the derived entity type is discovered before the base entity type containing an ignored property."You cannot use Ignore method on the property 'BaseProperty' on type...

View Article

Commented Issue: NotMapped on base property throws if derived type discovered...

An exception is thrown when the derived entity type is discovered before the base entity type containing an ignored property."You cannot use Ignore method on the property 'BaseProperty' on type...

View Article


New Post: Is EF designer also open source?

Hi andresd,We're currently working on the legal reviews needed to go open source. It's a little bit out of the team's control how long this will take, but we're pushing it and we'll put it up as soon...

View Article

New Post: How to fork with EF 5.0 + namingconventions code

Hi Vairam,The source code form EF5 is not available on CodePlex as described in this discussion:http://entityframework.codeplex.com/discussions/383205I'm not sure exactly what you mean by the...

View Article

New Post: How to fork with EF 5.0 + namingconventions code

Thanks for your reply.

View Article


New Post: How to fork with EF 5.0 + namingconventions code

1. What is the changeset number in this source that has EF5 + changes to split libraries2. What is the changesets for code naming conventions only..I am looking at an option to fork with these two or...

View Article


New Post: How to fork with EF 5.0 + namingconventions code

Hi Vairam,As explained in the link I posted above, there isn't a way to get EF5 with or without just the changes you want. You can do what you want easily with EF6, but not with EF5.Thanks, Arthur

View Article

Created Issue: Collection should not be loaded on navigation property [755]

I have a pretty simple model consisting of a Post with a User navigation property (public User CreatedByUser { get; set; }). The User object also has a navigation property for the collection of posts...

View Article

Commented Issue: Collection should not be loaded on navigation property [755]

I have a pretty simple model consisting of a Post with a User navigation property (public User CreatedByUser { get; set; }). The User object also has a navigation property for the collection of posts...

View Article

Source code checked in, #8b0fb5d3eb28

Fixing copy-paste bug in one of the group by optimization test. Big thanks to fujiy for catching this!

View Article


Created Issue: Fix Entity Framework, designer version to respect full entity...

Fix EF such that two .edmx files can co-exist if they happen to share entity names. This would be good for data migration. Right now a nasty error pops up when using the POCO variant.

View Article

Commented Issue: Fix Entity Framework, designer version to respect full...

Fix EF such that two .edmx files can co-exist if they happen to share entity names. This would be good for data migration. Right now a nasty error pops up when using the POCO variant.Comments: Is this...

View Article


Created Issue: The key component 'Id' is not a declared property on type...

Detail explanation can be found here:http://stackoverflow.com/questions/14080521/the-key-component-id-is-not-a-declared-property-on-type-typename-when-using/

View Article

Created Issue: The key component 'Id' is not a declared property on type...

The detail explanation could be found here:http://stackoverflow.com/questions/14080521/the-key-component-id-is-not-a-declared-property-on-type-typename-when-using

View Article


Commented Issue: The key component 'Id' is not a declared property on type...

The detail explanation could be found here:http://stackoverflow.com/questions/14080521/the-key-component-id-is-not-a-declared-property-on-type-typename-when-usingComments: This is a duplicate of issue...

View Article

New Post: why does DbContext.Set return DbSet instead of IDbSet?

Why does DbContext.Set<TEntity> returns DbSet instead of IDbSet? Is it possible to change this for EF6?

View Article

New Post: why does DbContext.Set return DbSet instead of IDbSet?

The reason is that Set always returns a DbSet and it is very common that people want to use it specifically as a DbSet. If it returned an IDbSet then it would require a cast to assign it to a DbSet...

View Article
Browsing all 10318 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>