I am looking into loading a local shape file (as well as file geodatabase) using a local server. Initially, I just used the ArcGISRuntime.ShapefileFeatureTable to display a shapefile and I was successful in doing that. However, file geodatabase is not supported and I need to use the local server.
I saw a post regardingthat makes use of ShapefileWorkspace but I wasn't able to make it work. I noticed that the DynamicWorkspaceShapefile was removed in the latest code in the sample git repository. Is there a reason that it was removed?