Permutation of Permanent Nodes in MVVMCross

I have been using MVVMCross for a while. It works fine, but I have these alarm messages in my output window saying that there might be something wrong:

The request to load the assembly System v2.0.5.0 was remapped to v2.0.0.0
The request to load the retargetable assembly System.Core v2.0.5.0 was remapped to System.Core v2.0.0.0
The request to load the assembly System.Core v2.0.0.0 was remapped to v3.5.0.0
The request to load the assembly mscorlib v2.0.5.0 was remapped to v2.0.0.0

This, I think, is something about how PCL assemblies work, but I can't read more ...

+4
source share
1 answer

I believe this is just debug output from the Xamarin CLR runtime, since it loads the PCL and that this is not a problem.

xamarin The request to load the retargetable assembly System.Core v2.0.5.0 was remapped to System.Core v2.0.0.0, , Xamarin Bugzilla - https://www.google.co.uk/search?client=safari&rls=en&q=xamarin+The+request+to+load+the+retargetable+assembly+System.Core+v2.0.5.0+was+remapped+to+System.Core+v2.0.0.0

, , Xamarin.Android/iOS, Xamarin .

+3

Source: https://habr.com/ru/post/1524342/


All Articles