I am new to mobile development. Since I am familiar with C # .net, so I use the xamarin plugin for visual studio . I created an example application in which I used SQLite , created a database, and then performed CRUD operations. At the moment, everything is working well. But I already have a local DB , and I want to use it. To do this, I made offline Azure api using swagger , and on Release I saved the locally files using the File System in the release option in VS Now I want to add my application as rest api client and want to use my local DB. But when I try to add leisure api as a client, and then I select select an existing swagger file , so while browsing I can not find the file. See images below for reference.

So, when I click on browse and iterate over the place where I saved my files for swagger, I get nothing, as shown below.

It also finds a .json extension .json that is not in my api post.
I do not know why this is happening, just as I said above. I am new to mobile development. I'm not sure what to do. Please see below image of my swagger UI

Any help would be greatly appreciated
source share