Commented Issue: Update-Database -Script is broken [1100]
Repro:Create basic console application PM> Install-package entityframework -pre -version 6.0.0-beta1-20502PM> Enable-MigrationsPM> Add-Migration aPM> Update-Databaseadd property to...
View ArticleEdited Issue: Update-Database -Script is broken [1100]
Repro:Create basic console application PM> Install-package entityframework -pre -version 6.0.0-beta1-20502PM> Enable-MigrationsPM> Add-Migration aPM> Update-Databaseadd property to...
View ArticleSource code checked in, #e1bf1cf17d893fdc6cd0c9709e997b90e388196a
Merge branch 'release-6.0.0-beta1'
View ArticleClosed Issue: When Entity Data Model is added to a website, the code for...
Steps:1. In VS2012 Update 1, create a new website (any type).2. Add a new Entity Data Model to it (Empty Model). As soon as you do this, Model.Context.tt and Model.tt are generated3. Add couple of...
View ArticleCreated Issue: Fluent API doesn't configure inverse navigation property [1135]
If the specified inverse navigation property wasn't a navigation property to begin with Fluent API doesn't configure it as such.[Fact] public void NavigationProperty_doesnt_override_inverse_property(){...
View ArticleCreated Feature: Make update command trees publicly constructible [1136]
We have an interception point for the creation of s-space DbCommandTree objects, but only the query command trees are publicly constructible. We should also make update command trees publicly...
View ArticleCommented Issue: Update-Database -Script is broken [1100]
Repro:Create basic console application PM> Install-package entityframework -pre -version 6.0.0-beta1-20502PM> Enable-MigrationsPM> Add-Migration aPM> Update-Databaseadd property to...
View ArticleEdited Issue: Update-Database -Script is broken [1100]
Repro:Create basic console application PM> Install-package entityframework -pre -version 6.0.0-beta1-20502PM> Enable-MigrationsPM> Add-Migration aPM> Update-Databaseadd property to...
View ArticleCommented Issue: Update-Database -Script is broken [1100]
Repro:Create basic console application PM> Install-package entityframework -pre -version 6.0.0-beta1-20502PM> Enable-MigrationsPM> Add-Migration aPM> Update-Databaseadd property to...
View ArticleCreated Feature: Create DbCommandLogger that inlines parameters [1137]
There has been a lot of discussion over whether to try to generate executable SQL as opposed to outputting the actual SQL that is sent. There are two approaches to executable SQL. The first is simple...
View ArticleCreated Feature: Update Interception based on design meeting decisions [1138]
Specifically:* Remove existing interceptor base class and create base classes for individual interfaces with multiple methods.* Update result handling and add ability to prevent operation from running*...
View ArticleCreated Unassigned: Designer: Right-click on surface throws ArgumentException...
Repros on high definition and 200% scaling. Here are the contents of the stack:: mscorlib.dll!System.Runtime.InteropServices.Marshal.ThrowExceptionForHR(int errorCode) + 0x10 bytes...
View ArticleEdited Issue: [UX] Icons in Model Browser look blurry in high definition...
Apparently some setting is causing WPF to render icons in model browser in such way that they look very blurry. The ones on the Solution Explorer window look crisp.
View ArticleEdited Unassigned: Designer: Right-click on surface throws ArgumentException...
Repros on high definition and 200% scaling. The exception is handled and the message displayed in a message box (VS does not crash). Here are the contents of the stack at the moment the exception is...
View ArticleCommented Unassigned: Designer: Right-click on surface throws...
Repros on high definition and 200% scaling. The exception is handled and the message displayed in a message box (VS does not crash). Here are the contents of the stack at the moment the exception is...
View ArticleClosed Unassigned: Designer: Right-click on surface throws ArgumentException...
Repros on high definition and 200% scaling. The exception is handled and the message displayed in a message box (VS does not crash). Here are the contents of the stack at the moment the exception is...
View ArticleEdited Issue: Migrations: Duplicate @var0 variables in script that drops two...
The script that is generated won't run by default because of the duplicate declaration of @var0 without a GO inserted between the batches.DECLARE @var0 nvarchar(128)SELECT @var0 = nameFROM...
View ArticleEdited Issue: AlterColumn defaultValue creates same default constraint name...
Issue in EF5 - Codefirst MigrationAltering colums to change them to No Nullable with a default value fails because EF doesn't create unique constraint name.ALTER TABLE [dbo].[ReferencesBase] ADD...
View ArticleCommented Issue: AlterColumn defaultValue creates same default constraint...
Issue in EF5 - Codefirst MigrationAltering colums to change them to No Nullable with a default value fails because EF doesn't create unique constraint name.ALTER TABLE [dbo].[ReferencesBase] ADD...
View ArticleSource code checked in, #778b8dc6ada96ef94018f580f47933aa5addf25d
Code First: Fix for #1040 - EntitySet.Table should be settable from Model based conventions - Opened up Table and Schema on EntitySetBase. Work Item: 1040
View Article