UWP - .NET Native tool chain compilation error
问题 I've developed a simple and small Universal Windows App that uses EF7 and SQLite. It compiles and runs smoothly when the option "Compile with .NET Native tool chain" is unchecked . If I check the option "Compile with .NET Native tool chain" , I get the following compilation error: Error Type 'System.MarshalByRefObject' was not included in compilation, but was referenced in type 'Microsoft.Data.Entity.Design.OperationExecutor'. There may have been a missing assembly. After this there's a lot