question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Found conflicts between diffrent versions of system.Numerics

See original GitHub issue

Hi, when I add your nuget package of ffImageLoading.Forms I got this warning:

Severity	Code	Description	Project	File	Line	Suppression State
Warning		Found conflicts between different versions of "System.Numerics" that could not be resolved.  These reference conflicts are listed in the build log when log verbosity is set to detailed.	

I’m using it with Xamarin Forms 4 pre-release

Issue Analytics

  • State:open
  • Created 4 years ago
  • Comments:6 (1 by maintainers)

github_iconTop GitHub Comments

3reactions
ryanbueningcommented, Nov 18, 2019

Updated Developer Community link here that’s under investigation.

I’m also seeing a warning message for System.IO.Compression in my Xamarin.Forms 4.3.0.991211 project.

image

1reaction
JFDionnecommented, May 19, 2019

there the logs I found when I do build with log verbosity set to detailed:

1>  There was a conflict between "System.Numerics, Version=2.0.5.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" and "System.Numerics, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089".
1>      "System.Numerics, Version=2.0.5.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" was chosen because it was primary and "System.Numerics, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" was not.
1>      References which depend on "System.Numerics, Version=2.0.5.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" [C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\IDE\ReferenceAssemblies\Microsoft\Framework\Xamarin.iOS\v1.0\System.Numerics.dll].
1>          C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\IDE\ReferenceAssemblies\Microsoft\Framework\Xamarin.iOS\v1.0\System.Numerics.dll
1>            Project file item includes which caused reference "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\IDE\ReferenceAssemblies\Microsoft\Framework\Xamarin.iOS\v1.0\System.Numerics.dll".
1>              System.Numerics
1>              C:\Users\JFDionne\.nuget\packages\xamarin.essentials\1.1.0\lib\xamarinios10\Xamarin.Essentials.dll
1>          C:\Users\JFDionne\.nuget\packages\xamarin.essentials\1.1.0\lib\xamarinios10\Xamarin.Essentials.dll
1>            Project file item includes which caused reference "C:\Users\JFDionne\.nuget\packages\xamarin.essentials\1.1.0\lib\xamarinios10\Xamarin.Essentials.dll".
1>              C:\Users\JFDionne\.nuget\packages\xamarin.essentials\1.1.0\lib\xamarinios10\Xamarin.Essentials.dll
1>      References which depend on "System.Numerics, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" [C:\WINDOWS\Microsoft.Net\assembly\GAC_MSIL\System.Numerics\v4.0_4.0.0.0__b77a5c561934e089\System.Numerics.dll].
1>          C:\WINDOWS\Microsoft.Net\assembly\GAC_MSIL\System.Core\v4.0_4.0.0.0__b77a5c561934e089\System.Core.dll
1>            Project file item includes which caused reference "C:\WINDOWS\Microsoft.Net\assembly\GAC_MSIL\System.Core\v4.0_4.0.0.0__b77a5c561934e089\System.Core.dll".
1>              C:\Users\JFDionne\.nuget\packages\xamarin.ffimageloading\2.4.10.972\lib\Xamarin.iOS10\FFImageLoading.dll
1>              C:\Users\JFDionne\.nuget\packages\xamarin.ffimageloading\2.4.10.972\lib\Xamarin.iOS10\FFImageLoading.Platform.dll
1>              C:\Users\JFDionne\.nuget\packages\xamarin.ffimageloading.forms\2.4.10.972\lib\Xamarin.iOS10\FFImageLoading.Forms.Platform.dll
1>              C:\Users\JFDionne\.nuget\packages\xamarin.ffimageloading.forms\2.4.10.972\lib\Xamarin.iOS10\FFImageLoading.Forms.dll
1>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(2114,5): warning MSB3277: Found conflicts between different versions of "System.Numerics" that could not be resolved.  These reference conflicts are listed in the build log when log verbosity is set to detailed.
Read more comments on GitHub >

github_iconTop Results From Across the Web

xamarin.forms - Found conflicts between different versions ...
All I can see is that the shared project is using System.Numerics.Vectors version 4.5.0 and it seems to be dependency of Xamarin.
Read more >
Conflicts between different version of 'System.Numeric. ...
Found conflicts between different versions of "System.Numerics.Vectors" that could not be resolved. There was a conflict between "System.
Read more >
[Bug] warning MSB3277: Found conflicts between different ...
Found conflicts between different versions of "System.Numerics.Vectors" that could not be resolved. There was a conflict between "System.
Read more >
Found conflicts between different versions of "System ...
Coding example for the question Found conflicts between different versions of "System.Numerics.Vectors" in Xamarin Forms 5 project.
Read more >
Found conflicts between different versions of "System. ...
When I build I get the following warning: warning MSB3277: Found conflicts between different versions of "System.ValueTuple" that could not be ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found