Skip to content

Xamarin requires linker hints to preserve APIs accessed via reflection #10963

@Kortdag

Description

@Kortdag

I had an issue using EF in a Xamarin app using a linker process.
According to the community the issue is due to EF using reflection internally which results in the linker removing framework parts that it should not.

Apprarently it can be solved by EF Core adding linker hints...
See
dotnet/macios#3441 (comment)
dotnet/macios#3394

So a suggestion to do so :-)

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions