Commented Unassigned: Getting NRE: Object reference not set to an instance of...
hi i have been using entity framework 5 code first in an mvc web application and it was working fine but recently i add a few more models to it as the app is growing but when i try to issue...
View ArticleEdited Unassigned: Getting NRE: Object reference not set to an instance of an...
hi i have been using entity framework 5 code first in an mvc web application and it was working fine but recently i add a few more models to it as the app is growing but when i try to issue...
View ArticleCreated Unassigned: Migrations .HasColumnName only changing capitalization...
A column rename operation where the only change is the case of the column name i.e. "Text" to "tEXT" generates an invalid migration. Generated Migration```namespace casingMigrationBugRepro.Migrations{...
View ArticleCreated Unassigned: PowerTools Reverse engineer code first is not working...
SQL 2012 has a new feature: fieltableI have a database which has a filetable: tblFileTableWhen i try to reverse engineer the code first model, i got the following error?"One or more errors occurred...
View ArticleNew Comment on "specs"
Can you add some text to pluggable pluralization to clarify that it won't work with EDMX. It's under topic of "work for models created with Code First or the EF Designer" which is misleading. Thanks.
View ArticleCreated Unassigned: Custom PluralizationServices is getting hit twice,...
I've declared my pluralization service in DbConfiguration.During code first db initialization, it is iterating through the service twice. The first time it gets the table names fixed up properly. But...
View ArticleEdited Unassigned: DELETE:Custom PluralizationServices is getting hit twice,...
__Oh NEVERMIND, my extra call to base. Pluralize was triggering it. I've come up with a workaround.__I've declared my pluralization service in DbConfiguration.During code first db initialization, it is...
View ArticleCommented Unassigned: PowerTools Reverse engineer code first is not working...
SQL 2012 has a new feature: fieltableI have a database which has a filetable: tblFileTableWhen i try to reverse engineer the code first model, i got the following error?"One or more errors occurred...
View ArticleCreated Unassigned: EnableMigrations tries loading...
From stackoverflow:http://stackoverflow.com/questions/18775684/entity-framework-migrations-nuget-errorNote that they said it happened in 'Visual Studio 2013 Express Preview for Web and Entity Framework...
View ArticleClosed Unassigned: DELETE:Custom PluralizationServices is getting hit twice,...
__Oh NEVERMIND, my extra call to base. Pluralize was triggering it. I've come up with a workaround.__I've declared my pluralization service in DbConfiguration.During code first db initialization, it is...
View ArticleEdited Task: [RTM] Checkin localized intellisense files [1650]
Localization team had some technical issues generating localized intellisense files. We originally checked in the English version for all languages, but prior to RTM we need to swap to the localized...
View ArticleCreated Unassigned: Migrations: Types() conventions shouldn't always override...
In the model generated by the following code, all of the string properties should be Unicode strings as specified by the second convention. These conventions should be applied in the order they are...
View ArticleEdited Unassigned: EnableMigrations tries loading...
From stackoverflow:http://stackoverflow.com/questions/18775684/entity-framework-migrations-nuget-errorNote that they said it happened in 'Visual Studio 2013 Express Preview for Web and Entity Framework...
View ArticleClosed Issue: [RTM] Configuration conventions applied in wrong order [1629]
Calling modelBuilder.Types().Configure( t => t.Property("StringProperty").IsUnicode(false)); modelBuilder.Types().Configure(t => t.Property("StringProperty").IsUnicode(true));results in the...
View ArticleEdited Issue: Migrations .HasColumnName only changing capitalization...
A column rename operation where the only change is the case of the column name i.e. "Text" to "tEXT" generates an invalid migration. Generated Migration```namespace casingMigrationBugRepro.Migrations{...
View ArticleEdited Feature: Support for identifiers starting with underscore [1654]
Our rules for identifier looks similar to C#/ECMA identifiers with the exception that we don't allow names starting with underscore. The underlying reason is that as part of the EF model we use EDM (up...
View ArticleEdited Feature: Support for identifiers starting with underscore [1654]
Our rules for identifier looks similar to C#/ECMA identifiers with the exception that we don't allow names starting with underscore. The underlying reason is that as part of the EF model we use EDM (up...
View ArticleCommented Unassigned: EnableMigrations tries loading...
From stackoverflow:http://stackoverflow.com/questions/18775684/entity-framework-migrations-nuget-errorNote that they said it happened in 'Visual Studio 2013 Express Preview for Web and Entity Framework...
View ArticleSource code checked in, #387e6af9791274b01ee52d290a64c571a3ae0a4f
fixing unit tests for localized runs. CR: LukeW, BriceLam
View ArticleSource code checked in, #eaf6cab47b6c04ca7988f403a269c8fcd05e21d9
Add Clean to the list of default targets
View Article