As previously discussed on these threads, we previously tried to migrate to your V10 using your migration guide and found it overwhelmingly incomplete. I made several observations before we abandoned that effort, but now I’m working on getting this migration completed “in my spare time”. Turn around on support for this product (often necessary even for small progress) is far too slow to work on full time. Anyway, just to tie things together, these are the original threads.
V10 migration questions
Related OOM exception problems
My current issue stems from your suggestion to start with the “BareBones” Nuget package. I did so, and that seems to have dramatically improved the veritable explosion of dependencies that more than doubled the size of our application. Great!
That got most of my previous porting code compiling but was missing NativeImageRasterLayer. No big deal, you already told me how to find that as a standalone in ThinkGeo.MapSuite.Layers.NativeImage. As expected, I didn’t get very far until I ran headlong into another issue. That package has dependencies on IOS and Mono/Android. I thought the whole purpose of this massive headache was to let us get what we want? And for a desktop product I don’t want IOS dependencise OR Mono/Android. So, am I going to be stuck with these extraneous dependencies as a “cost of doing business” in order to display a simple Raster image?