C:\Users\mverm\Documents\Projects\Device\XJTResourcesT10\XJTResourcesT10\Resources.System.Linq.Expressions.rd.xml(35): warning : ILTransform_0027: Method 'CreateLambda' within 'System.Linq.Expressions.Expression' could not be found.
C:\Users\mverm\Documents\Projects\Device\XJTResourcesT10\XJTResourcesT10\Resources.System.Linq.Expressions.rd.xml(91): warning : ILTransform_0027: Method 'ParameterIsAssignable' within 'System.Linq.Expressions.Expression' could not be foound.
I have tried number of items but so far I am not getting anywhere...
This is a UWP application using Template10, EntityFramework.Sqlite 7.0.0-rc1-final
(For now). When they decide to actually keep us going with actual releases it will change to EFCore 1.0 variant
once enough pepper is applied..
This will not pass WACK nor will it run correctly as it stands. Supposedly fixed in current bleeding edge, not worth trying to adapt with constant changes, but this is pushing my deployment back by more than a month with an expected RC2 release based on the Road Maps and mile stones of end of the month... Note: this actually has nothing to do with EF, it remains in release with EF commented out.
tried this so far to no avail...
<Type Name="System.Linq.Expressions.Expression" Dynamic="Required Public" />
got any insights?
I got the same issue, but didn't find the answer here.
The short version: upgrade your UWP Microsoft.NETCore.UniversalWindowsPlatform nuget package to 5.3.x.
For other people running into this, this issue is referenced here: https://github.com/dotnet/corefx/issues/5088 and is (as stated there) solved in an update to .Net Native (that will only work in VS 2017): https://blogs.msdn.microsoft.com/dotnet/2017/01/30/announcing-net-core-net-native-and-nuget-updates-in-vs-2017-rc/
HTH