You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 1, 2020. It is now read-only.
Could you zip up the assemblies/files referenced from obj\Debug\netcoreapp3.1\win-x64\native\Test.ilc.rsp and attach them along with the rsp file itself so that I can repro this locally? The compiler crashing with an access violation is something that shouldn't happen.
Thanks. I was afraid of this - Microsoft.EntityFrameworkCore.Metadata.IForeignKey.GetReferencingSkipNavigations is a default interface method. CoreRT doesn't support default interface methods yet :(.
MichalStrehovsky
changed the title
0xc0000005 Access violation when build efcore (master branch)
Support for default interface methods
Apr 2, 2020
After I fixed dotnet/efcore#20393 with PR dotnet/efcore#20494, I built efcore again with CoreRT but this time I got 0xc0000005:
If I backport my fix to release/3.1 branch, there will be no issue while building with CoreRT.
The text was updated successfully, but these errors were encountered: