Arthur Vickers

Results 139 issues of Arthur Vickers

``` Unhandled exception. System.InvalidOperationException: The property 'Family.Id' could not be mapped because it is of type 'string', which is not a supported primitive type or a valid entity type. Either...

type-bug
regression
area-cosmos
area-model-building

See https://github.com/aspnet/EntityFrameworkCore/issues/11241#issuecomment-410321600

type-enhancement
consider-for-current-release
customer-reported
ef6-parity
area-proxies

Issue #10703 covered the ability of EF to call a parameterized constructor. However, the constructor to use is not configurable. This issue is about adding fluent API and/or annotations to...

type-enhancement
needs-design
consider-for-current-release
area-o/c-mapping

This is a grouping of related issues. Feel free to vote (👍) for this issue to indicate that this is an area that you think we should spend time on,...

type-enhancement
area-migrations
composite-issue

This is a grouping of related issues. Feel free to vote (👍) for this issue to indicate that this is an area that you think we should spend time on,...

area-migrations
area-tools
composite-issue

This is a grouping of related issues. Feel free to vote (👍) for this issue to indicate that this is an area that you think we should spend time on,...

type-enhancement
needs-design
area-platform
area-tools
area-global
composite-issue

.NET platforms have evolved since we first introduced tooling for migrations, database scaffolding, etc. in EF Core 1.0. We plan to update the tooling architecture to better support new platforms,...

type-enhancement
propose-close
area-tools
punted-for-7.0
resourcing-discussion

That is, bind an instance of a nested complex type to a constructor parameter. Related to #12078

type-enhancement
area-query
area-model-building
area-type-mapping
consider-for-next-release
area-complex-types
punted-for-9.0

For example, this from #9536: ```C# public class Friend { public int Id { get; set; } public string Name { get; set; } public FullAddress Address { get; set;...

type-enhancement
consider-for-current-release
area-model-building
area-relational-mapping
area-owned-entities