Posts by Miguel Patreze • 23 points
3 posts
-
1
votes0
answers17
viewsQ: Swagger 3.x works with . Net 4.7?
I am trying to create examples of Response and Input by Swagger but I am not succeeding. So far, the most I could was creating the MOCK request entry, the output ones I’m not getting. Follows code:…
-
1
votes1
answer52
viewsQ: Configure Webjob Azure to run every 15 minutes
Good afternoon, I’m trying to publish a Webjob on Azure to run every 15 minutes. I am publishing directly by visual studio and already put the file Settings.job. My problem is that when I put to run…
-
0
votes1
answer182
viewsQ: Fill a Listview in Xamarin with data
Good morning. I’m trying to fill a Listview in Xamarin with data but I’m not getting it, keeps giving a generic Exception. List<string> listaTeste = new List<string>();…