[UWP][PCL]
Hi all,
When building in release mode (with .NET Native tool chain enabled), I have the following error from compiler :
An item with the same key has already been added
I tried to get diagnostic log, but it does not help. I've already cleaned my Nugget cache, deleted obj&bin folders, tried as administrator, upgrade VS to the last version (15.8.1)
Packages used are :
'GalaSoft.MvvmLight'
'GalaSoft.MvvmLight.Extras'
'Microsoft.Practices.ServiceLocation'
'Newtonsoft.Json'
'PCLStorage'
'PCLStorage.Abastractions'
'System.Net.Http.Formatting'
'Windows.Foundation.UniversalApiContract'
None of my own packages are starting with the samename.
Any ideas ?
Found !
In the constructor of ONE ViewModel, I was using "IsInDesignModeStatic" (from MVVM Light), by changing it to "IsInDesignMode", no more problem.
Thanks all for helping.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With