Hey experts,
I am upgrading an old ESRI .NET application from 10.2.7 to 100.10. I have 160 errors that popped up when I removed my old 10.2.7 references in Visual Studio 2019 and added the 100.10 reference from Esri.ArcGISRuntime.100.10.0\lib\net461\Esri.ArcGISRuntime.dll.
An example: There used to be a GraphicsLayer class in the Esri.ArcGISRuntime.Layers namespace in 10.2.7. Both of those have disappeared in 100.10. How best to track these down or figure out what they have become? The API reference for 100.10 has no mention of a GraphicsLayer, so I guess it has been renamed to something else now?
Can someone suggest the best way to figure out where the old namespaces and classes now hide in the newest code, or what they have been renamed to? Maybe a reference like that has already been compiled?
Thanks so much in advance,
Jason