i have .net 4.5 class library (containing tests) project reference portable class library. pcl targets following platforms:
- .net framework 4.5
- windows 8
- xamarin.android
- xamarin.ios
- xamarin.ios (classic)
i'm on visual studio 2013 premium resharper 6. @ point recently, started seeing many, many inline warnings (red squiggly underlines) in test project indicating following or similar:
cannot convert source type 'string [mscorlib, version=4.0.0.0, culture=neutral, publickeytoken=b77a5c561934e089]' target type 'string [system.runtime, version=4.0.0.0, culture=neutral, publickeytoken=b03f5f7f11d50a3a]'
there no build errors or warnings, annoying inline errors. if turn off "enable code analysis" in reshaper's settings, go away, of course many helpful features. started happening can't pinpoint triggered it. did upgrade windows 8.1 windows 10 recently, not sure if has it. tips might me pinpoint cause appreciated.
could test solution latest r# version? there known issues pcl references, example rsrp-430728.
Comments
Post a Comment