Edited Issue: UseStrongSpatialTypes annotation missing when upgrading CSDL...
When upgrading CSDL 2.0 to CSDL 3.0 with the designer the UseStrongSpatialTypes annotation (set to false) is not added to the schema. This may result in a message/exception saying: "Currently, spatial...
View ArticleCommented Task: Make DbMigrationsConfiguration.HistoryContextFactory take a...
As decided in API review we want to remove this interface and just use a FuncComments: Verified fixed in 6.0.0-alpha3-40410
View ArticleClosed Task: Make DbMigrationsConfiguration.HistoryContextFactory take a Func...
As decided in API review we want to remove this interface and just use a FuncComments: Verified fixed in 6.0.0-alpha3-40410
View ArticleClosed Issue: AutoAndGenerateScenarios seem to run twice against SQL Server...
It was my understanding that these tests would run foe the following combinations:* SQL Server, C#* SQL Compact, C#* SQL Server, VBand I seem to remember seeing this behavior in the past, but currently...
View ArticleClosed Task: Review the exception messages from async methods [382]
When the underlying IQueryable doesn't implement the async interface we throw on of these exceptions: The source IQueryable doesn't implement IDbAsyncEnumerable The provider for the source IQueryable...
View ArticleReopened Issue: AutoAndGenerateScenarios seem to run twice against SQL Server...
It was my understanding that these tests would run foe the following combinations:* SQL Server, C#* SQL Compact, C#* SQL Server, VBand I seem to remember seeing this behavior in the past, but currently...
View ArticleClosed Issue: AutoAndGenerateScenarios seem to run twice against SQL Server...
It was my understanding that these tests would run foe the following combinations:* SQL Server, C#* SQL Compact, C#* SQL Server, VBand I seem to remember seeing this behavior in the past, but currently...
View ArticleEdited Issue: Power Tools: Reverse engineer does not honor registered T4...
The VS and command line hosts for the T4 processor allow registering custom directives that can be processed by types registered under...
View ArticleEdited Issue: Power Tools: Reverse Engineer Code First doesn't escape...
http://blogs.msdn.com/b/adonet/archive/2012/04/09/ef-power-tools-beta-2-available.aspx#10327681I used the Reverse Engineer Code First option applied to a SQL Server Express file and that works fine...
View ArticleEdited Issue: Entity Framework VS 2012 designer fails calling sp_executesql...
We recently upgraded to VS 2012 (still targeting .net 4.0) so we could use the new model diagrams to support having a larger merged data model. We were able to merge our models by hand into one...
View ArticleEdited Task: Revisit extension method sponsor class naming [1008]
We have a few extension method sponsor classes named after the interfaces most of the extension methods target, e.g. IQueryableExtensions, IDbSetExtensions. The argument has been made that for...
View ArticleEdited Feature: Consolidate EF Designer & EF Power Tools (One EF) [407]
Provide one unified set of tooling for creating a model, whether it's an edmx model or a Code First model.See the feature spec for more details -...
View ArticleEdited Task: Nuspec - Add tags element [401]
Tags show up on the gallery and also help with discoverability.
View ArticleEdited Issue: Move SqlFunctions and SqlSpatialFunctions to the EF SQL Server...
SqlFunctions and SqlSpatialFunctions classes offer the possibility of using SQL Server specific functions in LINQ queries. They are similar to DbFunctions/EntityFunctions classes but the later allow...
View ArticleCreated Unassigned: Changing EntitySet.Name breaks mapping [1030]
Repro:Create a basic entity model with the model based convention belowWhen the application is run and EF attempts to build the model a MappingException is thrown class ModelBasedConvention :...
View ArticleEdited Issue: Port Fix: An enum in a different assembly triggers type...
We're using EF 4.3.1 code-first under .NET 4.0 and VS2012. We have a query that looks similar to the following:ctx.Set<Entities.A>().Select(a => new DTO.A { Id = a.Id, Name = a.Name...
View ArticleEdited Issue: Port Fix: An enum in a different assembly triggers type...
We're using EF 4.3.1 code-first under .NET 4.0 and VS2012. We have a query that looks similar to the following:ctx.Set<Entities.A>().Select(a => new DTO.A { Id = a.Id, Name = a.Name...
View ArticleEdited Issue: Problem resolving mapping and metadata from non-POCO...
When using ObjectContext and EDMX in a project with two entities (with one *.* association) the mapping information seems to be missing.ClrPerspective.TryGetTypeByName(...) attempts to resolve the type...
View ArticleEdited Task: EF6 Localization Process [971]
We need to integrate the localization components from our loc team into our automated builds so that we are generating a localized product.This includes the runtime (NuGet packages), the tooling and...
View ArticleEdited Task: Designer: Setup (msi) [970]
We need a setup that will work with the appropriate SKUs of Visual Studio 2012 and the next version of Visual Studio.
View Article