Im trying the AppStudio 3.2 / Esri.ArcGISRuntime 100.4 on Windows 10.
Im not being able to set the following path to a TileCache
"C:/Users/rpintos.ICA/ArcGIS/AppStudio/Data/93c17bd6406d48b584aa96970e9b0aa2/Uruguay.tpk"
After the path is set, onPathChanged is executed but the property path doesnt change.
--------------------
Something similar happens with a PortalItem object executing
fetchData("C:/Users/rpintos.ICA/ArcGIS/AppStudio/Data/93c17bd6406d48b584aa96970e9b0aa2")
I get the following error
Error in portal item: File path must be specified to fetch data.()
------------------
I also noticed that in the last framework release they solve the following bug
-BUG-000116279 Cannot create TileCache from a path on Linux when conf.xml file uses mixed case
It just says on Linux, but what happen in Windows? I haven tried it on Android and on iOS neither.