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
Everything works fine, but when I add your project, it says following:
Error CS1703
Multiple assemblies with equivalent identity have been imported: 'C:\Users\ysmoradi\.nuget\packages\system.reflection.emit\4.3.0\ref\netstandard1.1\System.Reflection.Emit.dll' and 'E:\Program Files (x86)\Microsoft Visual Studio\Preview\Enterprise\Common7\IDE\ReferenceAssemblies\Microsoft\Framework\Xamarin.iOS\v1.0\Facades\System.Reflection.Emit.dll'.
Remove one of the duplicate references.
It raises a build error for android target, but error is talking about Xamarin.iOS\v1.0\Facades\System.Reflection.Emit.dll !!!
What's your idea?
For now I'm using a version of System.Linq.Dynamic that it's nuspec is not saying anything about Sys.Ref.Emit.
It works fine at runtime.
The text was updated successfully, but these errors were encountered:
I'm not sure this repository is suitable for this issue or not. But let's start!
I've created multi target project for following targets:
Everything works fine, but when I add your project, it says following:
It raises a build error for android target, but error is talking about Xamarin.iOS\v1.0\Facades\System.Reflection.Emit.dll !!!
What's your idea?
For now I'm using a version of System.Linq.Dynamic that it's nuspec is not saying anything about Sys.Ref.Emit.
It works fine at runtime.
The text was updated successfully, but these errors were encountered: