Skip to content

Linking on Xamarin IOS apparently removes some EF Core 2.0 features #3441

@Kortdag

Description

@Kortdag

Steps to Reproduce

Run on a real device. Haven´t testet on emulator.
Fix Info.plist certificates to you own

  1. Run sample project with Linker behavior "Link SDK frameworks Only". And deploy
  2. Run sample project with Linker behavior "Dont link"
  3. var test = context.Blogs.Include(x => x.Posts).ToList(); in app delegate fails i scenario 1) with [Microsoft.EntityFrameworkCore.EntityFrameworkQueryableExtensions] but works without linking

LinkEFSample.zip

Metadata

Metadata

Assignees

No one assigned

    Labels

    iOSIssues affecting iOSneed-infoWaiting for more information before the bug can be investigatedsupportThe issue is related to support

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions