Source code checked in, #883672ac8479
Adding static factory methods for creating ItemCollections. As opposed to ctors these factory methods won't throw in case of an error but will return all the errors as out collection parameters. They...
View ArticleCreated Issue: Migrations - Moving Schema and Dropping Foreign Key Bug [759]
I changed the schema of one of my tables (the project is still in development so it isn't a big deal) and the migrations code that was generated was seemingly not aware of this change. Here is an...
View ArticleCommented Issue: Release async enumerable as separate project [736]
It would be great to have async enumerable which can be used in another projects without dependency to EFComments: Also it would be greate to have these interfaces named without 'Db' prefix, for ex:...
View ArticleEdited Issue: Release async enumerable as separate project [736]
It would be great to have async enumerable which can be used in another projects without dependency to EF<br /><br />Also it would be greate to have these interfaces named without 'Db'...
View ArticleEdited Issue: Release async enumerable as separate project [736]
It would be great to have async enumerable which can be used in another projects without dependency to EF<br /><br />I see that now these interfaces are public, so also it would be greate...
View ArticleNew Post: Supporting MS Access - somehow - is there any likelihood?
This might be a daft question but I'm stuck with having to write against MS Access 2010 and would like EF5 to help me rather than writing home grown generators/raw sql or learning Nhibernate.Having...
View ArticleCreated Issue: EF5 Migrations - Multiple Developers [760]
We have an issue where the following occurs when using code first and scaffolded migrations.1 - Developer A adds class ClassA and scaffolds the migration2 - Developer B adds class ClassB and scaffolds...
View ArticleNew Post: Supporting MS Access - somehow - is there any likelihood?
Supporting database in EF5 terms means creating an EFÂ provider for this database. In general it should be possible to add support for Access as it was possible for third party companies to add support...
View ArticleSource code checked in, #e05f6ae54031
Metadata unification: Removal of Code First SSDL serialization code path. - Enables construction of StoreItemCollection from EdmModel. - Fixes minor problems in Code First constructed store model. -...
View ArticleClosed Task: Investigate how to automate EF5/6 tests on Microsoft test...
Investigate how to automate EF5/6 tests on Microsoft test infrastructureComments: Initial investigation completed by Young last year. Implementation (in the future) will be tracked in our Trello board.
View ArticleCreated Issue: Migrations: Crash when earlier migration added (multi-user) [761]
PM> Update-Database -VerboseUsing StartUp project 'ClassLibrary2'.Using NuGet project 'ClassLibrary2'.Specify the '-Verbose' flag to view the SQL statements being applied to the target...
View ArticleEdited Issue: Migrations: Crash when earlier migration added (multi-user) [761]
When an earlier migration is added (typically by pulling another dev's changes) we crash on update.<br /> <br />PM> Update-Database -Verbose<br />Using StartUp project...
View ArticleNew Post: Future Roadmap Questions
I'm curious if EF will evolve to support images and video of various types and support different media storage repositories.
View ArticleCommented Issue: EF5 Migrations - Multiple Developers [760]
We have an issue where the following occurs when using code first and scaffolded migrations.1 - Developer A adds class ClassA and scaffolds the migration2 - Developer B adds class ClassB and scaffolds...
View ArticleEdited Issue: Update SQL Server and SQL Compact providers to use public...
BasicExpressionVisitor in the core EF code is now public. However, the providers are still using copies of this class that were made when it was internal. It should be possible to update them to use...
View ArticleEdited Issue: Allow Default Value to be set for Enum property types in EDM...
In EF 5 DB First, if you attempt to set a Default Value for an enum property type within the EDM Designer the source code is not generated and an error stating "Default values are allowed only for...
View ArticleCommented Issue: Allow Default Value to be set for Enum property types in EDM...
In EF 5 DB First, if you attempt to set a Default Value for an enum property type within the EDM Designer the source code is not generated and an error stating "Default values are allowed only for...
View ArticleEdited Issue: UpForGrabs: Allow Default Value to be set for Enum property...
In EF 5 DB First, if you attempt to set a Default Value for an enum property type within the EDM Designer the source code is not generated and an error stating "Default values are allowed only for...
View Article