Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.4 KB

File metadata and controls

30 lines (21 loc) · 1.4 KB

TestConnectedApp

this is how to get the new Connected App template up and running in Visual Studio for Mac Preview 1

How to run this solution in the iOS simulator, from scratch:

  1. Install .NET Core 1.1
  1. Install .NET Core 1.0 also (that's what the template uses)
  1. Pick the "Multiple" run configuration (instead of TestConnnectedApp.iOS for example) and Run!

What I did to make this solution:

  1. Create new solution from the Connected App template in VS for Mac
  • New Project > Multiplatform > App > Connected App
  1. Create a new Solution Run Configuration

Is there really a service running locally?

yep. pop this into terminal, and you'll get a json response

curl http://localhost:5000/api/item